Synchronize new proto/yaml changes.
PiperOrigin-RevId: 250569499
This commit is contained in:
parent
2c30d35bd7
commit
1079c999f0
|
|
@ -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"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue