| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index b4afb16dab6ac5541909609f7c9d1dd4e000895a..a9650f74296a7ec1620d18deb0d84221376552bf 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -24,7 +24,7 @@ source_set("audio_processing") {
|
| sources = [
|
| "aec/aec_core.cc",
|
| "aec/aec_core.h",
|
| - "aec/aec_core_internal.h",
|
| + "aec/aec_core_optimized_methods.h",
|
| "aec/aec_rdft.cc",
|
| "aec/aec_rdft.h",
|
| "aec/aec_resampler.cc",
|
|
|