| 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 abefcdb450787f9f8f44f8d2c15f00f84dc5db29..a7c578965852cf9063d5733cacf3cd63b3988873 100644
|
| --- a/webrtc/modules/audio_device/audio_device.gypi
|
| +++ b/webrtc/modules/audio_device/audio_device.gypi
|
| @@ -167,7 +167,10 @@
|
| }],
|
| ['OS=="ios"', {
|
| 'dependencies': [
|
| - '<(webrtc_root)/base/base.gyp:rtc_base_objc',
|
| + '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_common_objc',
|
| + ],
|
| + 'export_dependent_settings': [
|
| + '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_common_objc',
|
| ],
|
| 'sources': [
|
| 'ios/audio_device_ios.h',
|
|
|