Title: [122472] trunk/Source/WebKit/chromium
- Revision
- 122472
- Author
- [email protected]
- Date
- 2012-07-12 09:52:08 -0700 (Thu, 12 Jul 2012)
Log Message
[Chromium] Enable building APKs for TestWebKitAPI and webkit_unit_tests
https://bugs.webkit.org/show_bug.cgi?id=90989
Reviewed by Adam Barth.
Add dependencies on the webkit_unit_tests_apk and TestWebKitAPI_apk
targets for Android, making sure that we're generating the packages.
* All.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/All.gyp (122471 => 122472)
--- trunk/Source/WebKit/chromium/All.gyp 2012-07-12 16:44:28 UTC (rev 122471)
+++ trunk/Source/WebKit/chromium/All.gyp 2012-07-12 16:52:08 UTC (rev 122472)
@@ -47,7 +47,9 @@
'conditions': [
['OS=="android"', {
'dependencies': [
+ 'WebKitUnitTests.gyp:webkit_unit_tests_apk',
'../../../Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:DumpRenderTree_apk',
+ '../../../Tools/TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp:TestWebKitAPI_apk',
],
}],
],
Modified: trunk/Source/WebKit/chromium/ChangeLog (122471 => 122472)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-07-12 16:44:28 UTC (rev 122471)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-07-12 16:52:08 UTC (rev 122472)
@@ -1,3 +1,15 @@
+2012-07-12 Peter Beverloo <[email protected]>
+
+ [Chromium] Enable building APKs for TestWebKitAPI and webkit_unit_tests
+ https://bugs.webkit.org/show_bug.cgi?id=90989
+
+ Reviewed by Adam Barth.
+
+ Add dependencies on the webkit_unit_tests_apk and TestWebKitAPI_apk
+ targets for Android, making sure that we're generating the packages.
+
+ * All.gyp:
+
2012-07-12 Leandro Gracia Gil <[email protected]>
[Chromium] Remove unrequired API in WebSurroundingText.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes