Chromium Code Reviews| Index: webrtc/audio/BUILD.gn |
| diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn |
| index 14607cdd739b01f5f288f80727d7b7d836c01940..7b4ab3abe97c73dd303a7521555fbacb7c5f7776 100644 |
| --- a/webrtc/audio/BUILD.gn |
| +++ b/webrtc/audio/BUILD.gn |
| @@ -29,6 +29,7 @@ rtc_static_library("audio") { |
| deps = [ |
| "..:webrtc_common", |
| "../api:call_api", |
| + "../modules/audio_mixer", |
|
the sun
2016/10/03 11:41:26
Should really just depend on interface here - not
|
| "../system_wrappers", |
| "../voice_engine", |
| ] |