aboutsummaryrefslogtreecommitdiff
path: root/pc/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pc/BUILD.gn')
-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",