Title: [199217] trunk/Tools
Revision
199217
Author
[email protected]
Date
2016-04-07 22:04:51 -0700 (Thu, 07 Apr 2016)

Log Message

stylebot should know about TestWebKitAPI FeatureDefines.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=156387

Patch by Joseph Pecoraro <[email protected]> on 2016-04-07
Rubber-stamped by Dan Bernstein.

* Scripts/webkitpy/style/checkers/featuredefines.py:
(FeatureDefinesChecker.check):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (199216 => 199217)


--- trunk/Tools/ChangeLog	2016-04-08 04:26:27 UTC (rev 199216)
+++ trunk/Tools/ChangeLog	2016-04-08 05:04:51 UTC (rev 199217)
@@ -1,5 +1,15 @@
 2016-04-07  Joseph Pecoraro  <[email protected]>
 
+        stylebot should know about TestWebKitAPI FeatureDefines.xcconfig
+        https://bugs.webkit.org/show_bug.cgi?id=156387
+
+        Rubber-stamped by Dan Bernstein.
+
+        * Scripts/webkitpy/style/checkers/featuredefines.py:
+        (FeatureDefinesChecker.check):
+
+2016-04-07  Joseph Pecoraro  <[email protected]>
+
         Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
         https://bugs.webkit.org/show_bug.cgi?id=156384
 

Modified: trunk/Tools/Scripts/webkitpy/style/checkers/featuredefines.py (199216 => 199217)


--- trunk/Tools/Scripts/webkitpy/style/checkers/featuredefines.py	2016-04-08 04:26:27 UTC (rev 199216)
+++ trunk/Tools/Scripts/webkitpy/style/checkers/featuredefines.py	2016-04-08 05:04:51 UTC (rev 199217)
@@ -44,7 +44,9 @@
             "Source/_javascript_Core/Configurations/FeatureDefines.xcconfig",
             "Source/WebCore/Configurations/FeatureDefines.xcconfig",
             "Source/WebKit/mac/Configurations/FeatureDefines.xcconfig",
-            "Source/WebKit2/Configurations/FeatureDefines.xcconfig"]
+            "Source/WebKit2/Configurations/FeatureDefines.xcconfig",
+            "Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig",
+        ]
 
         if self._file_path not in feature_defines_files:
             self._handle_style_error(0, 'featuredefines/new', 5, "Patch introduces a new FeatureDefines.xcconfig, which check-webkit-style doesn't know about. Please add it to the list in featuredefines.py.")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to