aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec3
diff options
context:
space:
mode:
authorFlorent Castelli <orphis@webrtc.org>2022-04-25 13:12:20 +0200
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-25 12:15:30 +0000
commitc3e6e3a3e85c8bea33f80eae3cc50109e68a8a99 (patch)
treec7b83b0a89375bbee2255686d6473cc2e4367352 /modules/audio_processing/aec3
parent5f96daa8a5a6e4a548e8fda763d9060d7771efb7 (diff)
downloadwebrtc-c3e6e3a3e85c8bea33f80eae3cc50109e68a8a99.tar.gz
Remove dependency on rtc_base_approved from most targets
Bug: webrtc:9838 Change-Id: Ibd0199803597eff48ca139a5cecdc3209c62c5d2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259873 Auto-Submit: Florent Castelli <orphis@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36643}
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",