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

Unified Diff: chrome/chrome_tests.gypi

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing import Created 6 years, 9 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index facf45dcb822d9d2f2f842a061dee57977cc8dd9..8908bfd91c77a7369b33297b8c575f01489ca6d0 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2968,11 +2968,11 @@
['OS == "android"', {
'targets': [
{
- 'target_name': 'chromium_testshell_test_apk',
+ 'target_name': 'chrome_shell_test_apk',
'type': 'none',
'dependencies': [
'chrome_java',
- 'chromium_testshell_java',
+ 'chrome_shell_java',
'chrome_java_test_support',
'../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
@@ -2980,7 +2980,7 @@
'../sync/sync.gyp:sync_javatests',
],
'variables': {
- 'apk_name': 'ChromiumTestShellTest',
+ 'apk_name': 'ChromeShellTest',
'java_in_dir': 'android/shell/javatests',
'resource_dir': 'android/shell/res',
'additional_src_dirs': ['android/javatests/src'],
@@ -2999,7 +2999,7 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
- 'target_name': 'chromium_testshell_uiautomator_tests_java',
+ 'target_name': 'chrome_shell_uiautomator_tests_java',
'type': 'none',
'variables': {
'java_in_dir': 'android/uiautomator_tests',
@@ -3011,10 +3011,10 @@
'includes': [ '../build/java.gypi' ],
},
{
- 'target_name': 'chromium_testshell_uiautomator_tests',
+ 'target_name': 'chrome_shell_uiautomator_tests',
'type': 'none',
'dependencies': [
- 'chromium_testshell_uiautomator_tests_java',
+ 'chrome_shell_uiautomator_tests_java',
],
'includes': [ '../build/uiautomator_test.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698