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

Unified Diff: build/android/gdb_content_shell

Issue 12091033: Relanding "Add apk for running content_browsertests" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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/gdb_apk ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gdb_content_shell
diff --git a/build/android/gdb_content_shell b/build/android/gdb_content_shell
index c8cb88ff1d36a4baf141d1fb377c522e9b1cdac2..81a1986a989a33265067c885cafa88245e98e18d 100755
--- a/build/android/gdb_content_shell
+++ b/build/android/gdb_content_shell
@@ -12,5 +12,5 @@ adb_gdb_content_shell instead!"
if [ $# -gt 0 ]; then
exec ${ROOT}/gdb_apk -r -g "$*"
else
- exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell
+ exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell_apk
fi
« no previous file with comments | « build/android/gdb_apk ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698