Clean up p2p:rtc_p2p target and remove webrtc dependency

removing the last vestiges of the p2p/ dependencies and stop depending
on them for the "webrtc" static library.

BUG=webrtc:42226155

Change-Id: I0b6ac36c0a22054c229a94f55fa6690580b9d47f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371342
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@meta.com>
Cr-Commit-Position: refs/heads/main@{#43581}
This commit is contained in:
Philipp Hancke 2024-12-12 12:24:50 -08:00 committed by WebRTC LUCI CQ
parent 17ad2f4af6
commit e500d46600
2 changed files with 0 additions and 5 deletions

View File

@ -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",

View File

@ -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",