aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Alvestrand <hta@webrtc.org>2021-06-10 10:48:31 +0000
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-06-10 13:20:32 +0000
commitc63ae48871f342150b4a2b467280b299cd86e815 (patch)
tree9ebf6179f8c0f326026b2c719133fc26eb1c928d
parent62ec0f6130856599d9da4b4ad9e99f8e38c93bb9 (diff)
downloadwebrtc-c63ae48871f342150b4a2b467280b299cd86e815.tar.gz
Prepare for breakout of session_description.{h,cc}
External dependencies require "visibility = [ "*" ]" to depend on the target. Bug: webrtc:11967 Change-Id: I3df76e6c80380a8ab1f2bb6850a31a0d9065304b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/221901 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34264}
-rw-r--r--pc/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/pc/BUILD.gn b/pc/BUILD.gn
index a1feb98d10..727f30e743 100644
--- a/pc/BUILD.gn
+++ b/pc/BUILD.gn
@@ -185,6 +185,7 @@ rtc_library("rtc_pc_base") {
}
rtc_source_set("session_description") {
+ visibility = [ "*" ]
sources = [
# Future home of
#"session_description.cc",
@@ -209,6 +210,7 @@ rtc_source_set("session_description") {
}
rtc_source_set("simulcast_description") {
+ visibility = [ "*" ]
sources = [
# Future home of
# "simulcast_description.cc",