Title: [138492] trunk/Tools
Revision
138492
Author
[email protected]
Date
2012-12-27 00:38:09 -0800 (Thu, 27 Dec 2012)

Log Message

Create a GTK build system watchlist and add myself to it
https://bugs.webkit.org/show_bug.cgi?id=105769

Reviewed by Dirk Pranke.

Add a GTK build system watchlist, watching the configure.ac, GNUmakefile.am files
and the input GNUmakefile.features.am.in file. The GNUmakefile.list.am files are
omitted on purpose due to relatively high change rate they are exposed to.

The new watchlist would be of use to me as the GTK build system recently went
through a series of changes that included a changed policy on adding configuration
flags to configure.ac and subsequent additions to GNUmakefile.am files. A PSA on the
mailing list about this change will be published later, but I'd also like to be
notified of any pending changes to these files just so I can check the changes are
in compliance with the new policy.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (138491 => 138492)


--- trunk/Tools/ChangeLog	2012-12-27 07:31:22 UTC (rev 138491)
+++ trunk/Tools/ChangeLog	2012-12-27 08:38:09 UTC (rev 138492)
@@ -1,3 +1,23 @@
+2012-12-27  Zan Dobersek  <[email protected]>
+
+        Create a GTK build system watchlist and add myself to it
+        https://bugs.webkit.org/show_bug.cgi?id=105769
+
+        Reviewed by Dirk Pranke.
+
+        Add a GTK build system watchlist, watching the configure.ac, GNUmakefile.am files
+        and the input GNUmakefile.features.am.in file. The GNUmakefile.list.am files are
+        omitted on purpose due to relatively high change rate they are exposed to.
+
+        The new watchlist would be of use to me as the GTK build system recently went
+        through a series of changes that included a changed policy on adding configuration
+        flags to configure.ac and subsequent additions to GNUmakefile.am files. A PSA on the
+        mailing list about this change will be published later, but I'd also like to be
+        notified of any pending changes to these files just so I can check the changes are
+        in compliance with the new policy.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2012-12-26  Ilya Tikhonovsky  <[email protected]>
 
         Unreviewed. Replace find("Tools") with rfind("Tools") because base dir of WebKit may have Tools word.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (138491 => 138492)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-12-27 07:31:22 UTC (rev 138491)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-12-27 08:38:09 UTC (rev 138492)
@@ -308,6 +308,10 @@
         "PerformanceTests": {
             "filename": r"PerformanceTests"
                         r"|Tools/Scripts/webkitpy/performance_tests",
+        },
+        "GtkBuildSystem": {
+            "filename": r"configure.ac"
+                        r"|.*GNUmakefile.(am|features.am.in)",
         }
     },
     "CC_RULES": {
@@ -338,6 +342,7 @@
         "FrameLoader": [ "[email protected]", "[email protected]" ],
         "GraphicsLayer": [ "[email protected]" ],
         "GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+        "GtkBuildSystem": [ "[email protected]" ],
         "GtkWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
         "Harfbuzz": [ "[email protected]" ],
         "HTML": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to