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

Unified Diff: tools/gn/functions.cc

Issue 1510663002: Reference configs variable from config help in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/functions.cc
diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc
index 18fd0b392e8eaac231045a8ba24bc56985136088..5101a41d276009e24a40c4040e6dd7c4a7167c13 100644
--- a/tools/gn/functions.cc
+++ b/tools/gn/functions.cc
@@ -261,13 +261,17 @@ const char kConfig_Help[] =
" 4. All dependent configs from a breadth-first traversal of the\n"
" dependency tree in the order that the targets appear in \"deps\".\n"
"\n"
- "Variables valid in a config definition:\n"
+ "Variables valid in a config definition\n"
+ "\n"
CONFIG_VALUES_VARS_HELP
+ " Nested configs: configs\n"
+ "\n"
+ "Variables on a target used to apply configs\n"
"\n"
- "Variables on a target used to apply configs:\n"
" all_dependent_configs, configs, public_configs\n"
"\n"
- "Example:\n"
+ "Example\n"
+ "\n"
" config(\"myconfig\") {\n"
" includes = [ \"include/common\" ]\n"
" defines = [ \"ENABLE_DOOM_MELON\" ]\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