Temporarily increase visibility of pacing and call/rtp_interfaces

NOTRY=true

Bug: webrtc:9808
Change-Id: I1ee8f6843167bb8904a367d1d2a249a6b15a18db
Reviewed-on: https://webrtc-review.googlesource.com/c/103800
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24984}
This commit is contained in:
Danil Chapovalov 2018-10-04 13:41:03 +02:00 committed by Commit Bot
parent b49520bfc0
commit 32fe3d1299
2 changed files with 10 additions and 0 deletions

View File

@ -50,6 +50,11 @@ rtc_source_set("call_interfaces") {
# TODO(nisse): These RTP targets should be moved elsewhere
# when interfaces have stabilized. See also TODO for |mock_rtp_interfaces|.
rtc_source_set("rtp_interfaces") {
# Client code SHOULD NOT USE THIS TARGET, but for now it needs to be public
# because there exists client code that uses it.
# TODO(bugs.webrtc.org/9808): Move to private visibility as soon as that
# client code gets updated.
visibility = [ "*" ]
sources = [
"rtcp_packet_sink_interface.h",
"rtp_config.cc",

View File

@ -9,6 +9,11 @@
import("../../webrtc.gni")
rtc_static_library("pacing") {
# Client code SHOULD NOT USE THIS TARGET, but for now it needs to be public
# because there exists client code that uses it.
# TODO(bugs.webrtc.org/9808): Move to private visibility as soon as that
# client code gets updated.
visibility = [ "*" ]
sources = [
"bitrate_prober.cc",
"bitrate_prober.h",