| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 1569eb288637a1f7820bf2a8461dbcb873e285a8..b9716aea94ae35946a5101ec5d497408ca9d65d1 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -51,6 +51,7 @@ rtc_static_library("audio_device") {
|
| deps = [
|
| "..:module_api",
|
| "../..:webrtc_common",
|
| + "../../api:array_view",
|
| "../../common_audio",
|
| "../../rtc_base:rtc_base_approved",
|
| "../../rtc_base:rtc_task_queue",
|
| @@ -281,6 +282,7 @@ if (rtc_include_tests) {
|
| deps = [
|
| ":audio_device",
|
| ":mock_audio_device",
|
| + "../../api:array_view",
|
| "../../rtc_base:rtc_base_approved",
|
| "../../system_wrappers:system_wrappers",
|
| "../../test:test_support",
|
|
|