Update visibility on rtc_base targets

Some of the new targets are otherwise not visible by external users.

Bug: webrtc:9838
Change-Id: Iba40401b689963615c1a7c528ae59bf66d26316b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290724
Auto-Submit: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39047}
This commit is contained in:
Florent Castelli 2023-01-09 17:49:10 +01:00 committed by WebRTC LUCI CQ
parent 6762fbd988
commit 353a5ce7e3

View File

@ -834,6 +834,7 @@ rtc_library("rtc_json") {
}
rtc_library("net_helpers") {
visibility = [ "*" ]
sources = [
"net_helpers.cc",
"net_helpers.h",
@ -921,6 +922,7 @@ rtc_library("null_socket_server") {
}
rtc_source_set("socket_server") {
visibility = [ "*" ]
sources = [ "socket_server.h" ]
deps = [
":rtc_event",
@ -1032,6 +1034,7 @@ rtc_library("socket") {
}
rtc_source_set("network_constants") {
visibility = [ "*" ]
sources = [
"network_constants.cc",
"network_constants.h",
@ -1331,6 +1334,7 @@ if (!build_with_chromium) {
}
rtc_library("network") {
visibility = [ "*" ]
sources = [
"network.cc",
"network.h",
@ -1386,6 +1390,7 @@ rtc_library("net_helper") {
}
rtc_library("socket_adapters") {
visibility = [ "*" ]
sources = [
"socket_adapters.cc",
"socket_adapters.h",
@ -1438,6 +1443,7 @@ rtc_library("async_tcp_socket") {
}
rtc_library("async_udp_socket") {
visibility = [ "*" ]
sources = [
"async_udp_socket.cc",
"async_udp_socket.h",
@ -1460,6 +1466,7 @@ rtc_library("async_udp_socket") {
}
rtc_library("async_packet_socket") {
visibility = [ "*" ]
sources = [
"async_packet_socket.cc",
"async_packet_socket.h",
@ -1488,6 +1495,7 @@ rtc_library("dscp") {
}
rtc_library("proxy_info") {
visibility = [ "*" ]
sources = [
"proxy_info.cc",
"proxy_info.h",
@ -1550,6 +1558,7 @@ rtc_library("crc32") {
}
rtc_library("stream") {
visibility = [ "*" ]
sources = [
"stream.cc",
"stream.h",
@ -1565,6 +1574,7 @@ rtc_library("stream") {
}
rtc_library("rtc_certificate_generator") {
visibility = [ "*" ]
sources = [
"rtc_certificate_generator.cc",
"rtc_certificate_generator.h",
@ -1583,6 +1593,7 @@ rtc_library("rtc_certificate_generator") {
}
rtc_library("ssl") {
visibility = [ "*" ]
sources = [
"helpers.cc",
"helpers.h",