Index: webrtc/test/BUILD.gn |
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn |
index 64b6e03919cf0e9011c285d2265aa5894e52ca7e..3744bd11d331ff0124282415d5b476e622a9921e 100644 |
--- a/webrtc/test/BUILD.gn |
+++ b/webrtc/test/BUILD.gn |
@@ -337,6 +337,7 @@ rtc_test("test_support_unittests") { |
} |
rtc_source_set("fileutils_unittests") { |
testonly = true |
+ visibility = [ ":*" ] # Only targets in this file can depend on this. |
sources = [ |
"testsupport/fileutils_unittest.cc", |
] |