aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/BUILD
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-04-28 13:03:35 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-04-28 13:03:35 -0700
commit04109e8f7dc81a1c9deec5335258d507a41be629 (patch)
tree49ade174e384aea389d571da74bc4a54fe78b38a /test/cpp/end2end/BUILD
parent04911ca202e96da6a136fd38bdaec3b41f052499 (diff)
BUILD and #include fixes
Diffstat (limited to 'test/cpp/end2end/BUILD')
-rw-r--r--test/cpp/end2end/BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD
index b077ee98a5..0bd41d153b 100644
--- a/test/cpp/end2end/BUILD
+++ b/test/cpp/end2end/BUILD
@@ -48,10 +48,10 @@ cc_test(
"//:grpc",
"//:grpc++",
"//external:gtest",
+ "//src/proto/grpc/health/v1:health_proto",
"//src/proto/grpc/testing:echo_messages_proto",
"//src/proto/grpc/testing:echo_proto",
"//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
- "//src/proto/grpc/health/v1:health_proto",
"//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_util",
@@ -198,7 +198,6 @@ cc_test(
],
)
-
cc_test(
name = "grpclb_end2end_test",
srcs = ["grpclb_end2end_test.cc"],
@@ -208,9 +207,11 @@ cc_test(
"//:grpc",
"//:grpc++",
"//external:gtest",
+ "//src/proto/grpc/lb/v1:load_balancer_proto",
"//src/proto/grpc/testing:echo_messages_proto",
"//src/proto/grpc/testing:echo_proto",
"//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
+ "//test/core/end2end:fake_resolver",
"//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_util",