Remove internal dependencies on rtc_pc_base
This explores the theory that targets that have no files, just dependencies, are unnecessary. Bug: webrtc:13805 Change-Id: I1feb50cf3886128031af8970eae361e35fb052c4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256974 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36363}
This commit is contained in:
parent
137173c296
commit
8df1957885
1
BUILD.gn
1
BUILD.gn
@ -475,7 +475,6 @@ if (!build_with_chromium) {
|
||||
"pc:libjingle_peerconnection",
|
||||
"pc:peerconnection",
|
||||
"pc:rtc_pc",
|
||||
"pc:rtc_pc_base",
|
||||
"rtc_base",
|
||||
"sdk",
|
||||
"video",
|
||||
|
||||
@ -741,10 +741,7 @@ rtc_source_set("rtc_pc") {
|
||||
visibility = [ "*" ]
|
||||
}
|
||||
allow_poison = [ "audio_codecs" ] # TODO(bugs.webrtc.org/8396): Remove.
|
||||
deps = [
|
||||
":rtc_pc_base",
|
||||
"../media:rtc_audio_video",
|
||||
]
|
||||
deps = [ "../media:rtc_audio_video" ]
|
||||
}
|
||||
|
||||
rtc_library("media_protocol_names") {
|
||||
|
||||
@ -16,7 +16,6 @@ if (rtc_include_tests) {
|
||||
"../../api:rtc_stats_api",
|
||||
"../../modules/rtp_rtcp:rtp_rtcp",
|
||||
"../../pc:pc_test_utils",
|
||||
"../../pc:rtc_pc_base",
|
||||
"../../test:field_trial",
|
||||
"../../test:test_support",
|
||||
"../../test/peer_scenario:peer_scenario",
|
||||
|
||||
@ -401,7 +401,6 @@ if (is_ios || is_mac) {
|
||||
"../api/video:video_rtp_headers",
|
||||
"../common_video",
|
||||
"../media:rtc_media_base",
|
||||
"../pc:rtc_pc_base",
|
||||
"../pc:video_track_source_proxy",
|
||||
"../rtc_base",
|
||||
"../rtc_base:checks",
|
||||
|
||||
@ -647,7 +647,6 @@ webrtc_fuzzer_test("sctp_utils_fuzzer") {
|
||||
deps = [
|
||||
"../../api:libjingle_peerconnection_api",
|
||||
"../../pc:libjingle_peerconnection",
|
||||
"../../pc:rtc_pc_base",
|
||||
"../../pc:sctp_utils",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
]
|
||||
|
||||
@ -822,7 +822,6 @@ if (!build_with_chromium) {
|
||||
"../../../media:rtc_media_base",
|
||||
"../../../p2p:rtc_p2p",
|
||||
"../../../pc:peerconnection",
|
||||
"../../../pc:rtc_pc_base",
|
||||
"../../../pc:sdp_utils",
|
||||
"../../../pc:session_description",
|
||||
"../../../pc:simulcast_description",
|
||||
|
||||
@ -45,7 +45,6 @@ if (rtc_include_tests) {
|
||||
"../../p2p:rtc_p2p",
|
||||
"../../pc:jsep_transport_controller",
|
||||
"../../pc:pc_test_utils",
|
||||
"../../pc:rtc_pc_base",
|
||||
"../../pc:rtp_transport_internal",
|
||||
"../../pc:session_description",
|
||||
"../../rtc_base",
|
||||
|
||||
@ -23,7 +23,6 @@ if (rtc_include_tests) {
|
||||
"../../../media:rtc_media_base",
|
||||
"../../../modules/rtp_rtcp:rtp_rtcp_format",
|
||||
"../../../pc:media_session",
|
||||
"../../../pc:rtc_pc_base",
|
||||
"../../../pc:session_description",
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user