Home | History | Annotate | Download | only in gn

Lines Matching refs:Configs

242     "all_dependent_configs: [label list] Configs to be forced on dependents.";
244 "all_dependent_configs: Configs to be forced on dependents.\n"
249 " depending on those, will have the configs listed in this variable\n"
250 " added to them. These configs will also apply to the current target.\n"
254 " these force-added configs in their \"configs\" variable while the\n"
317 const char kConfigs[] = "configs";
319 "configs: [label list] Configs applying to this target.";
321 "configs: Configs applying to this target.\n"
331 " configs applying to a given target type (see \"set_defaults\").\n"
337 " configs -= \"//build:no_rtti\" # Don't use the default RTTI config.\n"
338 " configs += \":mysettings\" # Add some of our own settings.\n"
446 "direct_dependent_configs: [label list] Configs to be forced on "
449 "direct_dependent_configs: Configs to be forced on dependents.\n"
453 " Targets directly referencing this one will have the configs listed in\n"
454 " this variable added to them. These configs will also apply to the\n"
459 " these force-added configs in their \"configs\" variable while the\n"
486 "forward_dependent_configs_from: [label list] Forward dependent's configs.";
501 " specifies which of your deps' direct dependent configs to expose as\n"
621 " 2. Ones from the configs applying to the target.\n" \
819 INSERT_VARIABLE(Configs)