Changeset 177732 in webkit
- Timestamp:
- Dec 24, 2014, 10:28:55 PM (10 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r177725 r177732 1 2014-12-24 Dan Bernstein <mitz@apple.com> 2 3 [Cocoa] WebKit private headers shouldn’t contain “inappropriate” macros 4 https://bugs.webkit.org/show_bug.cgi?id=139942 5 6 Reviewed by Darin Adler. 7 8 * WebKit2.xcodeproj/project.pbxproj: In the Check For Inappropriate Macros in External 9 Headers script build phase, check the PrivateHeaders directory as well. 10 1 11 2014-12-24 Dan Bernstein <mitz@apple.com> 2 12 -
trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj
r177709 r177732 8736 8736 runOnlyForDeploymentPostprocessing = 0; 8737 8737 shellPath = /bin/sh; 8738 shellScript = "if [ \"${ACTION}\" = \"installhdrs\" ]; then\n exit 0;\nfi\n\nif [ -f ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers ]; then\n ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers Headers || exit $?\nfi";8738 shellScript = "if [ \"${ACTION}\" = \"installhdrs\" ]; then\n exit 0;\nfi\n\nif [ -f ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers ]; then\n ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers Headers PrivateHeaders || exit $?\nfi"; 8739 8739 }; 8740 8740 BCFFCA8A160D6DEA003DF315 /* Add current version symlinks */ = {
Note:
See TracChangeset
for help on using the changeset viewer.