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

Unified Diff: tools/gn/variables.cc

Issue 23766006: GN: Add documentation for gyp command. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: speling Created 7 years, 4 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 | « tools/gn/command_gyp.cc ('k') | 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 7984fcb51b60b7deaaff03a27fa27569489616ee..8e8719ecbcb6841628a7f791c3fbaa35f20ee9b0 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -404,6 +404,8 @@ const char kExternal_Help[] =
" written to disk. This allows them to be generated by an external\n"
" program (e.g. GYP).\n"
"\n"
+ " See also \"gn help gyp\".\n"
+ "\n"
"Example:\n"
" static_library(\"foo\") {\n"
" external = true\n"
« no previous file with comments | « tools/gn/command_gyp.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698