Remove unused dependencies in rtp_rtcp

Bug: None
Change-Id: If0a14f54e55550f38b178bb6412198559677d217
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/309320
Auto-Submit: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Emil Lundmark <lndmrk@webrtc.org>
Commit-Queue: Emil Lundmark <lndmrk@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40307}
This commit is contained in:
Danil Chapovalov 2023-06-19 10:45:35 +02:00 committed by WebRTC LUCI CQ
parent 9919841e4a
commit b4969d0036

View File

@ -120,10 +120,8 @@ rtc_library("rtp_rtcp_format") {
"../../api/units:data_rate",
"../../api/units:time_delta",
"../../api/units:timestamp",
"../../api/video:video_frame",
"../../api/video:video_layers_allocation",
"../../api/video:video_rtp_headers",
"../../common_video",
"../../rtc_base:bit_buffer",
"../../rtc_base:bitstream_reader",
"../../rtc_base:buffer",
@ -276,7 +274,6 @@ rtc_library("rtp_rtcp") {
"../../api:field_trials_view",
"../../api:frame_transformer_interface",
"../../api:function_view",
"../../api:libjingle_peerconnection_api",
"../../api:rtp_headers",
"../../api:rtp_packet_info",
"../../api:rtp_parameters",
@ -302,11 +299,9 @@ rtc_library("rtp_rtcp") {
"../../api/video:video_frame_type",
"../../api/video:video_layers_allocation",
"../../api/video:video_rtp_headers",
"../../api/video_codecs:video_codecs_api",
"../../call:rtp_interfaces",
"../../call:video_stream_api",
"../../common_video",
"../../logging:rtc_event_audio",
"../../logging:rtc_event_rtp_rtcp",
"../../modules/audio_coding:audio_coding_module_typedefs",
"../../rtc_base:bit_buffer",
@ -343,7 +338,6 @@ rtc_library("rtp_rtcp") {
]
absl_deps = [
"//third_party/abseil-cpp/absl/algorithm:container",
"//third_party/abseil-cpp/absl/base:core_headers",
"//third_party/abseil-cpp/absl/container:inlined_vector",
"//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/strings",
@ -421,7 +415,6 @@ rtc_library("rtcp_transceiver") {
]
absl_deps = [
"//third_party/abseil-cpp/absl/algorithm:container",
"//third_party/abseil-cpp/absl/base:core_headers",
"//third_party/abseil-cpp/absl/cleanup",
"//third_party/abseil-cpp/absl/functional:any_invocable",
"//third_party/abseil-cpp/absl/memory",
@ -643,7 +636,6 @@ if (rtc_include_tests) {
"../../api:create_time_controller",
"../../api:field_trials_registry",
"../../api:frame_transformer_factory",
"../../api:libjingle_peerconnection_api",
"../../api:make_ref_counted",
"../../api:mock_frame_encryptor",
"../../api:mock_transformable_video_frame",