Fix build by adding missing deps.

PiperOrigin-RevId: 281088257
This commit is contained in:
Google APIs 2019-11-18 09:42:20 -08:00 committed by Copybara-Service
parent 3ef5ffd735
commit d8dd7fe8d5
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@ proto_library(
deps = [
"//google/api:annotations_proto",
"//google/api:client_proto",
"//google/api:field_behavior_proto",
"//google/api:resource_proto",
"//google/rpc:status_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:timestamp_proto",

View File

@ -31,6 +31,7 @@ proto_library(
"//google/api:client_proto",
"//google/api:distribution_proto",
"//google/api:label_proto",
"//google/api:launch_stage_proto",
"//google/api:metric_proto",
"//google/api:monitored_resource_proto",
"//google/longrunning:operations_proto",