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

Unified Diff: build/all_android.gyp

Issue 9433007: Switch android fyi builder to actually build the "android_experimental" target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months 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_functions.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 69b5dbfea21d07c30bb417a4b45fb8810b45ed7a..e6365f08613f3fd662d06cb3880479108d4bbb9c 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -49,9 +49,8 @@
'dependencies': [
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
- '../chrome/chrome.gyp:unit_tests',
- # Requires 64-bit linker.
'../content/content.gyp:content_unittests',
+ '../chrome/chrome.gyp:browser',
],
},
{
@@ -62,6 +61,7 @@
'dependencies': [
'../content/content.gyp:content_browsertests',
'../chrome/chrome.gyp:sync_unit_tests',
+ '../chrome/chrome.gyp:unit_tests',
'../ui/ui.gyp:gfx_unittests',
],
},
« no previous file with comments | « no previous file | build/android/buildbot_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698