diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 22:54:09 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 22:54:09 +0000 |
commit | 9ae5b9bf5db1541f22097b8d93a58a5a9653e3dc (patch) | |
tree | cf6c68b069245b0889413ca85dbfc0b6cc9c3c66 /testing | |
parent | 76361be452ca4b7a5c5e2fee55f2c8ce2cfdbdd0 (diff) | |
download | chromium_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')
-rw-r--r-- | testing/android/native_test.gyp | 1 |
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', |