aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
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 /grpc.gyp
parentf73e76d59682faa44b382e83c9d36c9664d15c23 (diff)
moved filter to ext
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 04421bad57..9448183e69 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -513,7 +513,7 @@
'src/core/ext/census/grpc_context.cc',
'src/core/ext/filters/max_age/max_age_filter.cc',
'src/core/ext/filters/message_size/message_size_filter.cc',
- 'src/core/lib/channel/client_authority_filter.cc',
+ 'src/core/ext/filters/http/client_authority_filter.cc',
'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc',
'src/core/ext/filters/workarounds/workaround_utils.cc',
'src/core/plugin_registry/grpc_plugin_registry.cc',
@@ -1194,7 +1194,7 @@
'src/core/ext/census/grpc_context.cc',
'src/core/ext/filters/max_age/max_age_filter.cc',
'src/core/ext/filters/message_size/message_size_filter.cc',
- 'src/core/lib/channel/client_authority_filter.cc',
+ 'src/core/ext/filters/http/client_authority_filter.cc',
'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc',
'src/core/ext/filters/workarounds/workaround_utils.cc',
'src/core/plugin_registry/grpc_unsecure_plugin_registry.cc',