Searched refs:SetFilesProperty (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/gn/ |
H A 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, ' ')
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 157 def SetFilesProperty(output, variable, property_name, values, sep): function 1023 SetFilesProperty(output, s_sources_name, "COMPILE_FLAGS", cflags, " ") 1029 SetFilesProperty(output, c_sources_name, "COMPILE_FLAGS", flags, " ") 1035 SetFilesProperty(output, cxx_sources_name, "COMPILE_FLAGS", flags, " ")
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 157 def SetFilesProperty(output, variable, property_name, values, sep): function 1020 SetFilesProperty(output, s_sources_name, "COMPILE_FLAGS", cflags, " ") 1026 SetFilesProperty(output, c_sources_name, "COMPILE_FLAGS", flags, " ") 1032 SetFilesProperty(output, cxx_sources_name, "COMPILE_FLAGS", flags, " ")
|
Completed in 5 milliseconds