Title: [93588] trunk/Tools
Revision
93588
Author
[email protected]
Date
2011-08-23 02:52:26 -0700 (Tue, 23 Aug 2011)

Log Message

webkitpy/common/config/build.py shouldn't mention non-existant Android directory
https://bugs.webkit.org/show_bug.cgi?id=66737

Reviewed by Steve Block.

This directory doesn't exist anymore now that the Android port shares
more code with Chromium.

* Scripts/webkitpy/common/config/build.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (93587 => 93588)


--- trunk/Tools/ChangeLog	2011-08-23 09:47:50 UTC (rev 93587)
+++ trunk/Tools/ChangeLog	2011-08-23 09:52:26 UTC (rev 93588)
@@ -1,3 +1,15 @@
+2011-08-23  Adam Barth  <[email protected]>
+
+        webkitpy/common/config/build.py shouldn't mention non-existant Android directory
+        https://bugs.webkit.org/show_bug.cgi?id=66737
+
+        Reviewed by Steve Block.
+
+        This directory doesn't exist anymore now that the Android port shares
+        more code with Chromium.
+
+        * Scripts/webkitpy/common/config/build.py:
+
 2011-08-22  Eric Seidel  <[email protected]>
 
         Hack start-queue.sh in an attempt to resurrect the cr-jail-1 cr-mac-ews bot.

Modified: trunk/Tools/Scripts/webkitpy/common/config/build.py (93587 => 93588)


--- trunk/Tools/Scripts/webkitpy/common/config/build.py	2011-08-23 09:47:50 UTC (rev 93587)
+++ trunk/Tools/Scripts/webkitpy/common/config/build.py	2011-08-23 09:52:26 UTC (rev 93588)
@@ -46,7 +46,6 @@
         ("Source/WebCore/manual-tests", []),
         ("Tools/BuildSlaveSupport/build.webkit.org-config/public_html", []),
         ("Websites", []),
-        ("android", []),
         ("brew", []),
         ("efl", []),
         ("haiku", []),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to