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

Unified Diff: build/android/adb_run_chromium_testshell

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix py lint Created 6 years, 10 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 | « build/android/adb_gdb_chromium_testshell ('k') | build/android/buildbot/bb_device_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/adb_run_chromium_testshell
diff --git a/build/android/adb_run_chromium_testshell b/build/android/adb_run_chromium_testshell
index b17482c7610fb270e2727052df45747e6b25bcff..06b296155df3e323223df101870f7dbd82c8db08 100755
--- a/build/android/adb_run_chromium_testshell
+++ b/build/android/adb_run_chromium_testshell
@@ -10,5 +10,5 @@ fi
adb shell am start \
-a android.intent.action.VIEW \
- -n org.chromium.chrome.testshell/.ChromiumTestShellActivity \
+ -n org.chromium.chrome.shell/.ChromiumTestShellActivity \
$INTENT_ARGS
« no previous file with comments | « build/android/adb_gdb_chromium_testshell ('k') | build/android/buildbot/bb_device_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698