From c5c579cf15600661c37fbac84388738c386e7615 Mon Sep 17 00:00:00 2001 From: Wayne Zhang Date: Mon, 24 May 2021 13:30:40 -0700 Subject: [PATCH] fix grpc-test build (#839) Signed-off-by: Wayne Zhang --- test/grpc/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/grpc/BUILD b/test/grpc/BUILD index 548a29c0e..f0cdca8d2 100644 --- a/test/grpc/BUILD +++ b/test/grpc/BUILD @@ -49,10 +49,12 @@ genrule( "@googleapis_git//:google/api/servicecontrol/v1/service_controller.proto", "@googleapis_git//:google/api/servicecontrol/v1/check_error.proto", "@googleapis_git//:google/api/servicecontrol/v1/distribution.proto", + "@googleapis_git//:google/api/servicecontrol/v1/http_request.proto", "@googleapis_git//:google/api/servicecontrol/v1/log_entry.proto", "@googleapis_git//:google/api/servicecontrol/v1/metric_value.proto", "@googleapis_git//:google/api/servicecontrol/v1/operation.proto", "@googleapis_git//:google/api/annotations.proto", + "@googleapis_git//:google/api/client.proto", "@googleapis_git//:google/api/http.proto", "@googleapis_git//:google/logging/type/log_severity.proto", "@googleapis_git//:google/type/money.proto",