Chromium Code Reviews| Index: webrtc/modules/audio_device/BUILD.gn |
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn |
| index 92061a2416360b9cd907d3e76addb530359d9107..35a99eaac7e6cae274ddb9607b6d17cc175eaa7e 100644 |
| --- a/webrtc/modules/audio_device/BUILD.gn |
| +++ b/webrtc/modules/audio_device/BUILD.gn |
| @@ -27,6 +27,7 @@ config("audio_device_config") { |
| source_set("audio_device") { |
| deps = [ |
| "../..:webrtc_common", |
| + "../../base:rtc_base", |
|
kjellander_webrtc
2016/09/14 19:47:15
We try to avoid this dependency (but we haven't up
|
| "../../base:rtc_base_approved", |
| "../../common_audio", |
| "../../system_wrappers", |