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

Unified Diff: build/all_android.gyp

Issue 10808022: Add unit_tests bundle as a default compile target for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « PRESUBMIT.py ('k') | no next file » | 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 b4ce382f10d1dcfe4e64368a547ab1738edf003e..8afcbf8ddad82fdfe554ccb892b033c5dcaff482 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -30,6 +30,7 @@
'dependencies': [
'../base/base.gyp:base_unittests',
'../content/content.gyp:content_unittests',
+ '../chrome/chrome.gyp:unit_tests',
'../gpu/gpu.gyp:gpu_unittests',
'../sql/sql.gyp:sql_unittests',
'../sync/sync.gyp:sync_unit_tests',
@@ -60,6 +61,7 @@
# Unit test bundles packaged as an apk.
'../base/base.gyp:base_unittests_apk',
'../content/content.gyp:content_unittests_apk',
+ '../chrome/chrome.gyp:unit_tests_apk',
'../gpu/gpu.gyp:gpu_unittests_apk',
'../sql/sql.gyp:sql_unittests_apk',
'../sync/sync.gyp:sync_unit_tests_apk',
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698