| Index: webrtc/webrtc_tests.gypi
|
| diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
|
| index 7b01ad1451dbbe7d6aa1de9b852711ef0f4d5a92..3563fee0f5d831e75d3694503c417a3ea863c065 100644
|
| --- a/webrtc/webrtc_tests.gypi
|
| +++ b/webrtc/webrtc_tests.gypi
|
| @@ -204,6 +204,12 @@
|
| '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
| ],
|
| }],
|
| + ['OS=="ios"', {
|
| + 'mac_bundle_resources': [
|
| + '<(DEPTH)/resources/foreman_cif_short.yuv',
|
| + '<(DEPTH)/resources/voice_engine/audio_long16.pcm',
|
| + ],
|
| + }],
|
| ['enable_protobuf==1', {
|
| 'defines': [
|
| 'ENABLE_RTC_EVENT_LOG',
|
|
|