summaryrefslogtreecommitdiffstats
path: root/testing/android
diff options
context:
space:
mode:
authormichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 22:54:09 +0000
committermichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 22:54:09 +0000
commit9ae5b9bf5db1541f22097b8d93a58a5a9653e3dc (patch)
treecf6c68b069245b0889413ca85dbfc0b6cc9c3c66 /testing/android
parent76361be452ca4b7a5c5e2fee55f2c8ce2cfdbdd0 (diff)
downloadchromium_src-9ae5b9bf5db1541f22097b8d93a58a5a9653e3dc.zip
chromium_src-9ae5b9bf5db1541f22097b8d93a58a5a9653e3dc.tar.gz
chromium_src-9ae5b9bf5db1541f22097b8d93a58a5a9653e3dc.tar.bz2
Add gdb server variable for ant
This is the first CL to replace the ant property toolchain.dir with android.gdbserver. After this submitted - Add android_gdbserver into WebKit gypis. - Retire the toolchain.dir from ant by using android.gdbserver. - Remove the ANDROID_TOOLCHAIN from both WebKit and chromium's gyp/gypi - Remove the android_toolchain from envsetup_function.sh TBR=jam BUG= Review URL: https://chromiumcodereview.appspot.com/10886046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/android')
-rw-r--r--testing/android/native_test.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index 28d8819..b0c6be7 100644
--- a/testing/android/native_test.gyp
+++ b/testing/android/native_test.gyp
@@ -47,6 +47,7 @@
'-DANDROID_SDK_TOOLS=<(android_sdk_tools)',
'-DANDROID_SDK_VERSION=<(android_sdk_version)',
'-DANDROID_TOOLCHAIN=<(android_toolchain)',
+ '-DANDROID_GDBSERVER=<(android_gdbserver)',
'-DCHROMIUM_SRC=<(ant_build_out)/../..',
'-buildfile',
'<(DEPTH)/testing/android/native_test_apk.xml',