aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-06-15 14:02:57 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-06-15 14:02:57 -0700
commitec0bc8b4ed4760ff0ab1e51d505f1b235fc9d60d (patch)
treece0d3c86607923f4fe9703d9b23fed39c47c35a2 /BUILD
parent8fb6c924b54775be2d9fea52a39cc930460558de (diff)
Initial attempt at a C++ API for defining channel filters.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index f049e3c405..2940fed33f 100644
--- a/BUILD
+++ b/BUILD
@@ -1247,6 +1247,7 @@ cc_library(
"src/cpp/client/generic_stub.cc",
"src/cpp/client/insecure_credentials.cc",
"src/cpp/common/channel_arguments.cc",
+ "src/cpp/common/channel_filter.cc",
"src/cpp/common/completion_queue.cc",
"src/cpp/common/core_codegen.cc",
"src/cpp/common/rpc_method.cc",
@@ -1269,6 +1270,7 @@ cc_library(
hdrs = [
"include/grpc++/alarm.h",
"include/grpc++/channel.h",
+ "include/grpc++/channel_filter.h",
"include/grpc++/client_context.h",
"include/grpc++/completion_queue.h",
"include/grpc++/create_channel.h",
@@ -1473,6 +1475,7 @@ cc_library(
"src/cpp/client/generic_stub.cc",
"src/cpp/client/insecure_credentials.cc",
"src/cpp/common/channel_arguments.cc",
+ "src/cpp/common/channel_filter.cc",
"src/cpp/common/completion_queue.cc",
"src/cpp/common/core_codegen.cc",
"src/cpp/common/rpc_method.cc",
@@ -1495,6 +1498,7 @@ cc_library(
hdrs = [
"include/grpc++/alarm.h",
"include/grpc++/channel.h",
+ "include/grpc++/channel_filter.h",
"include/grpc++/client_context.h",
"include/grpc++/completion_queue.h",
"include/grpc++/create_channel.h",