Changeset 177732 in webkit


Ignore:
Timestamp:
Dec 24, 2014 10:28:55 PM (9 years ago)
Author:
mitz@apple.com
Message:

[Cocoa] WebKit private headers shouldn’t contain “inappropriate” macros
https://bugs.webkit.org/show_bug.cgi?id=139942

Reviewed by Darin Adler.

  • WebKit2.xcodeproj/project.pbxproj: In the Check For Inappropriate Macros in External

Headers script build phase, check the PrivateHeaders directory as well.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r177725 r177732  
     12014-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
    1112014-12-24  Dan Bernstein  <mitz@apple.com>
    212
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r177709 r177732  
    87368736                        runOnlyForDeploymentPostprocessing = 0;
    87378737                        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";
    87398739                };
    87408740                BCFFCA8A160D6DEA003DF315 /* Add current version symlinks */ = {
Note: See TracChangeset for help on using the changeset viewer.