| D | gn_to_cmake.py | 136 CMakeTargetType.custom = CMakeTargetType('add_custom_target', 'SOURCES', 174 """All OBJECT libraries whose sources have not been absorbed.""" 234 def WriteAction(out, target, project, sources, synthetic_dependencies): argument 267 for sources_type_name in sources.values(): 295 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument 297 inputs = target.properties.get('sources', []) 338 if 'input' in sources: 339 WriteVariable(out, sources['input'], ' ') 359 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument 360 inputs = target.properties.get('sources', []) [all …]
|