Merge pull request #19785 from veblush/proto-strict

Added missing dependency to channelz_proto_descriptors
pull/19427/head
Esun Kim 6 years ago committed by GitHub
commit a163f48fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/proto/grpc/channelz/BUILD

@ -28,6 +28,12 @@ grpc_proto_library(
proto_library(
name = "channelz_proto_descriptors",
srcs = ["channelz.proto"],
deps = [
"@com_google_protobuf//:any_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:timestamp_proto",
"@com_google_protobuf//:wrappers_proto",
],
)
filegroup(

Loading…
Cancel
Save