Remove //rtc_base:timeutils from public deps
Bug: webrtc:8603 Change-Id: Iaca9356d16275a02e8842c783f259131d72ef010 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257914 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Florent Castelli <orphis@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36460}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
a529b0c0f2
commit
dd837e28fa
@ -698,6 +698,7 @@ if (current_os == "linux" || is_android) {
|
||||
"../../rtc_base:rtc_task_queue",
|
||||
"../../rtc_base:safe_conversions",
|
||||
"../../rtc_base:threading",
|
||||
"../../rtc_base:timeutils",
|
||||
"../../rtc_base/synchronization:mutex",
|
||||
"../../rtc_base/task_utils:to_queued_task",
|
||||
"//third_party/libyuv",
|
||||
@ -1139,6 +1140,7 @@ if (current_os == "linux" || is_android) {
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:refcount",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:timeutils",
|
||||
]
|
||||
}
|
||||
|
||||
@ -1205,6 +1207,7 @@ if (current_os == "linux" || is_android) {
|
||||
"../../rtc_base:logging",
|
||||
"../../rtc_base:macromagic",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:timeutils",
|
||||
"../../system_wrappers:field_trial",
|
||||
"../../system_wrappers:metrics",
|
||||
]
|
||||
@ -1262,6 +1265,7 @@ if (current_os == "linux" || is_android) {
|
||||
"../../rtc_base:logging",
|
||||
"../../rtc_base:macromagic",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:timeutils",
|
||||
]
|
||||
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
|
||||
}
|
||||
@ -1644,6 +1648,7 @@ if (is_android) {
|
||||
"../../rtc_base:rtc_event",
|
||||
"../../rtc_base:stringutils",
|
||||
"../../rtc_base:threading",
|
||||
"../../rtc_base:timeutils",
|
||||
"../../rtc_base/synchronization:mutex",
|
||||
"../../rtc_base/system:inline",
|
||||
"../../system_wrappers",
|
||||
|
||||
Reference in New Issue
Block a user