aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-11 01:25:22 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-11 01:25:22 +0200
commit27a0dc0208e90b6463049df16da6c35216eab0aa (patch)
tree623bc5ca7be22193b7739e19768dd6172a27c01f /build.json
parentb7bbffe9f6a57d5eddc52be200adf4ab7f247ca5 (diff)
Adjusting build.json.
Diffstat (limited to 'build.json')
-rw-r--r--build.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.json b/build.json
index d814e4c6bd..80f2c5cef7 100644
--- a/build.json
+++ b/build.json
@@ -37,13 +37,13 @@
"include/grpc++/status.h",
"include/grpc++/status_code_enum.h",
"include/grpc++/stream.h",
- "include/grpc++/thread_pool_interface.h"
+ "include/grpc++/thread_pool_interface.h",
+ "include/grpc++/time.h"
],
"headers": [
"src/cpp/client/channel.h",
"src/cpp/proto/proto_utils.h",
- "src/cpp/server/thread_pool.h",
- "src/cpp/util/time.h"
+ "src/cpp/server/thread_pool.h"
],
"src": [
"src/cpp/client/channel.cc",