| Index: webrtc/audio/BUILD.gn
|
| diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
|
| index 127900544cb55dfa9b4ed414e5f884d378b7856d..ab2a4e79e62abd92e5096fa3ec77e66135a30f1f 100644
|
| --- a/webrtc/audio/BUILD.gn
|
| +++ b/webrtc/audio/BUILD.gn
|
| @@ -16,6 +16,7 @@ rtc_static_library("audio") {
|
| "audio_send_stream.h",
|
| "audio_state.cc",
|
| "audio_state.h",
|
| + "audio_transport_proxy.h",
|
| "conversion.h",
|
| "scoped_voe_interface.h",
|
| ]
|
| @@ -27,8 +28,10 @@ rtc_static_library("audio") {
|
|
|
| deps = [
|
| "..:webrtc_common",
|
| - "../api:audio_mixer_api",
|
| "../api:call_api",
|
| + "../modules/audio_device",
|
| + "../modules/audio_mixer:audio_mixer_impl",
|
| + "../modules/audio_processing",
|
| "../system_wrappers",
|
| "../voice_engine",
|
| ]
|
|
|