Index: webrtc/test/BUILD.gn |
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn |
index 36f3ba2f4aa23c88b8a278b475345cb82e25dee1..d7c1f8a4e494d36b1b48f829fb71dc91f40183e0 100644 |
--- a/webrtc/test/BUILD.gn |
+++ b/webrtc/test/BUILD.gn |
@@ -308,6 +308,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", |
] |