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

Unified Diff: tools/gn/functions.cc

Issue 1375023003: tools/gn: Remove code for forward_dependent_configs_from variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forward_dependent_configs Created 5 years, 2 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: tools/gn/functions.cc
diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc
index 01d0aeb027b04b2ee36467ff99b2577392ffb360..9413a7f2e829ff216d70fa4ba35908af744c3d1d 100644
--- a/tools/gn/functions.cc
+++ b/tools/gn/functions.cc
@@ -265,8 +265,7 @@ const char kConfig_Help[] =
CONFIG_VALUES_VARS_HELP
"\n"
"Variables on a target used to apply configs:\n"
- " all_dependent_configs, configs, public_configs,\n"
- " forward_dependent_configs_from\n"
+ " all_dependent_configs, configs, public_configs\n"
"\n"
"Example:\n"
" config(\"myconfig\") {\n"

Powered by Google App Engine
This is Rietveld 408576698