| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index 5cbd97d90a50d2590640965a9fbc0203694e3827..6c55ac80c64cd30900cbf71639536ab463107eb0 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -71,6 +71,8 @@ rtc_static_library("audio_processing") {
|
| "echo_detector/circular_buffer.h",
|
| "echo_detector/mean_variance_estimator.cc",
|
| "echo_detector/mean_variance_estimator.h",
|
| + "echo_detector/moving_max.cc",
|
| + "echo_detector/moving_max.h",
|
| "echo_detector/normalized_covariance_estimator.cc",
|
| "echo_detector/normalized_covariance_estimator.h",
|
| "gain_control_for_experimental_agc.cc",
|
|
|