diff --git a/BUILD.gn b/BUILD.gn index 52736b325a..3c592744a4 100644 --- a/BUILD.gn +++ b/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", diff --git a/pc/BUILD.gn b/pc/BUILD.gn index 06d171f6bf..0ba0c685ef 100644 --- a/pc/BUILD.gn +++ b/pc/BUILD.gn @@ -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") { diff --git a/pc/scenario_tests/BUILD.gn b/pc/scenario_tests/BUILD.gn index bcb69b9129..fa3a67c9a2 100644 --- a/pc/scenario_tests/BUILD.gn +++ b/pc/scenario_tests/BUILD.gn @@ -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", diff --git a/sdk/BUILD.gn b/sdk/BUILD.gn index 42db69be4b..eb191ef6cf 100644 --- a/sdk/BUILD.gn +++ b/sdk/BUILD.gn @@ -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", diff --git a/test/fuzzers/BUILD.gn b/test/fuzzers/BUILD.gn index 3278e7f78b..6f96b0c49c 100644 --- a/test/fuzzers/BUILD.gn +++ b/test/fuzzers/BUILD.gn @@ -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", ] diff --git a/test/pc/e2e/BUILD.gn b/test/pc/e2e/BUILD.gn index 37cf51b6b7..8496a20760 100644 --- a/test/pc/e2e/BUILD.gn +++ b/test/pc/e2e/BUILD.gn @@ -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", diff --git a/test/peer_scenario/BUILD.gn b/test/peer_scenario/BUILD.gn index 00188b216b..44bd7a313d 100644 --- a/test/peer_scenario/BUILD.gn +++ b/test/peer_scenario/BUILD.gn @@ -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", diff --git a/test/peer_scenario/tests/BUILD.gn b/test/peer_scenario/tests/BUILD.gn index 7384f8361d..dc992b564e 100644 --- a/test/peer_scenario/tests/BUILD.gn +++ b/test/peer_scenario/tests/BUILD.gn @@ -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", ] }