Index: webrtc/modules/audio_processing/BUILD.gn |
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn |
index 2d0c602ef09ebab85733541ea4f15dc3ffbc2284..9d91911bc22e67b1745d95fbbefd074ca1fa5470 100644 |
--- a/webrtc/modules/audio_processing/BUILD.gn |
+++ b/webrtc/modules/audio_processing/BUILD.gn |
@@ -30,12 +30,12 @@ source_set("audio_processing") { |
"aec/aec_resampler.c", |
"aec/aec_resampler.h", |
"aec/echo_cancellation.c", |
+ "aec/echo_cancellation.h", |
"aec/echo_cancellation_internal.h", |
- "aec/include/echo_cancellation.h", |
"aecm/aecm_core.c", |
"aecm/aecm_core.h", |
"aecm/echo_control_mobile.c", |
- "aecm/include/echo_control_mobile.h", |
+ "aecm/echo_control_mobile.h", |
"agc/agc.cc", |
"agc/agc.h", |
"agc/agc_manager_direct.cc", |
@@ -161,8 +161,8 @@ source_set("audio_processing") { |
if (rtc_prefer_fixed_point) { |
defines += [ "WEBRTC_NS_FIXED" ] |
sources += [ |
- "ns/include/noise_suppression_x.h", |
"ns/noise_suppression_x.c", |
+ "ns/noise_suppression_x.h", |
"ns/nsx_core.c", |
"ns/nsx_core.h", |
"ns/nsx_defines.h", |
@@ -176,8 +176,8 @@ source_set("audio_processing") { |
defines += [ "WEBRTC_NS_FLOAT" ] |
sources += [ |
"ns/defines.h", |
- "ns/include/noise_suppression.h", |
"ns/noise_suppression.c", |
+ "ns/noise_suppression.h", |
"ns/ns_core.c", |
"ns/ns_core.h", |
"ns/windows_private.h", |