Index: webrtc/test/BUILD.gn |
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn |
index 267d1e2d0598386297caf0cd2b4a71fc04e4da24..322f8393f7121f75d91c24146b9704e599b15d9f 100644 |
--- a/webrtc/test/BUILD.gn |
+++ b/webrtc/test/BUILD.gn |
@@ -122,6 +122,7 @@ rtc_source_set("fileutils") { |
sources += [ "testsupport/iosfileutils.mm" ] |
configs += [ "//build/config/compiler:enable_arc" ] |
} |
+ visibility = [ ":*" ] |
} |
rtc_source_set("video_test_support") { |