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

Unified Diff: tools/gn/variables.cc

Issue 608293002: GN Doc fix. Visibility default is public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/variables.cc
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
index de214efdad102a63f50be4d039333ec8ac365b22..e248902b3418bfd68ba4ed8cf27a29b457075606 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -932,13 +932,13 @@ const char kVisibility_Help[] =
"\n"
"Examples\n"
"\n"
- " Only targets in the current buildfile (\"private\", the default):\n"
+ " Only targets in the current buildfile (\"private\"):\n"
" visibility = [ \":*\" ]\n"
"\n"
" No targets (used for targets that should be leaf nodes):\n"
" visibility = []\n"
"\n"
- " Any target (\"public\"):\n"
+ " Any target (\"public\", the default):\n"
" visibility = [ \"*\" ]\n"
"\n"
" All targets in the current directory and any subdirectory:\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698