diff --git a/BUILD.gn b/BUILD.gn index c2e035325c..5833911122 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -556,7 +556,6 @@ if (!build_with_chromium) { "media", "modules", "modules/video_capture:video_capture_internal_impl", - "p2p:rtc_p2p", "pc:libjingle_peerconnection", "pc:rtc_pc", "sdk", diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn index 0a2d6bfcac..424825eda6 100644 --- a/p2p/BUILD.gn +++ b/p2p/BUILD.gn @@ -265,7 +265,6 @@ rtc_library("basic_port_allocator") { ":port", ":port_allocator", ":relay_port_factory_interface", - ":rtc_p2p", ":stun_port", ":tcp_port", ":turn_port", @@ -909,7 +908,6 @@ rtc_source_set("transport_info") { sources = [ "base/transport_info.h" ] deps = [ ":p2p_constants", - ":rtc_p2p", ":transport_description", "../api:candidate", "../rtc_base:ssl", @@ -963,7 +961,6 @@ rtc_library("turn_port_factory") { ":port", ":port_allocator", ":relay_port_factory_interface", - ":rtc_p2p", ":turn_port", "../rtc_base:async_packet_socket", ] @@ -1174,7 +1171,6 @@ if (rtc_include_tests) { ":pseudo_tcp", ":regathering_controller", ":relay_port_factory_interface", - ":rtc_p2p", ":stun_dictionary", ":stun_port", ":stun_request",