diff options
author | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 21:55:55 +0000 |
---|---|---|
committer | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 21:55:55 +0000 |
commit | 4d4eb5babc558ccddc09168f66970905ed0204d4 (patch) | |
tree | fe23183a39cec251e5fd1d9da4047f2fec020510 /build/android/gdb_content_shell | |
parent | 3ac99b95a6ee9dfaea1d746f795975cc97c7ca45 (diff) | |
download | chromium_src-4d4eb5babc558ccddc09168f66970905ed0204d4.zip chromium_src-4d4eb5babc558ccddc09168f66970905ed0204d4.tar.gz chromium_src-4d4eb5babc558ccddc09168f66970905ed0204d4.tar.bz2 |
Relanding "Add apk for running content_browsertests"
Revert "Revert 179189"
This reverts commit 5844ab0c6a41cc9d306f8c355cc7ceb5e290cbb1.
Original CL:https://codereview.chromium.org/12047068/
was reverted as we failed to update the bot scripts with the new package
name for content_shell_apk
TBR=mark@chromium.org,jam@chromium.org
BUG=138275
Review URL: https://chromiumcodereview.appspot.com/12091033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/gdb_content_shell')
-rwxr-xr-x | build/android/gdb_content_shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/gdb_content_shell b/build/android/gdb_content_shell index c8cb88f..81a1986 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 |