aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-06-29 14:51:53 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-06-29 14:51:53 -0700
commitab950ee7c5211cc8e1cfc47f5adf716496899c32 (patch)
treeb3b40a4328fc1e8c8bd22bacacc203c177247d48 /BUILD
parent375109d30bc0dce4e7149df42cfe706e61993b92 (diff)
Move channel_filter.h from include/ tree to src/ tree.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index ce324887e3..86725b6f1c 100644
--- a/BUILD
+++ b/BUILD
@@ -1224,6 +1224,7 @@ cc_library(
"src/cpp/common/secure_auth_context.h",
"src/cpp/server/secure_server_credentials.h",
"src/cpp/client/create_channel_internal.h",
+ "src/cpp/common/channel_filter.h",
"src/cpp/server/dynamic_thread_pool.h",
"src/cpp/server/thread_pool_interface.h",
"src/cpp/client/secure_credentials.cc",
@@ -1264,7 +1265,6 @@ 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",
@@ -1457,6 +1457,7 @@ cc_library(
name = "grpc++_unsecure",
srcs = [
"src/cpp/client/create_channel_internal.h",
+ "src/cpp/common/channel_filter.h",
"src/cpp/server/dynamic_thread_pool.h",
"src/cpp/server/thread_pool_interface.h",
"src/cpp/common/insecure_create_auth_context.cc",
@@ -1492,7 +1493,6 @@ 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",