aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/audio_processing/BUILD.gn')
-rw-r--r--webrtc/modules/audio_processing/BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index 2d0c602ef0..9d91911bc2 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",