aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.w32
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-13 08:36:16 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-13 12:37:11 -0700
commitaa843f2bfc83b588a645d5edc9300b0e1d353f93 (patch)
treebfc625c48b9ddfa55141e1816c7f13a101917aaf /config.w32
parent7b84b3d519b0fb678876af10c0bc2206020dbe91 (diff)
Testing making the authority filter a plugin, for cronet
Diffstat (limited to 'config.w32')
-rw-r--r--config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/config.w32 b/config.w32
index 1b89419c57..b6b417e3de 100644
--- a/config.w32
+++ b/config.w32
@@ -61,7 +61,6 @@ if (PHP_GRPC != "no") {
"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 " +
@@ -339,6 +338,7 @@ if (PHP_GRPC != "no") {
"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\\workarounds\\workaround_cronet_compression_filter.cc " +
"src\\core\\ext\\filters\\workarounds\\workaround_utils.cc " +
"src\\core\\plugin_registry\\grpc_plugin_registry.cc " +