aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-15 16:11:05 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-15 16:11:05 -0700
commit961353ab6d1b48da74e307f805f45509c4a7de7f (patch)
tree689c350ba11a63aee5411d364c592ae81b7e7884 /BUILD
parentf73e76d59682faa44b382e83c9d36c9664d15c23 (diff)
moved filter to ext
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/BUILD b/BUILD
index 75aebb2462..8a4349eb81 100644
--- a/BUILD
+++ b/BUILD
@@ -676,7 +676,6 @@ grpc_cc_library(
"src/core/lib/channel/channel_args.cc",
"src/core/lib/channel/channel_stack.cc",
"src/core/lib/channel/channel_stack_builder.cc",
- "src/core/lib/channel/client_authority_filter.cc",
"src/core/lib/channel/connected_channel.cc",
"src/core/lib/channel/handshaker.cc",
"src/core/lib/channel/handshaker_factory.cc",
@@ -812,7 +811,6 @@ grpc_cc_library(
"src/core/lib/channel/channel_args.h",
"src/core/lib/channel/channel_stack.h",
"src/core/lib/channel/channel_stack_builder.h",
- "src/core/lib/channel/client_authority_filter.h",
"src/core/lib/channel/connected_channel.h",
"src/core/lib/channel/context.h",
"src/core/lib/channel/handshaker.h",
@@ -1077,10 +1075,10 @@ grpc_cc_library(
grpc_cc_library(
name = "grpc_client_authority_filter",
srcs = [
- "src/core/lib/channel/client_authority_filter.cc",
+ "src/core/ext/filters/http/client_authority_filter.cc",
],
hdrs = [
- "src/core/lib/channel/client_authority_filter.h",
+ "src/core/ext/filters/http/client_authority_filter.h",
],
language = "c++",
deps = [