Index: webrtc/modules/audio_device/audio_device.gypi |
diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi |
index c3b6fbaa468335009b088d968d0914bbd9960f01..480276836b7092a8a0a5276eeb93c681b2898369 100644 |
--- a/webrtc/modules/audio_device/audio_device.gypi |
+++ b/webrtc/modules/audio_device/audio_device.gypi |
@@ -200,7 +200,8 @@ |
}, |
], |
'conditions': [ |
- ['include_tests==1', { |
+ # Does not compile on iOS: webrtc:4755. |
+ ['include_tests==1 and OS!="ios"', { |
'targets': [ |
{ |
'target_name': 'audio_device_tests', |
@@ -236,7 +237,7 @@ |
], |
}, |
], # targets |
- }], # include_tests |
+ }], # include_tests==1 and OS!=ios |
], |
} |