Index: webrtc/modules/audio_processing/BUILD.gn |
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn |
index 4090f6d38b8b048623d698638fd9b3972540099a..79c79296c45ede2e502919be24b4b7a6a3cece60 100644 |
--- a/webrtc/modules/audio_processing/BUILD.gn |
+++ b/webrtc/modules/audio_processing/BUILD.gn |
@@ -61,6 +61,12 @@ rtc_static_library("audio_processing") { |
"echo_cancellation_impl.h", |
"echo_control_mobile_impl.cc", |
"echo_control_mobile_impl.h", |
+ "echo_detector/circular_buffer.cc", |
+ "echo_detector/circular_buffer.h", |
+ "echo_detector/mean_variance_estimator.cc", |
+ "echo_detector/mean_variance_estimator.h", |
+ "echo_detector/normalized_covariance_estimator.cc", |
+ "echo_detector/normalized_covariance_estimator.h", |
"gain_control_for_experimental_agc.cc", |
"gain_control_for_experimental_agc.h", |
"gain_control_impl.cc", |