| 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 \
|
| "$@"
|
|
|