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

Unified Diff: build/android/adb_gdb_blimp_client

Issue 1364143002: Move ChromeCommandLineInitUtil to base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_test
Patch Set: Addressed comments, added adb scripts, fixed library loader bug. Created 5 years, 3 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_gdb_blimp_client
diff --git a/build/android/adb_gdb_chrome_public b/build/android/adb_gdb_blimp_client
similarity index 60%
copy from build/android/adb_gdb_chrome_public
copy to build/android/adb_gdb_blimp_client
index 4366c838e78e9f3e007c8c2650e0ab81b455fbdc..3c2e21d6b90c25829a9f505b636cefa346af61b2 100755
--- a/build/android/adb_gdb_chrome_public
+++ b/build/android/adb_gdb_blimp_client
@@ -4,13 +4,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
-# Attach to or start a ChromePublic process and debug it.
+# Attach to or start a Blimp process and debug it.
# See --help for details.
#
PROGDIR=$(dirname "$0")
export ADB_GDB_PROGNAME=$(basename "$0")
-export ADB_GDB_ACTIVITY=com.google.android.apps.chrome.Main
+export ADB_GDB_ACTIVITY=org.chromium.blimp.BlimpRendererActivity
"$PROGDIR"/adb_gdb \
- --program-name=ChromePublic \
- --package-name=org.chromium.chrome \
+ --program-name=Blimp \
+ --package-name=org.chromium.blimp \
"$@"

Powered by Google App Engine
This is Rietveld 408576698