Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index 00543411b0919b78cfc22db5973ad8cf7008d4d3..358fbf1bf03538a8bc76b462594515d865ff8643 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -4,7 +4,7 @@ |
# 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") { |
+group("all_components") { |
jamesr
2014/06/20 21:45:08
//components:all_components is repetative - what's
brettw
2014/06/21 00:26:30
There's an implicit "all" target. Naming something
|
visibility = "//:*" # Only for the root targets to bring in. |
deps = [ |