Lines Matching refs:configs
46 # paths for all configs in templates as they are shared in different
56 # Common configs to remove or add in all v8 targets.
87 forward_variables_from(invoker, "*", [ "configs" ])
88 configs += invoker.configs
89 configs -= v8_remove_configs
90 configs += v8_add_configs
99 "configs",
103 configs -= invoker.remove_configs
105 configs += invoker.configs
106 configs -= v8_remove_configs
107 configs += v8_add_configs
117 forward_variables_from(invoker, "*", [ "configs" ])
118 configs += invoker.configs
119 configs -= v8_remove_configs
120 configs += v8_add_configs