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

Unified Diff: build/android/adb_gdb_mojo_shell

Issue 47343002: Pass app URL to mojo_shell on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | « no previous file | build/android/adb_run_mojo_shell » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/adb_gdb_mojo_shell
diff --git a/build/android/adb_gdb_content_shell b/build/android/adb_gdb_mojo_shell
similarity index 73%
copy from build/android/adb_gdb_content_shell
copy to build/android/adb_gdb_mojo_shell
index 18e1a61d8934fa361337d81fd7599a100301c950..942cca3188f4f8c2502b3c696070cc49286977a7 100755
--- a/build/android/adb_gdb_content_shell
+++ b/build/android/adb_gdb_mojo_shell
@@ -9,8 +9,8 @@
#
PROGDIR=$(dirname "$0")
export ADB_GDB_PROGNAME=$(basename "$0")
-export ADB_GDB_ACTIVITY=.ContentShellActivity
+export ADB_GDB_ACTIVITY=.MojoShellActivity
"$PROGDIR"/adb_gdb \
- --program-name=ContentShell \
- --package-name=org.chromium.content_shell_apk \
+ --program-name=MojoShell \
+ --package-name=org.chromium.mojo_shell_apk \
"$@"
« no previous file with comments | « no previous file | build/android/adb_run_mojo_shell » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698