From 5c25010c8669b206615d3f1a8fba876a24804bba Mon Sep 17 00:00:00 2001 From: Danil Chapovalov Date: Wed, 3 Oct 2018 14:54:43 +0200 Subject: [PATCH] Set public visibility for rtp_rtcp and video_coding targets Though discouraged, those folders are listed in native-api NOTRY=True Bug: webrtc:9808 Change-Id: I9407c8d69a0d75196cfa9435f5e459264c64e046 Reviewed-on: https://webrtc-review.googlesource.com/c/103364 Reviewed-by: Mirko Bonadei Commit-Queue: Danil Chapovalov Cr-Commit-Position: refs/heads/master@{#24953} --- modules/rtp_rtcp/BUILD.gn | 1 + modules/video_coding/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/rtp_rtcp/BUILD.gn b/modules/rtp_rtcp/BUILD.gn index 073ea05111..278ece9359 100644 --- a/modules/rtp_rtcp/BUILD.gn +++ b/modules/rtp_rtcp/BUILD.gn @@ -9,6 +9,7 @@ import("../../webrtc.gni") rtc_source_set("rtp_rtcp_format") { + visibility = [ "*" ] public = [ "include/rtp_cvo.h", "include/rtp_header_extension_map.h", diff --git a/modules/video_coding/BUILD.gn b/modules/video_coding/BUILD.gn index 0db4a24bf9..9e22afce0e 100644 --- a/modules/video_coding/BUILD.gn +++ b/modules/video_coding/BUILD.gn @@ -214,6 +214,7 @@ rtc_source_set("mock_headers") { } rtc_source_set("codec_globals_headers") { + visibility = [ "*" ] sources = [ "codecs/h264/include/h264_globals.h", "codecs/interface/common_constants.h",