aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.json b/build.json
index 94b66b068f..3f27139252 100644
--- a/build.json
+++ b/build.json
@@ -197,6 +197,7 @@
"src/core/iomgr/alarm_heap.c",
"src/core/iomgr/endpoint.c",
"src/core/iomgr/endpoint_pair_posix.c",
+ "src/core/iomgr/endpoint_pair_windows.c",
"src/core/iomgr/fd_posix.c",
"src/core/iomgr/iocp_windows.c",
"src/core/iomgr/iomgr.c",
@@ -444,6 +445,7 @@
"test/core/util/grpc_profiler.c",
"test/core/util/parse_hexstring.c",
"test/core/util/port_posix.c",
+ "test/core/util/port_windows.c",
"test/core/util/slice_splitter.c"
],
"deps": [
@@ -906,6 +908,9 @@
"grpc",
"gpr_test_util",
"gpr"
+ ],
+ "platforms": [
+ "posix"
]
},
{