D | gn_to_cmake.py | 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 338 if 'input' in sources: 339 WriteVariable(out, sources['input'], ' ') 359 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument 390 for sources_type_name in sources.values(): 405 def WriteCompilerFlags(out, target, project, sources): argument 407 if not 'c' in sources and not 'cxx' in sources: 411 if 'input' in sources: [all …]
|