Title: [134066] trunk/Tools
Revision
134066
Author
[email protected]
Date
2012-11-09 07:23:49 -0800 (Fri, 09 Nov 2012)

Log Message

[Qt] Stop watchlist from triggering QtBuildSystem rule on DerivedSources

Having DerivedSources.pri in the watchlist regexp was creating too much
noise.

Reviewed by Ossy.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (134065 => 134066)


--- trunk/Tools/ChangeLog	2012-11-09 15:18:04 UTC (rev 134065)
+++ trunk/Tools/ChangeLog	2012-11-09 15:23:49 UTC (rev 134066)
@@ -1,3 +1,14 @@
+2012-11-09  Tor Arne Vestbø  <[email protected]>
+
+        [Qt] Stop watchlist from triggering QtBuildSystem rule on DerivedSources
+
+        Having DerivedSources.pri in the watchlist regexp was creating too much
+        noise.
+
+        Reviewed by Ossy.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2012-11-09  Dominik Röttsches  <[email protected]>
 
         webkitpy/layouttests integration test fails if high shards/processes environment variables are used

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (134065 => 134066)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-11-09 15:18:04 UTC (rev 134065)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-11-09 15:23:49 UTC (rev 134066)
@@ -105,8 +105,7 @@
             # Project files for each target are intentionally left out, as those
             # mostly list source and header files, which would just add noise.
             "filename": r"Tools/qmake/"
-                        r"|WebKit.pro"
-                        r"|.*DerivedSources\.pri",
+                        r"|WebKit.pro",
         },
         "QtWebKit2PublicAPI": {
             "filename": r"Source/WebKit2/UIProcess/API/qt/"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to