From 02f4e32b08ced0fe8cbc9937cd3ec6d64a217c6e Mon Sep 17 00:00:00 2001 From: Karl Wiberg Date: Mon, 11 Feb 2019 00:43:43 +0100 Subject: [PATCH] Make some new rtc_base targets publicly visible Bug: webrtc:9987 Change-Id: I207514c8790d2f3a043ed083790261b1c4b7ba33 Reviewed-on: https://webrtc-review.googlesource.com/c/122084 Reviewed-by: Mirko Bonadei Commit-Queue: Karl Wiberg Cr-Commit-Position: refs/heads/master@{#26627} --- rtc_base/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index c52baf12d8..44623812f4 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -699,6 +699,7 @@ rtc_source_set("net_helpers") { } rtc_source_set("async_resolver_interface") { + visibility = [ "*" ] # TODO(bugs.webrtc.org/9987): This build target will soon contain # the following files: # sources = [ @@ -708,6 +709,7 @@ rtc_source_set("async_resolver_interface") { } rtc_source_set("ip_address") { + visibility = [ "*" ] # TODO(bugs.webrtc.org/9987): This build target will soon contain # the following files: # sources = [ @@ -717,6 +719,7 @@ rtc_source_set("ip_address") { } rtc_source_set("socket_address") { + visibility = [ "*" ] # TODO(bugs.webrtc.org/9987): This build target will soon contain # the following files: # sources = [ @@ -743,6 +746,7 @@ rtc_source_set("socket_server") { } rtc_source_set("threading") { + visibility = [ "*" ] # TODO(bugs.webrtc.org/9987): This build target will soon contain # the following files: # sources = [