aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-17 14:28:56 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-17 14:28:56 -0700
commit0596621ec2b8c79b39fdffa12132b445eea8e49f (patch)
tree1c666cab69dcd23ea54bbce7d79923321760aa8b /BUILD
parent83b826aef5631f797f912a5c7570aa1f6b76cabc (diff)
parent669df902c997cc66abfa7aad21c5abbcc6344ea4 (diff)
Merge github.com:grpc/grpc into we-dont-need-no-backup
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index cfaa6bd91d..5108f365b7 100644
--- a/BUILD
+++ b/BUILD
@@ -74,6 +74,7 @@ cc_library(
"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",
@@ -83,6 +84,7 @@ cc_library(
"src/core/support/time.c",
"src/core/support/time_posix.c",
"src/core/support/time_win32.c",
+ "src/core/support/tls_pthread.c",
],
hdrs = [
"include/grpc/support/alloc.h",
@@ -100,6 +102,7 @@ cc_library(
"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",