aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-28 14:22:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-28 14:22:12 -0700
commitdb1a5cce471cb038953f4221401142da85c2412a (patch)
treeb56f4abfacd665381974819446c8f6f67f0d6040 /BUILD
parent42ee4d86b9fb3d47f6aa59fca5a2e2b0da1f092d (diff)
Buffer pool C++ wrapper
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 69a40f9601..b82f546989 100644
--- a/BUILD
+++ b/BUILD
@@ -1367,6 +1367,7 @@ cc_library(
"src/cpp/client/create_channel_posix.cc",
"src/cpp/client/credentials_cc.cc",
"src/cpp/client/generic_stub.cc",
+ "src/cpp/common/buffer_pool.cc",
"src/cpp/common/channel_arguments.cc",
"src/cpp/common/channel_filter.cc",
"src/cpp/common/completion_queue_cc.cc",
@@ -1480,6 +1481,7 @@ cc_library(
],
hdrs = [
"include/grpc++/alarm.h",
+ "include/grpc++/buffer_pool.h",
"include/grpc++/channel.h",
"include/grpc++/client_context.h",
"include/grpc++/completion_queue.h",
@@ -1771,6 +1773,7 @@ cc_library(
"src/cpp/client/create_channel_posix.cc",
"src/cpp/client/credentials_cc.cc",
"src/cpp/client/generic_stub.cc",
+ "src/cpp/common/buffer_pool.cc",
"src/cpp/common/channel_arguments.cc",
"src/cpp/common/channel_filter.cc",
"src/cpp/common/completion_queue_cc.cc",
@@ -1884,6 +1887,7 @@ cc_library(
],
hdrs = [
"include/grpc++/alarm.h",
+ "include/grpc++/buffer_pool.h",
"include/grpc++/channel.h",
"include/grpc++/client_context.h",
"include/grpc++/completion_queue.h",