aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/ext
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-12-06 14:05:38 -0800
committerGravatar yang-g <yangg@google.com>2018-12-06 14:37:52 -0800
commit67742ef63fd13630461abb1287298e8f262276bb (patch)
tree917db810d8ae5d0e179d0ca337dbc44fe4d4f561 /test/cpp/ext
parent88045f8440610676daa9cf429ba0cf55b4041bc5 (diff)
Fix BUILD files. Manually edit bzl files
Diffstat (limited to 'test/cpp/ext')
-rw-r--r--test/cpp/ext/filters/census/BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/cpp/ext/filters/census/BUILD b/test/cpp/ext/filters/census/BUILD
index 6567dc667a..78b27e2063 100644
--- a/test/cpp/ext/filters/census/BUILD
+++ b/test/cpp/ext/filters/census/BUILD
@@ -24,19 +24,18 @@ grpc_cc_test(
srcs = [
"stats_plugin_end2end_test.cc",
],
- language = "C++",
external_deps = [
"gtest",
"gmock",
"opencensus-stats-test",
],
+ language = "C++",
deps = [
"//:grpc++",
"//:grpc_opencensus_plugin",
"//src/proto/grpc/testing:echo_proto",
- "//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util",
- "//test/cpp/util:test_util",
"//test/cpp/util:test_config",
+ "//test/cpp/util:test_util",
],
)