Functions | |
def | bazel_query (query) |
def | get_deps () |
def | long_path (path) |
def | main () |
def | protobuf_submodule_commit_hash () |
Variables | |
BAZEL_DEPS | |
string | BAZEL_DEPS_COMMON_PROTOS_QUERY = '//:well_known_protos' |
string | BAZEL_DEPS_PROTOC_LIB_QUERY = '//:protoc_lib' |
string | COMMIT_HASH_PREFIX = 'PROTOBUF_SUBMODULE_VERSION="' |
string | COMMIT_HASH_SUFFIX = '"' |
string | DEPS_FILE_CONTENT |
GRPC_INCLUDE = os.path.join(GRPC_ROOT, 'include') | |
GRPC_PROTOBUF = os.path.join(GRPC_ROOT, GRPC_PYTHON_PROTOBUF_RELATIVE_ROOT) | |
GRPC_PROTOBUF_SUBMODULE_ROOT | |
GRPC_PROTOC_PLUGINS = os.path.join(GRPC_ROOT, 'src', 'compiler') | |
GRPC_PYTHON_INCLUDE = os.path.join(GRPC_PYTHON_ROOT, 'grpc_root', 'include') | |
GRPC_PYTHON_PROTOBUF | |
GRPC_PYTHON_PROTOBUF_RELATIVE_ROOT | |
GRPC_PYTHON_PROTOC_LIB_DEPS | |
GRPC_PYTHON_PROTOC_PLUGINS | |
GRPC_PYTHON_ROOT | |
GRPC_ROOT | |
string | PROTOBUF_CC_PREFIX = '//:src/' |
string | PROTOBUF_PROTO_PREFIX = '//:src/' |
def make_grpcio_tools.bazel_query | ( | query | ) |
Definition at line 100 of file make_grpcio_tools.py.
def make_grpcio_tools.get_deps | ( | ) |
Write the result of the bazel query `query` against protobuf to `out_file`.
Definition at line 106 of file make_grpcio_tools.py.
def make_grpcio_tools.long_path | ( | path | ) |
Definition at line 131 of file make_grpcio_tools.py.
def make_grpcio_tools.main | ( | ) |
Definition at line 138 of file make_grpcio_tools.py.
def make_grpcio_tools.protobuf_submodule_commit_hash | ( | ) |
Gets the commit hash for the HEAD of the protobuf submodule currently checked out.
Definition at line 90 of file make_grpcio_tools.py.
make_grpcio_tools.BAZEL_DEPS |
Definition at line 84 of file make_grpcio_tools.py.
string make_grpcio_tools.BAZEL_DEPS_COMMON_PROTOS_QUERY = '//:well_known_protos' |
Definition at line 87 of file make_grpcio_tools.py.
string make_grpcio_tools.BAZEL_DEPS_PROTOC_LIB_QUERY = '//:protoc_lib' |
Definition at line 86 of file make_grpcio_tools.py.
string make_grpcio_tools.COMMIT_HASH_PREFIX = 'PROTOBUF_SUBMODULE_VERSION="' |
Definition at line 55 of file make_grpcio_tools.py.
string make_grpcio_tools.COMMIT_HASH_SUFFIX = '"' |
Definition at line 56 of file make_grpcio_tools.py.
string make_grpcio_tools.DEPS_FILE_CONTENT |
Definition at line 30 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_INCLUDE = os.path.join(GRPC_ROOT, 'include') |
Definition at line 81 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_PROTOBUF = os.path.join(GRPC_ROOT, GRPC_PYTHON_PROTOBUF_RELATIVE_ROOT) |
Definition at line 70 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_PROTOBUF_SUBMODULE_ROOT |
Definition at line 71 of file make_grpcio_tools.py.
Definition at line 73 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_PYTHON_INCLUDE = os.path.join(GRPC_PYTHON_ROOT, 'grpc_root', 'include') |
Definition at line 82 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_PYTHON_PROTOBUF |
Definition at line 74 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_PYTHON_PROTOBUF_RELATIVE_ROOT |
Definition at line 68 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_PYTHON_PROTOC_LIB_DEPS |
Definition at line 78 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_PYTHON_PROTOC_PLUGINS |
Definition at line 76 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_PYTHON_ROOT |
Definition at line 65 of file make_grpcio_tools.py.
make_grpcio_tools.GRPC_ROOT |
Definition at line 62 of file make_grpcio_tools.py.
string make_grpcio_tools.PROTOBUF_CC_PREFIX = '//:src/' |
Definition at line 59 of file make_grpcio_tools.py.
string make_grpcio_tools.PROTOBUF_PROTO_PREFIX = '//:src/' |
Definition at line 60 of file make_grpcio_tools.py.