Title: [124457] trunk
- Revision
- 124457
- Author
- [email protected]
- Date
- 2012-08-02 08:09:11 -0700 (Thu, 02 Aug 2012)
Log Message
[Chromium] Toggle the type of ant compile for webkit_unit_tests and TestWebKitAPI
https://bugs.webkit.org/show_bug.cgi?id=92858
Reviewed by Adam Barth.
Now that the sdk_build variable is available, we can remove these two differences
as well. This goes together with Adam's bug 90920.
After this patch, the whole Tools/ directory will be unforked :-).
Source/WebKit/chromium:
* WebKitUnitTests.gyp:
Tools:
* TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (124456 => 124457)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-08-02 15:01:14 UTC (rev 124456)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-08-02 15:09:11 UTC (rev 124457)
@@ -1,3 +1,17 @@
+2012-08-02 Peter Beverloo <[email protected]>
+
+ [Chromium] Toggle the type of ant compile for webkit_unit_tests and TestWebKitAPI
+ https://bugs.webkit.org/show_bug.cgi?id=92858
+
+ Reviewed by Adam Barth.
+
+ Now that the sdk_build variable is available, we can remove these two differences
+ as well. This goes together with Adam's bug 90920.
+
+ After this patch, the whole Tools/ directory will be unforked :-).
+
+ * WebKitUnitTests.gyp:
+
2012-08-02 Alexei Filippov <[email protected]>
Web Inspector: count RenderStyle objects in the native memory profiler
Modified: trunk/Source/WebKit/chromium/WebKitUnitTests.gyp (124456 => 124457)
--- trunk/Source/WebKit/chromium/WebKitUnitTests.gyp 2012-08-02 15:01:14 UTC (rev 124456)
+++ trunk/Source/WebKit/chromium/WebKitUnitTests.gyp 2012-08-02 15:09:11 UTC (rev 124457)
@@ -173,7 +173,7 @@
'<(PRODUCT_DIR)/webkit_unit_tests_apk',
'--ant-args',
'-DPRODUCT_DIR=<(ant_build_out)',
- '--ant-compile',
+ '--sdk-build=<(sdk_build)',
'--app_abi',
'<(android_app_abi)',
],
Modified: trunk/Tools/ChangeLog (124456 => 124457)
--- trunk/Tools/ChangeLog 2012-08-02 15:01:14 UTC (rev 124456)
+++ trunk/Tools/ChangeLog 2012-08-02 15:09:11 UTC (rev 124457)
@@ -1,3 +1,17 @@
+2012-08-02 Peter Beverloo <[email protected]>
+
+ [Chromium] Toggle the type of ant compile for webkit_unit_tests and TestWebKitAPI
+ https://bugs.webkit.org/show_bug.cgi?id=92858
+
+ Reviewed by Adam Barth.
+
+ Now that the sdk_build variable is available, we can remove these two differences
+ as well. This goes together with Adam's bug 90920.
+
+ After this patch, the whole Tools/ directory will be unforked :-).
+
+ * TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:
+
2012-08-02 Zoltan Arvai <[email protected]>
[Qt] MSVC specific buildfix for DRT.
Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp (124456 => 124457)
--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp 2012-08-02 15:01:14 UTC (rev 124456)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp 2012-08-02 15:09:11 UTC (rev 124457)
@@ -133,7 +133,7 @@
'<(PRODUCT_DIR)/TestWebKitAPI_apk',
'--ant-args',
'-DPRODUCT_DIR=<(ant_build_out)',
- '--ant-compile',
+ '--sdk-build=<(sdk_build)',
'--app_abi',
'<(android_app_abi)',
],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes