Remove //rtc_base:refcount from public deps

Bug: webrtc:8603
Change-Id: Ib27a107ae809df739492846175f0e9c4af40d21a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257910
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Auto-Submit: Florent Castelli <orphis@webrtc.org>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36447}
This commit is contained in:
Florent Castelli
2022-04-05 02:54:12 +02:00
committed by WebRTC LUCI CQ
parent 09bdd95b3e
commit f86f6f9afd
29 changed files with 76 additions and 1 deletions

View File

@ -34,6 +34,7 @@ rtc_library("api") {
"../../api/audio:audio_frame_api",
"../../api/audio:echo_control",
"../../rtc_base:macromagic",
"../../rtc_base:refcount",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/system:arch",
"../../rtc_base/system:file_wrapper",
@ -380,6 +381,7 @@ if (rtc_include_tests) {
"../../rtc_base:ignore_wundef",
"../../rtc_base:macromagic",
"../../rtc_base:protobuf_utils",
"../../rtc_base:refcount",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_base_tests_utils",
"../../rtc_base:safe_minmax",
@ -624,6 +626,7 @@ rtc_library("audioproc_test_utils") {
"../../api/audio:audio_frame_api",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:refcount",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/system:arch",
"../../system_wrappers",