Searched refs:SetVariableList (Results 1 - 3 of 3) sorted by relevance
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 192 def SetVariableList(output, variable_name, values): function 264 SetVariableList( 275 SetVariableList(output, outputs_name, cmake_outputs) 352 SetVariableList( 507 SetVariableList(output, copy.inputs_name, copy.cmake_inputs) 510 SetVariableList(output, copy.outputs_name, copy.cmake_outputs) 760 SetVariableList(output, s_sources_name, s_sources) 765 SetVariableList(output, c_sources_name, c_sources) 770 SetVariableList(output, cxx_sources_name, cxx_sources) 775 SetVariableList(outpu [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 192 def SetVariableList(output, variable_name, values): function 264 SetVariableList( 275 SetVariableList(output, outputs_name, cmake_outputs) 352 SetVariableList( 507 SetVariableList(output, copy.inputs_name, copy.cmake_inputs) 510 SetVariableList(output, copy.outputs_name, copy.cmake_outputs) 760 SetVariableList(output, s_sources_name, s_sources) 765 SetVariableList(output, c_sources_name, c_sources) 770 SetVariableList(output, cxx_sources_name, cxx_sources) 775 SetVariableList(outpu [all...] |
/third_party/skia/gn/ |
H A D | gn_to_cmake.py | 69 def SetVariableList(out, variable_name, values): function 244 SetVariableList(out, outputs_name, outputs) 313 SetVariableList(out, outputs_name, outputs) 369 SetVariableList(out, outputs_name, outputs) 531 SetVariableList(out, sources[source_type], sources_of_type) 613 SetVariableList(out, '${target}__library_directories', library_dirs)
|
Completed in 4 milliseconds