Index: Source/web/BUILD.gn |
diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn |
index e658a0fde3b086f1b721a535b486e49a76832464..0dd917297b0d97c6446770fbeca812738bb4141a 100644 |
--- a/Source/web/BUILD.gn |
+++ b/Source/web/BUILD.gn |
@@ -106,6 +106,9 @@ source_set("test_support") { |
if (!is_mac) { |
# TODO(GYP): Can't link Blink binaries yet on mac. |
test("webkit_unit_tests") { |
+ visibility = [] # Allow re-assignment of list. |
+ visibility = [ "*" ] |
+ |
deps = [ |
":test_support", |
":web", |