| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index 6ad77750a55c24d9addf69b240069eb48cbb2ae8..0aea170673a38354585ec2331824afe8a695d3d3 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -26,6 +26,8 @@ rtc_static_library("audio_processing") {
|
| "aec/aec_resampler.h",
|
| "aec/echo_cancellation.cc",
|
| "aec/echo_cancellation.h",
|
| + "aec3/echo_canceller3.cc",
|
| + "aec3/echo_canceller3.h",
|
| "aecm/aecm_core.cc",
|
| "aecm/aecm_core.h",
|
| "aecm/echo_control_mobile.cc",
|
|
|