Searched refs:old_spec (Results 1 – 3 of 3) sorted by relevance
58 def _TargetFromSpec(old_spec, params): argument70 target_name = old_spec.get("target_name")71 product_name = old_spec.get("product_name", target_name)72 product_extension = old_spec.get("product_extension")79 ninja_target["toolset"] = old_spec.get("toolset")80 ninja_target["default_configuration"] = old_spec.get("default_configuration")90 if "configurations" in old_spec:91 for config in old_spec["configurations"]:92 old_xcode_settings = old_spec["configurations"][config].get(109 ninja_target["mac_bundle"] = old_spec.get("mac_bundle", 0)[all …]
56 def _TargetFromSpec(old_spec, params): argument68 target_name = old_spec.get('target_name')69 product_name = old_spec.get('product_name', target_name)70 product_extension = old_spec.get('product_extension')77 ninja_target['toolset'] = old_spec.get('toolset')78 ninja_target['default_configuration'] = old_spec.get('default_configuration')87 if 'configurations' in old_spec:88 for config in old_spec['configurations']:90 old_spec['configurations'][config].get('xcode_settings', {})99 ninja_target['mac_bundle'] = old_spec.get('mac_bundle', 0)[all …]
175 auto old_spec = conf->node()->intermediate_abstract(); in SaveEvalResultInCache() local176 auto joined_spec = IntermediateJoin(result->abstract(), old_spec); in SaveEvalResultInCache()178 …MS_LOG(DEBUG) << "Set joined intermediate abstract:\nold_spec:\t\t" << old_spec->ToString() << "\n… in SaveEvalResultInCache()