aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-08-01 16:07:33 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-08-02 19:44:32 -0700
commit81522c8ebeb97e906f2f0ece1b15266434c364af (patch)
treec9b9c55fee8373287a03a3a2951a38892e804183 /test/cpp/microbenchmarks/BUILD
parent04034515e28fc7780427f9cf87fbe1496b7ec810 (diff)
Add unsecure libraries to bazel build targets
Diffstat (limited to 'test/cpp/microbenchmarks/BUILD')
-rw-r--r--test/cpp/microbenchmarks/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD
index 5e1bcee89f..442da38426 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -40,9 +40,9 @@ grpc_cc_library(
"helpers.h",
],
deps = [
- "//:grpc++",
+ "//:grpc++_unsecure",
"//src/proto/grpc/testing:echo_proto",
- "//test/core/util:grpc_test_util",
+ "//test/core/util:grpc_test_util_unsecure",
],
external_deps = [
"benchmark",