Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index c33ce03440c6345b3726a3bc01849302fd1ad9fa..05f7e97ac1f81f62779f8da371bfe100a7cf39ca 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -7,6 +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") { |
+ testonly = true # You shouldn't actually link to this. |
visibility = [ "//:*" ] # Only for the root targets to bring in. |
deps = [ |