aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-04-10 13:12:09 -0700
committerGravatar Yang Gao <yangg@google.com>2015-04-10 13:12:09 -0700
commitfa4549dd2d1966323a4beddf53bdb557a314fd64 (patch)
tree056825538b296ffed7b4a330d8e6a54149bae2c6 /build.json
parent0a43b343f6b88e7c4362aa5f195f14ce6dc2d5e6 (diff)
Add missing public headers
Diffstat (limited to 'build.json')
-rw-r--r--build.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.json b/build.json
index b45584a8ba..0a7b81d5f5 100644
--- a/build.json
+++ b/build.json
@@ -29,6 +29,12 @@
"include/grpc++/impl/rpc_method.h",
"include/grpc++/impl/rpc_service_method.h",
"include/grpc++/impl/service_type.h",
+ "include/grpc++/impl/sync.h",
+ "include/grpc++/impl/sync_cxx11.h",
+ "include/grpc++/impl/sync_no_cxx11.h",
+ "include/grpc++/impl/thd.h",
+ "include/grpc++/impl/thd_cxx11.h",
+ "include/grpc++/impl/thd_no_cxx11.h",
"include/grpc++/server.h",
"include/grpc++/server_builder.h",
"include/grpc++/server_context.h",