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

Unified Diff: build/all_android.gyp

Issue 10943014: Add support for the ChromiumTestShellTest APK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed commented out gyp actions. Created 8 years, 3 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
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 3d215ab946a8c1b11ee4877f83ed3b7c1ef172b8..6cd8623039d76aac52b820fb1e55762a48e0257d 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -18,16 +18,10 @@
'type': 'none',
'dependencies': [
'../android_webview/android_webview.gyp:android_webview_apk',
+ '../chrome/chrome.gyp:chromium_testshell',
'../content/content.gyp:content_shell_apk',
'<@(android_app_targets)',
'android_builder_tests',
- ],
- 'conditions': [
Yaron 2012/09/20 20:05:15 Please add this back. We'll need this condition fo
David Trainor- moved to gerrit 2012/09/20 21:49:50 Done.
- ['sdk_build==1', {
- 'dependencies': [
- '../chrome/chrome.gyp:chromium_testshell',
- ],
- }], # sdk_build==1
], # conditions
}, # target_name: All
{
@@ -45,6 +39,7 @@
'../android_webview/android_webview.gyp:android_webview_test_apk',
'../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
'../base/base.gyp:base_unittests',
+ '../chrome/chrome.gyp:chromium_testshell_test_apk',
'../chrome/chrome.gyp:unit_tests',
'../content/content.gyp:content_shell_test_apk',
'../content/content.gyp:content_unittests',
@@ -94,7 +89,7 @@
'../sync/sync.gyp:sync_unit_tests_apk',
'../ui/ui.gyp:ui_unittests_apk',
],
- }]
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698