From 9b83b7d19e0a3e14dbfca2f40fa8157547c190f4 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Mon, 22 Oct 2018 02:42:03 -0700 Subject: Adding intercepted channel --- BUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 274c6ddc79..ba02324fa3 100644 --- a/BUILD +++ b/BUILD @@ -118,6 +118,7 @@ GRPCXX_SRCS = [ "src/cpp/client/create_channel_posix.cc", "src/cpp/client/credentials_cc.cc", "src/cpp/client/generic_stub.cc", + "src/cpp/client/intercepted_channel.cc", "src/cpp/common/alarm.cc", "src/cpp/common/channel_arguments.cc", "src/cpp/common/channel_filter.cc", @@ -2045,6 +2046,7 @@ grpc_cc_library( "include/grpcpp/impl/codegen/byte_buffer.h", "include/grpcpp/impl/codegen/call.h", "include/grpcpp/impl/codegen/call_hook.h", + "include/grpcpp/impl/codegen/call_wrapper.h", "include/grpcpp/impl/codegen/callback_common.h", "include/grpcpp/impl/codegen/channel_interface.h", "include/grpcpp/impl/codegen/client_callback.h", @@ -2057,6 +2059,7 @@ grpc_cc_library( "include/grpcpp/impl/codegen/core_codegen_interface.h", "include/grpcpp/impl/codegen/create_auth_context.h", "include/grpcpp/impl/codegen/grpc_library.h", + "include/grpcpp/impl/codegen/intercepted_channel.h", "include/grpcpp/impl/codegen/interceptor.h", "include/grpcpp/impl/codegen/metadata_map.h", "include/grpcpp/impl/codegen/method_handler_impl.h", -- cgit v1.2.3