aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec3
diff options
context:
space:
mode:
authorFlorent Castelli <orphis@webrtc.org>2022-04-14 12:41:26 +0200
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-19 14:00:47 +0000
commit71337f387ea0625456aa890c28b2d2376a6ed0b8 (patch)
treed6b0a505859fad6177f44c8986070d872bd73396 /modules/audio_processing/aec3
parente288161529a79d362d55458c1f4c23013736035a (diff)
downloadwebrtc-71337f387ea0625456aa890c28b2d2376a6ed0b8.tar.gz
Move random out of rtc_base_approved
Bug: webrtc:9838 Change-Id: I64a5ef18c19d446139354d04aa6cb2a76d18aad0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258762 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36572}
Diffstat (limited to 'modules/audio_processing/aec3')
-rw-r--r--modules/audio_processing/aec3/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/audio_processing/aec3/BUILD.gn b/modules/audio_processing/aec3/BUILD.gn
index fee776fb39..01649c024b 100644
--- a/modules/audio_processing/aec3/BUILD.gn
+++ b/modules/audio_processing/aec3/BUILD.gn
@@ -314,6 +314,7 @@ if (rtc_include_tests) {
"../../../api/audio:aec3_config",
"../../../rtc_base:checks",
"../../../rtc_base:macromagic",
+ "../../../rtc_base:random",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:safe_minmax",
"../../../rtc_base:stringutils",