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

Unified Diff: tools/gn/functions.cc

Issue 561273003: Add public deps to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « tools/gn/function_toolchain.cc ('k') | tools/gn/functions_target.cc » ('j') | 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 f02c7e80a16938a1871fdf81378718d20b1cf0ca..c68eda53adcae947ee252754d8c5c4a2b416e917 100644
--- a/tools/gn/functions.cc
+++ b/tools/gn/functions.cc
@@ -197,8 +197,8 @@ const char kConfig_Help[] =
" 1. The values specified directly on the target (rather than using a\n"
" config.\n"
" 2. The configs specified in the target's \"configs\" list, in order.\n"
- " 3. Direct dependent configs from a breadth-first traversal of the\n"
- " dependency tree in the order that the targets appear in \"deps\".\n"
+ " 3. Public_configs from a breadth-first traversal of the dependency\n"
+ " tree in the order that the targets appear in \"deps\".\n"
" 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"
@@ -206,7 +206,7 @@ const char kConfig_Help[] =
CONFIG_VALUES_VARS_HELP
"\n"
"Variables on a target used to apply configs:\n"
- " all_dependent_configs, configs, direct_dependent_configs,\n"
+ " all_dependent_configs, configs, public_configs,\n"
" forward_dependent_configs_from\n"
"\n"
"Example:\n"
« no previous file with comments | « tools/gn/function_toolchain.cc ('k') | tools/gn/functions_target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698