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:
committed by
WebRTC LUCI CQ
parent
e288161529
commit
71337f387e
@ -298,6 +298,7 @@ rtc_library("rtp_rtcp") {
|
||||
"../../rtc_base:gtest_prod",
|
||||
"../../rtc_base:logging",
|
||||
"../../rtc_base:macromagic",
|
||||
"../../rtc_base:random",
|
||||
"../../rtc_base:rate_limiter",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:rtc_numerics",
|
||||
@ -436,6 +437,7 @@ rtc_library("fec_test_helper") {
|
||||
":rtp_rtcp",
|
||||
":rtp_rtcp_format",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:random",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
]
|
||||
}
|
||||
@ -494,6 +496,7 @@ if (rtc_include_tests) {
|
||||
deps = [
|
||||
":rtp_rtcp",
|
||||
":rtp_rtcp_format",
|
||||
"../../rtc_base:random",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
@ -622,6 +625,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:logging",
|
||||
"../../rtc_base:macromagic",
|
||||
"../../rtc_base:random",
|
||||
"../../rtc_base:rate_limiter",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:rtc_base_tests_utils",
|
||||
|
||||
Reference in New Issue
Block a user