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:
committed by
WebRTC LUCI CQ
parent
09bdd95b3e
commit
f86f6f9afd
@ -93,6 +93,7 @@ rtc_library("rtp_packet_info") {
|
||||
":refcountedbase",
|
||||
":rtp_headers",
|
||||
":scoped_refptr",
|
||||
"../rtc_base:refcount",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"../rtc_base/system:rtc_export",
|
||||
"units:timestamp",
|
||||
@ -191,6 +192,7 @@ rtc_library("libjingle_peerconnection_api") {
|
||||
"../call:rtp_interfaces",
|
||||
"../rtc_base:logging",
|
||||
"../rtc_base:network_constants",
|
||||
"../rtc_base:refcount",
|
||||
"adaptation:resource_adaptation_api",
|
||||
"audio:audio_mixer_api",
|
||||
"audio_codecs:audio_codecs_api",
|
||||
@ -616,6 +618,7 @@ rtc_source_set("rtc_stats_api") {
|
||||
":scoped_refptr",
|
||||
"../api:refcountedbase",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:refcount",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"../rtc_base/system:rtc_export",
|
||||
]
|
||||
@ -960,6 +963,7 @@ if (rtc_include_tests) {
|
||||
":libjingle_peerconnection_api",
|
||||
":rtp_parameters",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:refcount",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"crypto:frame_encryptor_interface",
|
||||
]
|
||||
@ -977,6 +981,7 @@ if (rtc_include_tests) {
|
||||
":libjingle_peerconnection_api",
|
||||
":rtp_parameters",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:refcount",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"crypto:frame_decryptor_interface",
|
||||
]
|
||||
|
||||
@ -37,6 +37,7 @@ rtc_source_set("audio_mixer_api") {
|
||||
|
||||
deps = [
|
||||
":audio_frame_api",
|
||||
"../../rtc_base:refcount",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
]
|
||||
}
|
||||
|
||||
@ -34,6 +34,7 @@ rtc_library("audio_codecs_api") {
|
||||
"..:scoped_refptr",
|
||||
"../../api:field_trials_view",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:refcount",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:sanitizer",
|
||||
"../../rtc_base/system:rtc_export",
|
||||
|
||||
@ -68,6 +68,7 @@ rtc_library("video_frame") {
|
||||
"..:scoped_refptr",
|
||||
"..:video_track_source_constraints",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:refcount",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base/memory:aligned_malloc",
|
||||
"../../rtc_base/system:rtc_export",
|
||||
@ -94,6 +95,7 @@ rtc_library("video_frame_i010") {
|
||||
"..:scoped_refptr",
|
||||
"../../rtc_base",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:refcount",
|
||||
"../../rtc_base/memory:aligned_malloc",
|
||||
"//third_party/libyuv",
|
||||
]
|
||||
@ -139,6 +141,7 @@ rtc_library("encoded_image") {
|
||||
"..:rtp_packet_info",
|
||||
"..:scoped_refptr",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:refcount",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base/system:rtc_export",
|
||||
]
|
||||
|
||||
@ -47,6 +47,7 @@ rtc_library("video_codecs_api") {
|
||||
"../../modules/video_coding:codec_globals_headers",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:macromagic",
|
||||
"../../rtc_base:refcount",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base/system:rtc_export",
|
||||
"../units:data_rate",
|
||||
|
||||
Reference in New Issue
Block a user