Searched refs:PROTO_FILES (Results 1 – 3 of 3) sorted by relevance
124 PROTO_FILES = [ variable125 os.path.normpath(proto_file) for proto_file in protoc_lib_deps.PROTO_FILES159 for proto_file in PROTO_FILES:
18 PROTO_FILES=['google/protobuf/wrappers.proto', 'google/protobuf/type.proto', 'google/protobuf/times… variable
143 :code:`$OUTPUT`, and proto files :code:`$PROTO_FILES`, invoke as:147 … python -m grpc.tools.protoc -I$INCLUDE --python_out=$OUTPUT --grpc_python_out=$OUTPUT $PROTO_FILES