aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-27 14:55:18 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-27 14:55:18 -0700
commite27ffd82df58fc8f7bb81d233cc30ab62833e5dd (patch)
tree5a54af32d47d2f6ce383dba588e9b7865aa95d78 /BUILD
parent158375a44007cfa3a07901d3a2035200a63c9e48 (diff)
fixed BUILD
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILD b/BUILD
index f79c0bb6ea..e1c5f7663a 100644
--- a/BUILD
+++ b/BUILD
@@ -308,8 +308,8 @@ grpc_cc_library(
deps = [
"grpc_base",
"grpc_deadline_filter",
- "grpc_lb_policy_pick_first",
"grpc_http_filters",
+ "grpc_lb_policy_pick_first",
"grpc_max_age_filter",
"grpc_message_size_filter",
"grpc_resolver_dns_native",
@@ -1013,7 +1013,6 @@ grpc_cc_library(
grpc_cc_library(
name = "grpc_client_channel",
srcs = [
- "src/core/ext/filters/client_channel/authority.cc",
"src/core/ext/filters/client_channel/backup_poller.cc",
"src/core/ext/filters/client_channel/channel_connectivity.cc",
"src/core/ext/filters/client_channel/client_channel.cc",
@@ -1037,7 +1036,6 @@ grpc_cc_library(
"src/core/ext/filters/client_channel/uri_parser.cc",
],
hdrs = [
- "src/core/ext/filters/client_channel/authority.h",
"src/core/ext/filters/client_channel/backup_poller.h",
"src/core/ext/filters/client_channel/client_channel.h",
"src/core/ext/filters/client_channel/client_channel_factory.h",