aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-01 07:35:10 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-01 07:35:10 -0800
commitf09fb7e4b042fbb0b7272598b941acc58b41e839 (patch)
treee5133410af56e77daf7fcba3236a1916ed0a5782 /BUILD
parent9070b4be0c9547daa22c3d6e73d5889854ad60a4 (diff)
parentd79331060baef0f18543dedca26127609dbcde0f (diff)
Merge pull request #4979 from nicolasnoble/win32_subprocess
Adding windows support for gpr subprocesses.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index d4fcd4e8c8..c40ee518bb 100644
--- a/BUILD
+++ b/BUILD
@@ -84,6 +84,7 @@ cc_library(
"src/core/support/string_posix.c",
"src/core/support/string_win32.c",
"src/core/support/subprocess_posix.c",
+ "src/core/support/subprocess_windows.c",
"src/core/support/sync.c",
"src/core/support/sync_posix.c",
"src/core/support/sync_win32.c",
@@ -1158,6 +1159,7 @@ objc_library(
"src/core/support/string_posix.c",
"src/core/support/string_win32.c",
"src/core/support/subprocess_posix.c",
+ "src/core/support/subprocess_windows.c",
"src/core/support/sync.c",
"src/core/support/sync_posix.c",
"src/core/support/sync_win32.c",