aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-01 21:49:46 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-01 21:49:46 +0200
commitc020da96349a0602c9296493bdbb1637d72a28cf (patch)
tree5cec2f3a13ae2f07c99813a2f56cc45f5a065aa5 /test/cpp/microbenchmarks/BUILD
parent16ace24735c973dbd9c78965b7e66c17be0341a1 (diff)
Forgot one external dependency.
Diffstat (limited to 'test/cpp/microbenchmarks/BUILD')
-rw-r--r--test/cpp/microbenchmarks/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD
index 473c016525..2bf14ce0a5 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -34,7 +34,9 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_cc_library")
grpc_cc_test(
name = "noop-benchmark",
srcs = ["noop-benchmark.cc"],
- deps = ["//external:benchmark"],
+ external_deps = [
+ "benchmark",
+ ],
)
grpc_cc_library(