diff --git a/modules/video_capture/BUILD.gn b/modules/video_capture/BUILD.gn index 8d51b7fc5e..a085744973 100644 --- a/modules/video_capture/BUILD.gn +++ b/modules/video_capture/BUILD.gn @@ -45,6 +45,7 @@ rtc_static_library("video_capture_module") { if (!build_with_chromium) { rtc_source_set("video_capture_internal_impl") { + visibility = [ "*" ] deps = [ ":video_capture_module", "../../api:scoped_refptr",