Synchronize new proto/yaml changes.

PiperOrigin-RevId: 250569499
This commit is contained in:
Google APIs 2019-05-29 14:40:05 -07:00 committed by Copybara-Service
parent 2c30d35bd7
commit 1079c999f0
1 changed files with 23 additions and 0 deletions

View File

@ -62,3 +62,26 @@ go_proto_library(
importpath = "google.golang.org/genproto/googleapis/rpc/status",
protos = [":status_proto"],
)
##############################################################################
# C++
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"cc_proto_library",
)
cc_proto_library(
name = "code_cc_proto",
deps = [":code_proto"],
)
cc_proto_library(
name = "error_details_cc_proto",
deps = [":error_details_proto"],
)
cc_proto_library(
name = "status_cc_proto",
deps = [":status_proto"],
)