Remove google/api/BUILD and google/rpc/BUILD which is currently blocking other repos to use this repo as bazel repo dependency. (#298)
This commit is contained in:
parent
9c8794a9f8
commit
5b54283cd5
|
|
@ -1,58 +0,0 @@
|
|||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("@submodule_grpc//bazel:grpc_build_system.bzl", "grpc_proto_library")
|
||||
|
||||
grpc_proto_library(
|
||||
name = "http",
|
||||
srcs = [
|
||||
"http.proto",
|
||||
],
|
||||
use_external = True,
|
||||
)
|
||||
|
||||
grpc_proto_library(
|
||||
name = "label",
|
||||
srcs = [
|
||||
"label.proto",
|
||||
],
|
||||
use_external = True,
|
||||
)
|
||||
|
||||
grpc_proto_library(
|
||||
name = "distribution",
|
||||
srcs = ["distribution.proto"],
|
||||
deps = [
|
||||
":annotations",
|
||||
],
|
||||
well_known_protos = "@submodule_protobuf//:well_known_protos",
|
||||
use_external = True,
|
||||
)
|
||||
|
||||
grpc_proto_library(
|
||||
name = "metric",
|
||||
srcs = ["metric.proto"],
|
||||
deps = [
|
||||
"//google/api:label",
|
||||
],
|
||||
use_external = True,
|
||||
)
|
||||
|
||||
grpc_proto_library(
|
||||
name = "annotations",
|
||||
srcs = ["annotations.proto"],
|
||||
deps = [
|
||||
":http",
|
||||
],
|
||||
well_known_protos = "@submodule_protobuf//:well_known_protos",
|
||||
use_external = True,
|
||||
)
|
||||
|
||||
grpc_proto_library(
|
||||
name = "monitored_resource",
|
||||
srcs = ["monitored_resource.proto"],
|
||||
deps = [
|
||||
":label",
|
||||
],
|
||||
use_external = True,
|
||||
)
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("@submodule_grpc//bazel:grpc_build_system.bzl", "grpc_proto_library")
|
||||
|
||||
grpc_proto_library(
|
||||
name = "status",
|
||||
srcs = ["status.proto"],
|
||||
well_known_protos = "@submodule_protobuf//:well_known_protos",
|
||||
use_external = True,
|
||||
)
|
||||
Loading…
Reference in New Issue