[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
333 B

load("@protobuf_bzl//:protobuf.bzl", "cc_proto_library")
def api_proto_library(name, srcs = [], deps = []):
cc_proto_library(
name = name,
srcs = srcs,
default_runtime = "@protobuf_bzl//:protobuf",
protoc = "@protobuf_bzl//:protoc",
deps = deps + ["@protobuf_bzl//:cc_wkt_protos"],
)