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}
This commit is contained in:
Florent Castelli
2022-04-14 12:41:26 +02:00
committed by WebRTC LUCI CQ
parent e288161529
commit 71337f387e
22 changed files with 45 additions and 2 deletions

View File

@ -69,6 +69,7 @@ rtc_library("frame_generator_impl") {
"../rtc_base:checks",
"../rtc_base:criticalsection",
"../rtc_base:logging",
"../rtc_base:random",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_event",
"../rtc_base/synchronization:mutex",

View File

@ -406,6 +406,7 @@ webrtc_fuzzer_test("neteq_signal_fuzzer") {
"../../modules/audio_coding:neteq_test_tools",
"../../modules/audio_coding:neteq_tools_minimal",
"../../modules/audio_coding:pcm16b",
"../../rtc_base:random",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:safe_conversions",
]

View File

@ -61,6 +61,7 @@ rtc_library("emulated_network") {
"../../rtc_base:logging",
"../../rtc_base:macromagic",
"../../rtc_base:network_constants",
"../../rtc_base:random",
"../../rtc_base:rtc_base_tests_utils",
"../../rtc_base:rtc_event",
"../../rtc_base:rtc_task_queue",