aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-15 14:13:52 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-15 14:13:52 -0700
commit9aaa1b61e7bd6a1173d6d7fb4b68ca8ae74bcabe (patch)
tree8cc2ead249be6288e1010aef9e799d9444724db0 /build.json
parent26d916a9e6318ba35c94c51e0b9eac49816a308a (diff)
parent685f1e625553c5158280761d3b91c8875166f394 (diff)
Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash
Add subprocess GPR API
Diffstat (limited to 'build.json')
-rw-r--r--build.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.json b/build.json
index 18591d64f8..882c3cb6ab 100644
--- a/build.json
+++ b/build.json
@@ -315,6 +315,7 @@
"include/grpc/support/port_platform.h",
"include/grpc/support/slice.h",
"include/grpc/support/slice_buffer.h",
+ "include/grpc/support/subprocess.h",
"include/grpc/support/sync.h",
"include/grpc/support/sync_generic.h",
"include/grpc/support/sync_posix.h",
@@ -362,6 +363,7 @@
"src/core/support/string.c",
"src/core/support/string_posix.c",
"src/core/support/string_win32.c",
+ "src/core/support/subprocess_posix.c",
"src/core/support/sync.c",
"src/core/support/sync_posix.c",
"src/core/support/sync_win32.c",