Searched refs:SetFilesProperty (Results 1 – 1 of 1) sorted by relevance
/external/skia/gn/ |
D | gn_to_cmake.py | 83 def SetFilesProperty(output, variable, property_name, values, sep): function 453 SetFilesProperty(out, sources['input'], 'HEADER_FILE_ONLY', ('True',), '') 455 SetFilesProperty(out, sources['other'], 'HEADER_FILE_ONLY', ('True',), '') 459 SetFilesProperty(out, sources['obj'], 'EXTERNAL_OBJECT', ('True',), '')
|