| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index fcd4ffd45d414765e4afff907d29f528be250a43..06b3129a86518782b72f4dd2e5e054d2b247c669 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -53,7 +53,6 @@ rtc_source_set("audio_device") {
|
|
|
| deps = [
|
| "../..:webrtc_common",
|
| - "../../base:rtc_base",
|
| "../../base:rtc_base_approved",
|
| "../../base:rtc_task_queue",
|
| "../../common_audio",
|
| @@ -175,6 +174,7 @@ rtc_source_set("audio_device") {
|
| }
|
| if (is_ios) {
|
| public_deps = [
|
| + "../../base:rtc_base",
|
| "../../sdk:rtc_sdk_common_objc",
|
| ]
|
| sources += [
|
|
|