| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index dd474293a7d64c81c20598f1133e563f0c5181d5..63255863ef5bfc543875885dc00ce5321a3f6d44 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -81,6 +81,8 @@ source_set("audio_processing") {
|
| "noise_suppression_impl.h",
|
| "processing_component.cc",
|
| "processing_component.h",
|
| + "repetition_detector.cc",
|
| + "repetition_detector.h",
|
| "rms_level.cc",
|
| "rms_level.h",
|
| "splitting_filter.cc",
|
|
|