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

Unified Diff: chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java

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
« no previous file with comments | « build/android/adb_run_chromium_testshell ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java
diff --git a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java
index 26c1fc08b320074f9485600a5171a1170c1385ff..4389fd2ff4362e08c653f7a10a75c72c80e32c6b 100644
--- a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java
+++ b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java
@@ -25,7 +25,7 @@ import org.chromium.ui.gfx.ActivityNativeWindow;
public class ChromiumTestShellActivity extends Activity {
private static final String TAG = ChromiumTestShellActivity.class.getCanonicalName();
private static final String COMMAND_LINE_FILE =
- "/data/local/tmp/chrome-test-shell-command-line";
+ "/data/local/tmp/chromium-testshell-command-line";
private ActivityNativeWindow mWindow;
private TabManager mTabManager;
« no previous file with comments | « build/android/adb_run_chromium_testshell ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698