Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3522)

Unified Diff: build/all_android.gyp

Issue 8746003: Expand android tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/buildbot.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | build/android/buildbot.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698