| 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 2db9f1e17b952ce02ebd7a90c671c144283016f6..60281edaea65314ce20d078f619aa899a3a3c890 100644
|
| --- a/webrtc/modules/audio_device/audio_device.gypi
|
| +++ b/webrtc/modules/audio_device/audio_device.gypi
|
| @@ -166,10 +166,16 @@
|
| },
|
| }],
|
| ['OS=="ios"', {
|
| + 'dependencies': [
|
| + '<(webrtc_root)/base/base.gyp:rtc_base_objc',
|
| + ],
|
| 'sources': [
|
| 'ios/audio_device_ios.h',
|
| 'ios/audio_device_ios.mm',
|
| 'ios/audio_device_not_implemented_ios.mm',
|
| + 'ios/objc/RTCAudioSession+Private.h',
|
| + 'ios/objc/RTCAudioSession.h',
|
| + 'ios/objc/RTCAudioSession.mm',
|
| ],
|
| 'xcode_settings': {
|
| 'CLANG_ENABLE_OBJC_ARC': 'YES',
|
|
|