Lines Matching refs:Configs
229 " 2. Those set on the \"configs\" on the target in order that the\n" \
230 " configs appear in the list.\n" \
232 " that the configs appear in the list.\n" \
234 " those configs appear in the list.\n" \
245 "all_dependent_configs: [label list] Configs to be forced on dependents.";
247 "all_dependent_configs: Configs to be forced on dependents.\n"
252 " depending on those, will have the configs listed in this variable\n"
253 " added to them. These configs will also apply to the current target.\n"
257 " these force-added configs in their \"configs\" variable while the\n"
399 const char kConfigs[] = "configs";
401 "configs: [label list] Configs applying to this target.";
403 "configs: Configs applying to this target.\n"
413 " configs applying to a given target type (see \"set_defaults\").\n"
420 " configs -= \"//build:no_rtti\" # Don't use the default RTTI config.\n"
421 " configs += \":mysettings\" # Add some of our own settings.\n"
528 " dependent configs are not forwarded.\n"
534 "forward_dependent_configs_from: [label list] Forward dependent's configs.";
555 " specifies which of your deps' direct dependent configs to expose as\n"
797 "public_configs: [label list] Configs applied to dependents.";
799 "public_configs: Configs to be applied on dependents.\n"
803 " Targets directly depending on this one will have the configs listed in\n"
804 " this variable added to them. These configs will also apply to the\n"
809 " these force-added configs in their \"configs\" variable while the\n"
1007 INSERT_VARIABLE(Configs)