| Index: webrtc/common_audio/common_audio.gyp
|
| diff --git a/webrtc/common_audio/common_audio.gyp b/webrtc/common_audio/common_audio.gyp
|
| index 43c7ac52c5e401c3b46f35b8887a5322510f9475..f0a6fc94734da4cdc2583b7547f5cb7cf81b5a8d 100644
|
| --- a/webrtc/common_audio/common_audio.gyp
|
| +++ b/webrtc/common_audio/common_audio.gyp
|
| @@ -228,9 +228,10 @@
|
| },
|
| ], # targets
|
| }],
|
| - ['include_tests==1', {
|
| + ['include_tests==1 and OS!="ios"', {
|
| 'targets' : [
|
| {
|
| + # Does not compile on iOS: webrtc:4755.
|
| 'target_name': 'common_audio_unittests',
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
|
|