[webkit-changes] [WebKit/WebKit] 3c7836: [WebKit] Pass full paths to generate-serializers.p...
Elliott Williams
noreply at github.com
Wed Jul 10 21:20:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3c78362876edce207c947b1c56de1a4a628b1023
https://github.com/WebKit/WebKit/commit/3c78362876edce207c947b1c56de1a4a628b1023
Author: Elliott Williams <emw at apple.com>
Date: 2024-07-10 (Wed, 10 Jul 2024)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources.make
M Source/WebKit/Scripts/generate-serializers.py
M Source/WebKit/Scripts/webkit/tests/Makefile
Log Message:
-----------
[WebKit] Pass full paths to generate-serializers.py and support derived .serialization.in files
https://bugs.webkit.org/show_bug.cgi?id=276461
rdar://131500106
Reviewed by Ryosuke Niwa.
* Source/WebKit/CMakeLists.txt: Pass fully-qualified paths to
serialization profiles.
* Source/WebKit/DerivedSources.make:
- Pass fully-qualified paths to serialization profiles.
- As a drive-by fix, turn the generate-serializers.py recipe into a
pattern rule so that Make only invokes it once instead of once per
output file.
* Source/WebKit/Scripts/generate-serializers.py:
(main): Remove the "DIRECTORY" argument parsing logic.
* Source/WebKit/Scripts/webkit/tests/Makefile:
Canonical link: https://commits.webkit.org/280844@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list