Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f00bf9555abc93c0d96e4c09fa36851e06c41e1b
https://github.com/WebKit/WebKit/commit/f00bf9555abc93c0d96e4c09fa36851e06c41e1b
Author: Zak Ridouh <[email protected]>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M Tools/TestWebKitAPI/PlatformMac.cmake
Log Message:
-----------
[CMake] Avoid rebuilding TestWebKitAPI WebProcessPlugIn shims on every
reconfigure
https://bugs.webkit.org/show_bug.cgi?id=317455
rdar://180075614
Reviewed by Pascoe.
The five WebProcessPlugIn-*.mm #include shims are emitted with file(WRITE),
which rewrites them unconditionally each configure and bumps their mtime,
forcing ninja to recompile all five and relink TestWebKitAPI.wkbundle on every
no-op reconfigure.
Emit each shim with file(CONFIGURE), which only rewrites the output when its
contents change, cutting post-reconfigure work from 8 build steps to 2 (5
recompiles + 1 link avoided).
* Tools/TestWebKitAPI/PlatformMac.cmake:
Canonical link: https://commits.webkit.org/316770@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications