Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c1d0aa34540db2f455467988b7e3d3c8546179d5
https://github.com/WebKit/WebKit/commit/c1d0aa34540db2f455467988b7e3d3c8546179d5
Author: Geoffrey Garen <[email protected]>
Date: 2026-06-14 (Sun, 14 Jun 2026)
Changed paths:
M Source/ThirdParty/ANGLE/ANGLEPrefix.h
M Source/ThirdParty/libwebrtc/CMakeLists.txt
A Source/ThirdParty/libwebrtc/WebRTCObjCPrefix.h
M Source/ThirdParty/libwebrtc/WebRTCPrefix.h
Log Message:
-----------
[Build Speed] Expand ANGLE and libwebrtc prefix headers
https://bugs.webkit.org/show_bug.cgi?id=317096
rdar://179658137
Reviewed by David Kilzer.
We don't edit these projects incrementally so there's almost no downside to
adding to their prefix headers.
Saves ~13s wall time in a clean build (measured by individual project, not full
build).
* Source/ThirdParty/ANGLE/ANGLEPrefix.h:
* Source/ThirdParty/libwebrtc/CMakeLists.txt:
* Source/ThirdParty/libwebrtc/WebRTCPrefix.h: #include all headers used by >=
15 files.
* Source/ThirdParty/libwebrtc/WebRTCObjCPrefix.h: Add an ObjC++ prefix header
because we have > 40 ObjC++ files.
Canonical link: https://commits.webkit.org/315200@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications