Move race_checker out of rtc_base_approved

Bug: webrtc:9838
Change-Id: If180abcca1ef598314de3aed70e4a6eb04f062d4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258770
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36607}
This commit is contained in:
Florent Castelli
2022-04-14 13:38:05 +02:00
committed by WebRTC LUCI CQ
parent c7b690272d
commit f4db351625
13 changed files with 15 additions and 0 deletions

View File

@ -90,6 +90,7 @@ rtc_library("audio") {
"../rtc_base:location",
"../rtc_base:logging",
"../rtc_base:macromagic",
"../rtc_base:race_checker",
"../rtc_base:rate_limiter",
"../rtc_base:refcount",
"../rtc_base:rtc_base_approved",

View File

@ -213,6 +213,7 @@ rtc_library("rtp_sender") {
"../rtc_base:location",
"../rtc_base:logging",
"../rtc_base:macromagic",
"../rtc_base:race_checker",
"../rtc_base:random",
"../rtc_base:rate_limiter",
"../rtc_base:rtc_base_approved",
@ -403,6 +404,7 @@ rtc_library("simulated_network") {
"../api/units:timestamp",
"../rtc_base:checks",
"../rtc_base:macromagic",
"../rtc_base:race_checker",
"../rtc_base:random",
"../rtc_base:rtc_base_approved",
"../rtc_base/synchronization:mutex",

View File

@ -61,6 +61,7 @@ rtc_library("common_video") {
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:macromagic",
"../rtc_base:race_checker",
"../rtc_base:refcount",
"../rtc_base:rtc_task_queue",
"../rtc_base:safe_minmax",

View File

@ -298,6 +298,7 @@ rtc_library("rtc_audio_video") {
"../rtc_base:ignore_wundef",
"../rtc_base:logging",
"../rtc_base:macromagic",
"../rtc_base:race_checker",
"../rtc_base:rtc_task_queue",
"../rtc_base:safe_conversions",
"../rtc_base:stringutils",

View File

@ -419,6 +419,7 @@ if (rtc_include_tests && !build_with_chromium) {
"../../rtc_base:ignore_wundef",
"../../rtc_base:logging",
"../../rtc_base:macromagic",
"../../rtc_base:race_checker",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_event",
"../../rtc_base:safe_conversions",

View File

@ -48,6 +48,7 @@ rtc_library("audio_mixer_impl") {
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:macromagic",
"../../rtc_base:race_checker",
"../../rtc_base:refcount",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:safe_conversions",

View File

@ -147,6 +147,7 @@ rtc_library("aec3") {
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:macromagic",
"../../../rtc_base:race_checker",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:safe_minmax",
"../../../rtc_base:swap_queue",

View File

@ -73,6 +73,7 @@ if (rtc_enable_protobuf) {
"../../../rtc_base:logging",
"../../../rtc_base:macromagic",
"../../../rtc_base:protobuf_utils",
"../../../rtc_base:race_checker",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:rtc_event",
"../../../rtc_base:rtc_task_queue",

View File

@ -237,6 +237,7 @@ rtc_library("delay_based_bwe") {
"../../../logging:rtc_event_bwe",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:race_checker",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base/experiments:field_trial_parser",
"../../../system_wrappers:metrics",

View File

@ -58,6 +58,7 @@ rtc_library("remote_bitrate_estimator") {
"../../rtc_base:logging",
"../../rtc_base:macromagic",
"../../rtc_base:platform_thread",
"../../rtc_base:race_checker",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
"../../rtc_base:safe_minmax",

View File

@ -301,6 +301,7 @@ rtc_library("rtp_rtcp") {
"../../rtc_base:logging",
"../../rtc_base:macromagic",
"../../rtc_base:one_time_event",
"../../rtc_base:race_checker",
"../../rtc_base:random",
"../../rtc_base:rate_limiter",
"../../rtc_base:rtc_base_approved",

View File

@ -695,6 +695,7 @@ if (current_os == "linux" || is_android) {
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:race_checker",
"../../rtc_base:refcount",
"../../rtc_base:rtc_task_queue",
"../../rtc_base:safe_conversions",

View File

@ -301,6 +301,7 @@ rtc_library("frame_cadence_adapter") {
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:macromagic",
"../rtc_base:race_checker",
"../rtc_base:rtc_base_approved",
"../rtc_base:timeutils",
"../rtc_base/synchronization:mutex",
@ -482,6 +483,7 @@ rtc_library("video_stream_encoder_impl") {
"../rtc_base:location",
"../rtc_base:logging",
"../rtc_base:macromagic",
"../rtc_base:race_checker",
"../rtc_base:refcount",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_event",