Remove //rtc_base:atomicops from public deps
Bug: webrtc:8603 Change-Id: If1fb37e44d5ab277e16895ca50325b3a86bd135f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257907 Auto-Submit: Florent Castelli <orphis@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36432}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
b5ab062a3e
commit
bddfe0215c
@ -80,6 +80,7 @@ rtc_source_set("callback_list") {
|
||||
rtc_library("rtc_base_approved") {
|
||||
visibility = [ "*" ]
|
||||
deps = [
|
||||
":atomicops",
|
||||
":checks",
|
||||
":rtc_task_queue",
|
||||
":safe_compare",
|
||||
@ -172,7 +173,6 @@ rtc_library("rtc_base_approved") {
|
||||
}
|
||||
|
||||
public_deps += [ # no-presubmit-check TODO(webrtc:8603)
|
||||
":atomicops",
|
||||
":logging",
|
||||
":macromagic",
|
||||
":platform_thread",
|
||||
@ -1393,6 +1393,7 @@ if (rtc_include_tests) {
|
||||
sources += [ "win/windows_version_unittest.cc" ]
|
||||
}
|
||||
deps = [
|
||||
":atomicops",
|
||||
":bitstream_reader",
|
||||
":bounded_inline_vector",
|
||||
":checks",
|
||||
@ -1532,6 +1533,7 @@ if (rtc_include_tests) {
|
||||
"unique_id_generator_unittest.cc",
|
||||
]
|
||||
deps = [
|
||||
":atomicops",
|
||||
":checks",
|
||||
":gunit_helpers",
|
||||
":ip_address",
|
||||
|
||||
Reference in New Issue
Block a user