aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.w32
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-12-28 15:04:48 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-12-28 15:09:17 -0800
commit7d9b6358b507aef4188739c46db1ad3f39a5bf98 (patch)
tree84991fb473351e484207e5dcd31d406f95c01d0f /config.w32
parent2e04b2dd0c9aed66a14e6810b18e8c5b9b4f8a04 (diff)
Initial commit
Picks up work from https://github.com/grpc/grpc/pull/10259. A merge was impossible due to the many sweeping changed that have occured since I last touched that PR (c++-ization, exec_ctx, reorganitation of filters, etc).
Diffstat (limited to 'config.w32')
-rw-r--r--config.w322
1 files changed, 2 insertions, 0 deletions
diff --git a/config.w32 b/config.w32
index cd3a16a465..8815331c6a 100644
--- a/config.w32
+++ b/config.w32
@@ -39,6 +39,7 @@ if (PHP_GRPC != "no") {
"src\\core\\lib\\support\\log_windows.cc " +
"src\\core\\lib\\support\\mpscq.cc " +
"src\\core\\lib\\support\\murmur_hash.cc " +
+ "src\\core\\lib\\support\\object_registry.cc " +
"src\\core\\lib\\support\\string.cc " +
"src\\core\\lib\\support\\string_posix.cc " +
"src\\core\\lib\\support\\string_util_windows.cc " +
@@ -65,6 +66,7 @@ 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\\channel_tracer.cc " +
"src\\core\\lib\\channel\\connected_channel.cc " +
"src\\core\\lib\\channel\\handshaker.cc " +
"src\\core\\lib\\channel\\handshaker_factory.cc " +