Title: [105260] trunk/Tools
Revision
105260
Author
[email protected]
Date
2012-01-18 03:33:06 -0800 (Wed, 18 Jan 2012)

Log Message

Add new watchlist rule for the Qt build system

Reviewed by Simon Hausmann.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (105259 => 105260)


--- trunk/Tools/ChangeLog	2012-01-18 11:32:48 UTC (rev 105259)
+++ trunk/Tools/ChangeLog	2012-01-18 11:33:06 UTC (rev 105260)
@@ -1,5 +1,13 @@
 2012-01-18  Tor Arne Vestbø  <[email protected]>
 
+        Add new watchlist rule for the Qt build system
+
+        Reviewed by Simon Hausmann.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
+2012-01-18  Tor Arne Vestbø  <[email protected]>
+
         [Qt] Move OTHER_FILES from WebKit.pro to Tools.pro
 
         Reviewed by Simon Hausmann.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (105259 => 105260)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-01-18 11:32:48 UTC (rev 105259)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-01-18 11:33:06 UTC (rev 105260)
@@ -81,6 +81,13 @@
         "GtkWebKit2PublicAPI": {
             "filename": r"Source/WebKit2/UIProcess/API/gtk/",
         },
+        "QtBuildSystem": {
+            # 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",
+        },
         "QtWebKit2PublicAPI": {
             "filename": r"Source/WebKit2/UIProcess/API/qt/"
                         r"|Source/WebKit2/UIProcess/API/cpp/qt/"
@@ -144,6 +151,7 @@
         "webkitpy": [ "[email protected]", "[email protected]" ],
         "TestFailures": [ "[email protected]", "[email protected]" ],
         "GtkWebKit2PublicAPI": [ "[email protected]", "[email protected]" ],
+        "QtBuildSystem" : [ "[email protected]", ],
         "QtWebKit2PublicAPI": [ "[email protected]", ],
         "QtWebKit2PlatformSpecific": [ "[email protected]", ],
         "CSS": [ "[email protected]", ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to