| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 198b67d52008e8514ef773afd2c8771c777dc831..d743a6a58f7afd33b61aeab5c5113ab57fea6a73 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -138,7 +138,7 @@ source_set("audio_device") {
|
| ]
|
| }
|
| if (is_ios) {
|
| - deps += [ "../../base:rtc_base_objc" ]
|
| + deps += [ "../../sdk:rtc_sdk_common_objc" ]
|
| sources += [
|
| "ios/audio_device_ios.h",
|
| "ios/audio_device_ios.mm",
|
|
|