diff --git a/media/BUILD.gn b/media/BUILD.gn index 24d9c2e5d0..f9e2dc1771 100644 --- a/media/BUILD.gn +++ b/media/BUILD.gn @@ -139,6 +139,7 @@ rtc_static_library("rtc_constants") { } rtc_static_library("rtc_internal_video_codecs") { + visibility = [ "*" ] defines = [] libs = [] deps = [ diff --git a/modules/video_capture/BUILD.gn b/modules/video_capture/BUILD.gn index 63785646f0..0696db82c7 100644 --- a/modules/video_capture/BUILD.gn +++ b/modules/video_capture/BUILD.gn @@ -13,6 +13,7 @@ import("../../webrtc.gni") # 'video_capture_internal_impl' depending on whether they want to # use the internal capturer. rtc_static_library("video_capture_module") { + visibility = [ "*" ] sources = [ "device_info_impl.cc", "device_info_impl.h", diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn index ac7e44d8f4..40664872c0 100644 --- a/rtc_tools/BUILD.gn +++ b/rtc_tools/BUILD.gn @@ -199,6 +199,7 @@ if (!build_with_chromium) { } rtc_static_library("event_log_visualizer_utils") { + visibility = [ "*" ] sources = [ "event_log_visualizer/analyzer.cc", "event_log_visualizer/analyzer.h",