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

Unified Diff: build/android/adb_run_chromium_testshell

Issue 11346007: Add build/android scripts for Chromium TestShell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix script location 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
Index: build/android/adb_run_chromium_testshell
diff --git a/build/android/adb_run_content_shell b/build/android/adb_run_chromium_testshell
similarity index 83%
copy from build/android/adb_run_content_shell
copy to build/android/adb_run_chromium_testshell
index bfc7367b793b3bbd0ac42eb5158e44b1a6a41b0f..7829a76b94dc0e9e7edd0d92c6f381607043c95a 100755
--- a/build/android/adb_run_content_shell
+++ b/build/android/adb_run_chromium_testshell
@@ -10,5 +10,5 @@ fi
adb shell am start \
-a android.intent.action.VIEW \
- -n org.chromium.content_shell/.ContentShellActivity \
+ -n org.chromium.chrome.testshell/.ChromiumTestShellActivity \
$INTENT_ARGS

Powered by Google App Engine
This is Rietveld 408576698