aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.w32
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-06 08:16:04 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-06 08:16:04 -0800
commite9587db8530446d894d5de470591201dabb3ac77 (patch)
tree6ca1c2017092398286c74c35e4e39d4c5f2270cd /config.w32
parent1cc064dbfc5fd91a6f705881427b39ca4675abe3 (diff)
Move status util
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 ea90cb5424..eeb4895181 100644
--- a/config.w32
+++ b/config.w32
@@ -67,6 +67,7 @@ if (PHP_GRPC != "no") {
"src\\core\\lib\\channel\\handshaker.cc " +
"src\\core\\lib\\channel\\handshaker_factory.cc " +
"src\\core\\lib\\channel\\handshaker_registry.cc " +
+ "src\\core\\lib\\channel\\status_util.cc " +
"src\\core\\lib\\compression\\compression.cc " +
"src\\core\\lib\\compression\\compression_internal.cc " +
"src\\core\\lib\\compression\\message_compress.cc " +
@@ -271,7 +272,6 @@ if (PHP_GRPC != "no") {
"src\\core\\ext\\filters\\client_channel\\resolver.cc " +
"src\\core\\ext\\filters\\client_channel\\resolver_registry.cc " +
"src\\core\\ext\\filters\\client_channel\\retry_throttle.cc " +
- "src\\core\\ext\\filters\\client_channel\\status_util.cc " +
"src\\core\\ext\\filters\\client_channel\\subchannel.cc " +
"src\\core\\ext\\filters\\client_channel\\subchannel_index.cc " +
"src\\core\\ext\\filters\\client_channel\\uri_parser.cc " +