aboutsummaryrefslogtreecommitdiff
path: root/webrtc.gyp
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-06-18 07:14:33 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-06-18 07:14:33 +0000
commit6cfe178af234b1518534f0645c1662120a1e8e86 (patch)
tree59026b49cca27a03deed09cbf9eae31e56bf341e /webrtc.gyp
parenta20eb911542467ef82d1988407e6f0661373aa66 (diff)
downloadwebrtc-6cfe178af234b1518534f0645c1662120a1e8e86.tar.gz
Chromium Android tools for test execution.
The md5sum and forwarder2 binaries from Chromium's src/tools/android are needed to be able to run tests using the test framework launched by build/android/run_tests.py. Since they depend on Chromium's base, we're using a precompiled copy for WebRTC's purposes. Linux works out of the box if Chromium's Android build instructions at https://code.google.com/p/chromium/wiki/AndroidBuildInstructions are used. Mac runs into problems earlier in the build toolchain, but as Mac is not a supported Android development platform in Chrome, the files will have to be copied manually on that platform for now. TEST=Synced, built and ran a test APK using run_tests.py. BUG=1882 R=andrew@webrtc.org, henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1679005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4241 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc.gyp')
-rw-r--r--webrtc.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/webrtc.gyp b/webrtc.gyp
index 4445e82dc4..950e293709 100644
--- a/webrtc.gyp
+++ b/webrtc.gyp
@@ -36,6 +36,11 @@
'tools/e2e_quality/e2e_quality.gyp:*',
],
}],
+ ['OS=="android"', {
+ 'dependencies': [
+ 'tools/android/android_tools_precompiled.gyp:*',
+ ],
+ }],
],
},
],