Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index 6e8c026b54ded329a2506d0b3c225764f97ace12..c33ce03440c6345b3726a3bc01849302fd1ad9fa 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -7,7 +7,7 @@ import("//build/config/features.gni") |
# Collection of all components. You wouldn't link to this, but this is rather |
# to reference the files so they can be compiled by the build system. |
group("all_components") { |
- visibility = "//:*" # Only for the root targets to bring in. |
+ visibility = [ "//:*" ] # Only for the root targets to bring in. |
deps = [ |
"//components/auto_login_parser", |