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

Unified Diff: build/android/gdb_content_shell

Issue 10836323: Change Android build configurations (step 2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unnecessary changes Created 8 years, 4 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/base_test_runner.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 ae6772299608fdc8bf1af177802f90b445d12a8a..ee55c933b65e359727aa46b7614506e8a2ee4d98 100755
--- a/build/android/gdb_content_shell
+++ b/build/android/gdb_content_shell
@@ -11,5 +11,5 @@ ROOT=$(cd "$(dirname $0)"; pwd)
if [ $# -gt 0 ]; then
exec ${ROOT}/gdb_apk -r -g "$*"
else
- exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell -l ${ROOT}/../../out/Release/lib.target/
+ exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell
fi
« no previous file with comments | « build/android/gdb_apk ('k') | build/android/pylib/base_test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698