Fix missing visibility for new API targets.
Bug: webrtc:8733 Change-Id: I3fb1ac9a9941f7b8ad35a51be0e7b6840a2d9141 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266220 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37265}
This commit is contained in:
parent
2925e46bb9
commit
130f2fd5c3
@ -136,6 +136,8 @@ rtc_library("media_stream_interface") {
|
||||
|
||||
# TODO(bugs.webrtc.org/8733): Switch to rtc_library.
|
||||
rtc_library("candidate") {
|
||||
visibility = [ "*" ]
|
||||
|
||||
# TODO(bugs.webrtc.org/8733): Uncomment.
|
||||
# sources = [
|
||||
# "candidate.cc",
|
||||
@ -155,11 +157,14 @@ rtc_library("candidate") {
|
||||
}
|
||||
|
||||
rtc_source_set("turn_customizer") {
|
||||
visibility = [ "*" ]
|
||||
# TODO(bugs.webrtc.org/8733): Uncomment.
|
||||
# sources = [ "turn_customizer.h" ]
|
||||
}
|
||||
|
||||
rtc_source_set("ice_transport_interface") {
|
||||
visibility = [ "*" ]
|
||||
|
||||
# TODO(bugs.webrtc.org/8733): Uncomment.
|
||||
# sources = [ "ice_transport_interface.h" ]
|
||||
deps = [
|
||||
@ -174,6 +179,8 @@ rtc_source_set("ice_transport_interface") {
|
||||
|
||||
# TODO(bugs.webrtc.org/8733): Switch to rtc_library.
|
||||
rtc_source_set("dtls_transport_interface") {
|
||||
visibility = [ "*" ]
|
||||
|
||||
# TODO(bugs.webrtc.org/8733): Uncomment.
|
||||
# sources = [
|
||||
# "dtls_transport_interface.cc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user