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

@ -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",