From c63ae48871f342150b4a2b467280b299cd86e815 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Thu, 10 Jun 2021 10:48:31 +0000 Subject: 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 Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#34264} --- pc/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) 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", -- cgit v1.2.3