| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 1e691fa9bc48e25bf64f20f7e27053fa28800d09..ab0b4f5b32f15b1b14606a5c098b0c9dbbf04d76 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -49,6 +49,7 @@ rtc_static_library("audio_device") {
|
| public_configs = [ ":audio_device_config" ]
|
|
|
| deps = [
|
| + "..:module_api",
|
| "../..:webrtc_common",
|
| "../../base:rtc_base_approved",
|
| "../../base:rtc_task_queue",
|
|
|