Index: build/all_android.gyp |
diff --git a/build/all_android.gyp b/build/all_android.gyp |
index 50ceccb8b73d3092ad14b7a44fcbf23f2dfc48d1..7e0d0f4ce133c376a3649da21cc5bb08a25614c5 100644 |
--- a/build/all_android.gyp |
+++ b/build/all_android.gyp |
@@ -5,8 +5,6 @@ |
# This is all.gyp file for Android to prevent breakage in Android and other |
# platform; It will be churning a lot in the short term and eventually be merged |
# into all.gyp. |
-# |
-# Currently only base_unittests is supported. |
{ |
'targets': [ |
@@ -27,7 +25,17 @@ |
'dependencies': [ |
'../base/base.gyp:base_unittests', |
'../sql/sql.gyp:sql_unittests', |
- '../ipc/ipc.gyp:ipc_tests' |
+ '../ipc/ipc.gyp:ipc_tests', |
+ '../net/net.gyp:net_unittests', |
+ ], |
+ }, |
+ { |
+ # Experimental / in-progress targets that are expected to fail. |
+ 'target_name': 'android_experimental', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
+ '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
], |
}, |
], # targets |