Index: webrtc/modules/audio_processing/BUILD.gn |
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn |
index 0aea170673a38354585ec2331824afe8a695d3d3..049a4e1d048ddc966c304915da60a1dc9d0150a6 100644 |
--- a/webrtc/modules/audio_processing/BUILD.gn |
+++ b/webrtc/modules/audio_processing/BUILD.gn |
@@ -26,8 +26,17 @@ rtc_static_library("audio_processing") { |
"aec/aec_resampler.h", |
"aec/echo_cancellation.cc", |
"aec/echo_cancellation.h", |
+ "aec3/aec3_constants.h", |
+ "aec3/block_framer.cc", |
+ "aec3/block_framer.h", |
+ "aec3/block_processor.cc", |
+ "aec3/block_processor.h", |
+ "aec3/cascaded_biquad_filter.cc", |
+ "aec3/cascaded_biquad_filter.h", |
"aec3/echo_canceller3.cc", |
"aec3/echo_canceller3.h", |
+ "aec3/frame_blocker.cc", |
+ "aec3/frame_blocker.h", |
"aecm/aecm_core.cc", |
"aecm/aecm_core.h", |
"aecm/echo_control_mobile.cc", |