Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: components/BUILD.gn

Issue 343233002: Make chrome/common compile in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698