Searched refs:SetFilesProperty (Results 1 – 2 of 2) sorted by relevance
/external/skia/gn/ |
D | gn_to_cmake.py | 82 def SetFilesProperty(output, variable, property_name, values, sep): function 412 SetFilesProperty(out, sources['input'], 'HEADER_FILE_ONLY', ('True',), '') 414 SetFilesProperty(out, sources['other'], 'HEADER_FILE_ONLY', ('True',), '') 418 SetFilesProperty(out, sources['obj'], 'EXTERNAL_OBJECT', ('True',), '') 467 SetFilesProperty(out, sources['asm'], 'COMPILE_FLAGS', cflags_asm, ' ') 469 SetFilesProperty(out, sources['c'], 'COMPILE_FLAGS', cflags_c, ' ') 471 SetFilesProperty(out, sources['cxx'], 'COMPILE_FLAGS', cflags_cxx, ' ') 473 SetFilesProperty(out, sources['objc'], 'COMPILE_FLAGS', cflags_objc, ' ') 475 SetFilesProperty(out, sources['objcc'], 'COMPILE_FLAGS', cflags_objcc, ' ')
|
/external/skqp/gn/ |
D | gn_to_cmake.py | 82 def SetFilesProperty(output, variable, property_name, values, sep): function 411 SetFilesProperty(out, sources['input'], 'HEADER_FILE_ONLY', ('True',), '') 413 SetFilesProperty(out, sources['other'], 'HEADER_FILE_ONLY', ('True',), '') 417 SetFilesProperty(out, sources['obj'], 'EXTERNAL_OBJECT', ('True',), '') 457 SetFilesProperty(out, sources['asm'], 'COMPILE_FLAGS', cflags_asm, ' ') 459 SetFilesProperty(out, sources['c'], 'COMPILE_FLAGS', cflags_c, ' ') 461 SetFilesProperty(out, sources['cxx'], 'COMPILE_FLAGS', cflags_cxx, ' ')
|