Title: [166048] trunk/Source/WebKit
Revision
166048
Author
psola...@apple.com
Date
2014-03-21 00:25:05 -0700 (Fri, 21 Mar 2014)

Log Message

Check for inappropriate macros in private headers
https://bugs.webkit.org/show_bug.cgi?id=130564

Reviewed by Filip Pizlo.

Check PrivateHeaders for inappropriate macros as well so that we avoid build breakages like
the one due to the original commit for bug 130142.

* WebKit.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (166047 => 166048)


--- trunk/Source/WebKit/ChangeLog	2014-03-21 07:13:59 UTC (rev 166047)
+++ trunk/Source/WebKit/ChangeLog	2014-03-21 07:25:05 UTC (rev 166048)
@@ -1,3 +1,15 @@
+2014-03-21  Pratik Solanki  <psola...@apple.com>
+
+        Check for inappropriate macros in private headers
+        https://bugs.webkit.org/show_bug.cgi?id=130564
+
+        Reviewed by Filip Pizlo.
+
+        Check PrivateHeaders for inappropriate macros as well so that we avoid build breakages like
+        the one due to the original commit for bug 130142.
+
+        * WebKit.xcodeproj/project.pbxproj:
+
 2014-03-20  Thiago de Barros Lacerda  <thiago.lace...@openbossa.org>
 
         [EFL][GTK] Get CMake to find Freetype2 properly

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (166047 => 166048)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2014-03-21 07:13:59 UTC (rev 166047)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2014-03-21 07:25:05 UTC (rev 166048)
@@ -2227,7 +2227,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			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";
+			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";
 		};
 /* End PBXShellScriptBuildPhase section */
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to