Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 37dab80d75718d5a8ef5513fa1fe5fb8d945cf27
https://github.com/WebKit/WebKit/commit/37dab80d75718d5a8ef5513fa1fe5fb8d945cf27
Author: Elliott Williams <[email protected]>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M Source/WebKitLegacy/PlatformMac.cmake
M Tools/MiniBrowser/mac/CMakeLists.txt
M Tools/TestWebKitAPI/CMakeLists.txt
Log Message:
-----------
Follow-up to "[CMake] Build WebKit headers to correct API/SPI location"
https://bugs.webkit.org/show_bug.cgi?id=318791
Reviewed by Sammy Gill.
Some WebKitLegacy headers in the CMake build had been marked as
"forwarded" in order for WKL to be able to import them bracket-style
(#include <WebKitLegacy/X.h>). But in the canonical Xcode build, these
headers are not WebKit API or SPI.
The correct mechanism for supporting bracket-style includes of these
headers is to put them in the project headermap.
* Source/WebKitLegacy/PlatformMac.cmake:
Update search paths for WebKit private headers to fix test compilation.
* Tools/MiniBrowser/mac/CMakeLists.txt:
* Tools/TestWebKitAPI/CMakeLists.txt:
Canonical link: https://commits.webkit.org/316686@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications