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

Unified Diff: examples/java_android/echo/src/org/chromium/examples/java_echo/README.md

Issue 1242453003: Extract the shell runner into devtools. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Update more paths and devtools README. Created 5 years, 5 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 | « examples/go/README.txt ('k') | mojo/devtools/common/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/java_android/echo/src/org/chromium/examples/java_echo/README.md
diff --git a/examples/java_android/echo/src/org/chromium/examples/java_echo/README.md b/examples/java_android/echo/src/org/chromium/examples/java_echo/README.md
index 3d835489166611de83bad3038b5ef4479714236f..2db9694b76303129586173e696312473db49fda2 100644
--- a/examples/java_android/echo/src/org/chromium/examples/java_echo/README.md
+++ b/examples/java_android/echo/src/org/chromium/examples/java_echo/README.md
@@ -5,16 +5,16 @@ Java Echo Example Applications
`cd <mojo>/src`
-`./mojo/tools/mojo_shell.py --android mojo:java_echo_client --logcat-tags=JavaEchoClient`
+`mojo/devtools/common/mojo_shell --android mojo:java_echo_client --logcat-tags=JavaEchoClient`
**To use the Java Echo Server instead of the native Echo Server:**
-`./mojo/tools/mojo_shell.py --android mojo:java_echo_client --logcat-tags=JavaEchoClient,JavaEchoServer --url-mappings=mojo:echo_server=mojo:java_echo_server`
+`mojo/devtools/common/mojo_shell --android mojo:java_echo_client --logcat-tags=JavaEchoClient,JavaEchoServer --url-mappings=mojo:echo_server=mojo:java_echo_server`
**To send a message of your choice:**
-`./mojo/tools/mojo_shell.py --android mojo:java_echo_client --logcat-tags=JavaEchoClient,JavaEchoServer --url-mappings=mojo:echo_server=mojo:java_echo_server --args-for='mojo:java_echo_client Hello Mojo'`
+`mojo/devtools/common/mojo_shell --android mojo:java_echo_client --logcat-tags=JavaEchoClient,JavaEchoServer --url-mappings=mojo:echo_server=mojo:java_echo_server --args-for='mojo:java_echo_client Hello Mojo'`
<!---
If you copy the above commands from this source .md file then do not include the backticks: `
« no previous file with comments | « examples/go/README.txt ('k') | mojo/devtools/common/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698