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

Unified Diff: tools/cr/cr/base/android.py

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « tools/bisect-perf-regression.py ('k') | tools/cr/cr/targets/chrome_shell.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cr/cr/base/android.py
diff --git a/tools/cr/cr/base/android.py b/tools/cr/cr/base/android.py
index 752061358c0dfbb7c6eeccd7f9ef4f1b23546e88..027a697fe28dc0114d4ac3a9d5b704888f5003cf 100644
--- a/tools/cr/cr/base/android.py
+++ b/tools/cr/cr/base/android.py
@@ -37,7 +37,7 @@ class AndroidPlatform(cr.Platform):
'{CR_SRC}', 'build', 'android', 'test_runner.py'),
CR_ADB_GDB=os.path.join('{CR_SRC}', 'build', 'android', 'adb_gdb'),
CHROMIUM_OUT_DIR='{CR_OUT_BASE}',
- CR_DEFAULT_TARGET='chromium_testshell',
+ CR_DEFAULT_TARGET='chrome_shell',
)
def __init__(self):
« no previous file with comments | « tools/bisect-perf-regression.py ('k') | tools/cr/cr/targets/chrome_shell.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698