From 09f57c17ee22e344adad9d81be5747305a02d33e Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Thu, 20 Dec 2018 10:10:19 -0800 Subject: Refactor request routing code out of client_channel. --- config.w32 | 1 + 1 file changed, 1 insertion(+) (limited to 'config.w32') diff --git a/config.w32 b/config.w32 index be10faab9c..b6e71dd09a 100644 --- a/config.w32 +++ b/config.w32 @@ -327,6 +327,7 @@ if (PHP_GRPC != "no") { "src\\core\\ext\\filters\\client_channel\\parse_address.cc " + "src\\core\\ext\\filters\\client_channel\\proxy_mapper.cc " + "src\\core\\ext\\filters\\client_channel\\proxy_mapper_registry.cc " + + "src\\core\\ext\\filters\\client_channel\\request_routing.cc " + "src\\core\\ext\\filters\\client_channel\\resolver.cc " + "src\\core\\ext\\filters\\client_channel\\resolver_registry.cc " + "src\\core\\ext\\filters\\client_channel\\resolver_result_parsing.cc " + -- cgit v1.2.3