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

Unified Diff: build/all_android.gyp

Issue 10065018: Temporarily make unit_tests a static library on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comment for override Created 8 years, 8 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/common.gypi » ('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 50bd20422c3f0e2c618be48733e674aa78d902d3..e38ab29c7b79e41aba784bdee43e6632fb7e6bfd 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -56,6 +56,7 @@
'target_name': 'android_experimental',
'type': 'none',
'dependencies': [
+ '../chrome/chrome.gyp:unit_tests',
],
},
{
@@ -65,7 +66,6 @@
'type': 'none',
'dependencies': [
'../content/content.gyp:content_browsertests',
- '../chrome/chrome.gyp:unit_tests',
'../ui/ui.gyp:gfx_unittests',
],
},
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698