summaryrefslogtreecommitdiff
path: root/webrtc_tests.gypi
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-09-02 08:40:39 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-09-02 08:40:39 +0000
commit606c1cd636e8fb26a18528876b98b46f101ebaf5 (patch)
tree1453f97aff80a432ec0b1bb0d526b56745a5760f /webrtc_tests.gypi
parent02b30eb3e27bd4db9caa02cdf4001d8f42417533 (diff)
downloadwebrtc-606c1cd636e8fb26a18528876b98b46f101ebaf5.tar.gz
Remove build_with_chromium==1 conditions for Android
Most of these changes were done in r7014, but a few targets were missed. This should make these tests run better (but they might still be failing due to webrtc:3764). BUG=webrtc:3741 TESTED=Local compilation using: GYP_DEFINES="OS=android component=static_library fastbuild=1 target_arch=arm" webrtc/build/gyp_webrtc ninja -C out/Debug R=phoglund@webrtc.org Review URL: https://webrtc-codereview.appspot.com/24369004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7019 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc_tests.gypi')
-rw-r--r--webrtc_tests.gypi4
1 files changed, 1 insertions, 3 deletions
diff --git a/webrtc_tests.gypi b/webrtc_tests.gypi
index c8c0679c..ab714290 100644
--- a/webrtc_tests.gypi
+++ b/webrtc_tests.gypi
@@ -88,9 +88,7 @@
'webrtc',
],
'conditions': [
- # TODO(henrike): remove build_with_chromium==1 when the bots are
- # using Chromium's buildbots.
- ['build_with_chromium==1 and OS=="android"', {
+ ['OS=="android"', {
'dependencies': [
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
],