aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec3
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_processing/aec3')
-rw-r--r--modules/audio_processing/aec3/BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/audio_processing/aec3/BUILD.gn b/modules/audio_processing/aec3/BUILD.gn
index c715dd0d29..8876002990 100644
--- a/modules/audio_processing/aec3/BUILD.gn
+++ b/modules/audio_processing/aec3/BUILD.gn
@@ -148,7 +148,6 @@ rtc_library("aec3") {
"../../../rtc_base:logging",
"../../../rtc_base:macromagic",
"../../../rtc_base:race_checker",
- "../../../rtc_base:rtc_base_approved",
"../../../rtc_base:safe_minmax",
"../../../rtc_base:swap_queue",
"../../../rtc_base/experiments:field_trial_parser",
@@ -177,7 +176,6 @@ rtc_source_set("aec3_fft") {
"../../../api:array_view",
"../../../common_audio/third_party/ooura:fft_size_128",
"../../../rtc_base:checks",
- "../../../rtc_base:rtc_base_approved",
"../../../rtc_base/system:arch",
]
}
@@ -194,7 +192,6 @@ rtc_source_set("render_buffer") {
":fft_data",
"../../../api:array_view",
"../../../rtc_base:checks",
- "../../../rtc_base:rtc_base_approved",
"../../../rtc_base/system:arch",
]
}
@@ -226,7 +223,6 @@ rtc_source_set("matched_filter") {
deps = [
":aec3_common",
"../../../api:array_view",
- "../../../rtc_base:rtc_base_approved",
"../../../rtc_base/system:arch",
]
}
@@ -317,7 +313,6 @@ if (rtc_include_tests) {
"../../../rtc_base:checks",
"../../../rtc_base:macromagic",
"../../../rtc_base:random",
- "../../../rtc_base:rtc_base_approved",
"../../../rtc_base:safe_minmax",
"../../../rtc_base:stringutils",
"../../../rtc_base/system:arch",