D | gn_to_cmake.py | 134 CMakeTargetType.custom = CMakeTargetType('add_custom_target', 'SOURCES', 173 """All OBJECT libraries whose sources have not been absorbed.""" 233 def WriteAction(out, target, project, sources, synthetic_dependencies): argument 266 for sources_type_name in sources.values(): 294 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument 296 inputs = target.properties.get('sources', []) 337 if 'input' in sources: 338 WriteVariable(out, sources['input'], ' ') 358 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument 359 inputs = target.properties.get('sources', []) [all …]
|