Title: [173825] trunk/Tools
Revision
173825
Author
[email protected]
Date
2014-09-22 02:53:52 -0700 (Mon, 22 Sep 2014)

Log Message

Unreviewed. Fix WebKitGTKTranslations rule in watchlist.

In r145081 GTK+ translations were moved from Source/WebKit/gtk/po/
to Source/WebCore/platform/gtk/po/ but the rule was not updated.

* Scripts/webkitpy/common/config/watchlist: Use
Source/WebCore/platform/gtk/po/ as directory to watch for
WebKitGTKTranslations rule and add berto and myself to the list of
watchers.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (173824 => 173825)


--- trunk/Tools/ChangeLog	2014-09-22 09:48:17 UTC (rev 173824)
+++ trunk/Tools/ChangeLog	2014-09-22 09:53:52 UTC (rev 173825)
@@ -1,3 +1,15 @@
+2014-09-22  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix WebKitGTKTranslations rule in watchlist.
+
+        In r145081 GTK+ translations were moved from Source/WebKit/gtk/po/
+        to Source/WebCore/platform/gtk/po/ but the rule was not updated.
+
+        * Scripts/webkitpy/common/config/watchlist: Use
+        Source/WebCore/platform/gtk/po/ as directory to watch for
+        WebKitGTKTranslations rule and add berto and myself to the list of
+        watchers.
+
 2014-09-22  Ryuan Choi  <[email protected]>
 
         Fix syntaxError in watchlist since r173594

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (173824 => 173825)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-09-22 09:48:17 UTC (rev 173824)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-09-22 09:53:52 UTC (rev 173825)
@@ -142,7 +142,7 @@
             "filename": r"Source/WebCore/page/scrolling/",
         },
         "WebKitGTKTranslations": {
-            "filename": r"Source/WebKit/gtk/po/",
+            "filename": r"Source/WebCore/platform/gtk/po/",
         },
         "Media": {
             "filename": r"(Source|LayoutTests)/.*([Mm]edia|[Aa]udio|[Vv]ideo)",
@@ -377,7 +377,7 @@
         "WebInspectorAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WebInspectorGenerator": [ "[email protected]", "[email protected]" ],
         "WebReplayGenerator": [ "[email protected]" ],
-        "WebKitGTKTranslations": [ "[email protected]", "[email protected]" ],
+        "WebKitGTKTranslations": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "WebSocket": [ "[email protected]", "[email protected]" ],
         "XSS": [ "[email protected]" ],
         "webkitperl": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to