Searched refs:write_gn_variable (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/ |
H A D | gen_chromium_file_lists.py | 68 def write_gn_variable(f, name, value): function 141 write_gn_variable(f, 'protobuf_headers', protobuf_headers) 142 write_gn_variable(f, 'protobuf_lite_sources', protobuf_lite_sources) 143 write_gn_variable(f, 'protobuf_sources', protobuf_sources) 144 write_gn_variable(f, 'protoc_sources', protoc_sources) 145 write_gn_variable(f, 'protoc_headers', protoc_headers) 146 write_gn_variable(f, 'protoc_java_sources', protoc_java_sources) 147 write_gn_variable(f, 'protoc_java_headers', protoc_java_headers) 148 write_gn_variable(f, 'protoc_python_sources', protoc_python_sources) 149 write_gn_variable(f, 'protoc_python_headers', protoc_python_headers) [all …]
|