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

Unified Diff: build/all_android.gyp

Issue 11066094: Nuke unused test code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nuke more test code. Created 8 years, 2 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/apk_test.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 77b9d527a3a81ba2f30ce8668b1314aa62d3c645..3f1c539f186d00d6f5cbe951a4efee889ad647ec 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -20,15 +20,9 @@
'../content/content.gyp:content_shell_apk',
'<@(android_app_targets)',
'android_builder_tests',
+ '../android_webview/android_webview.gyp:android_webview_apk',
+ '../chrome/chrome.gyp:chromium_testshell',
],
- 'conditions': [
- ['sdk_build==1', {
- 'dependencies': [
- '../android_webview/android_webview.gyp:android_webview_apk',
- '../chrome/chrome.gyp:chromium_testshell',
- ],
- }], # sdk_build==1
- ], # conditions
}, # target_name: All
{
# The current list of tests for android. This is temporary
@@ -92,10 +86,6 @@
'../sql/sql.gyp:sql_unittests_apk',
'../sync/sync.gyp:sync_unit_tests_apk',
'../ui/ui.gyp:ui_unittests_apk',
- ],
- }],
- ['sdk_build==1', {
- 'dependencies': [
'../android_webview/android_webview.gyp:android_webview_test_apk',
'../chrome/chrome.gyp:chromium_testshell_test_apk',
],
« no previous file with comments | « no previous file | build/apk_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698