Title: [122304] trunk/Source/WebKit/chromium
Revision
122304
Author
[email protected]
Date
2012-07-11 00:02:09 -0700 (Wed, 11 Jul 2012)

Log Message

Unreviewed gardening.

Android builder started to fail after r122292.
My best guess is that '--ant-compile' does not take an argument.

* WebKitUnitTests.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (122303 => 122304)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-07-11 06:52:27 UTC (rev 122303)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-07-11 07:02:09 UTC (rev 122304)
@@ -1,3 +1,12 @@
+2012-07-10  Hayato Ito  <[email protected]>
+
+        Unreviewed gardening.
+
+        Android builder started to fail after r122292.
+        My best guess is that '--ant-compile' does not take an argument.
+
+        * WebKitUnitTests.gyp:
+
 2012-07-10  Yoshifumi Inoue  <[email protected]>
 
         [Chromium-Windows] Implement functions for localized time format information

Modified: trunk/Source/WebKit/chromium/WebKitUnitTests.gyp (122303 => 122304)


--- trunk/Source/WebKit/chromium/WebKitUnitTests.gyp	2012-07-11 06:52:27 UTC (rev 122303)
+++ trunk/Source/WebKit/chromium/WebKitUnitTests.gyp	2012-07-11 07:02:09 UTC (rev 122304)
@@ -170,7 +170,7 @@
                         '<(PRODUCT_DIR)/webkit_unit_tests_apk',
                         '--ant-args',
                         '-DPRODUCT_DIR=<(ant_build_out)',
-                        '--ant-compile=<(sdk_build)'
+                        '--ant-compile'
                     ],
                 }],
             }],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to