|
@@ -161,7 +161,6 @@ cc_library(
|
|
"src/core/channel/context.h",
|
|
"src/core/channel/context.h",
|
|
"src/core/channel/http_client_filter.h",
|
|
"src/core/channel/http_client_filter.h",
|
|
"src/core/channel/http_server_filter.h",
|
|
"src/core/channel/http_server_filter.h",
|
|
- "src/core/channel/noop_filter.h",
|
|
|
|
"src/core/channel/subchannel_call_holder.h",
|
|
"src/core/channel/subchannel_call_holder.h",
|
|
"src/core/client_config/client_config.h",
|
|
"src/core/client_config/client_config.h",
|
|
"src/core/client_config/connector.h",
|
|
"src/core/client_config/connector.h",
|
|
@@ -178,8 +177,6 @@ cc_library(
|
|
"src/core/client_config/resolvers/sockaddr_resolver.h",
|
|
"src/core/client_config/resolvers/sockaddr_resolver.h",
|
|
"src/core/client_config/subchannel.h",
|
|
"src/core/client_config/subchannel.h",
|
|
"src/core/client_config/subchannel_factory.h",
|
|
"src/core/client_config/subchannel_factory.h",
|
|
- "src/core/client_config/subchannel_factory_decorators/add_channel_arg.h",
|
|
|
|
- "src/core/client_config/subchannel_factory_decorators/merge_channel_args.h",
|
|
|
|
"src/core/client_config/uri_parser.h",
|
|
"src/core/client_config/uri_parser.h",
|
|
"src/core/compression/algorithm_metadata.h",
|
|
"src/core/compression/algorithm_metadata.h",
|
|
"src/core/compression/message_compress.h",
|
|
"src/core/compression/message_compress.h",
|
|
@@ -301,7 +298,6 @@ cc_library(
|
|
"src/core/channel/connected_channel.c",
|
|
"src/core/channel/connected_channel.c",
|
|
"src/core/channel/http_client_filter.c",
|
|
"src/core/channel/http_client_filter.c",
|
|
"src/core/channel/http_server_filter.c",
|
|
"src/core/channel/http_server_filter.c",
|
|
- "src/core/channel/noop_filter.c",
|
|
|
|
"src/core/channel/subchannel_call_holder.c",
|
|
"src/core/channel/subchannel_call_holder.c",
|
|
"src/core/client_config/client_config.c",
|
|
"src/core/client_config/client_config.c",
|
|
"src/core/client_config/connector.c",
|
|
"src/core/client_config/connector.c",
|
|
@@ -319,8 +315,6 @@ cc_library(
|
|
"src/core/client_config/resolvers/sockaddr_resolver.c",
|
|
"src/core/client_config/resolvers/sockaddr_resolver.c",
|
|
"src/core/client_config/subchannel.c",
|
|
"src/core/client_config/subchannel.c",
|
|
"src/core/client_config/subchannel_factory.c",
|
|
"src/core/client_config/subchannel_factory.c",
|
|
- "src/core/client_config/subchannel_factory_decorators/add_channel_arg.c",
|
|
|
|
- "src/core/client_config/subchannel_factory_decorators/merge_channel_args.c",
|
|
|
|
"src/core/client_config/uri_parser.c",
|
|
"src/core/client_config/uri_parser.c",
|
|
"src/core/compression/algorithm.c",
|
|
"src/core/compression/algorithm.c",
|
|
"src/core/compression/message_compress.c",
|
|
"src/core/compression/message_compress.c",
|
|
@@ -381,6 +375,7 @@ cc_library(
|
|
"src/core/surface/channel.c",
|
|
"src/core/surface/channel.c",
|
|
"src/core/surface/channel_connectivity.c",
|
|
"src/core/surface/channel_connectivity.c",
|
|
"src/core/surface/channel_create.c",
|
|
"src/core/surface/channel_create.c",
|
|
|
|
+ "src/core/surface/channel_ping.c",
|
|
"src/core/surface/completion_queue.c",
|
|
"src/core/surface/completion_queue.c",
|
|
"src/core/surface/event_string.c",
|
|
"src/core/surface/event_string.c",
|
|
"src/core/surface/init.c",
|
|
"src/core/surface/init.c",
|
|
@@ -457,7 +452,6 @@ cc_library(
|
|
"src/core/channel/context.h",
|
|
"src/core/channel/context.h",
|
|
"src/core/channel/http_client_filter.h",
|
|
"src/core/channel/http_client_filter.h",
|
|
"src/core/channel/http_server_filter.h",
|
|
"src/core/channel/http_server_filter.h",
|
|
- "src/core/channel/noop_filter.h",
|
|
|
|
"src/core/channel/subchannel_call_holder.h",
|
|
"src/core/channel/subchannel_call_holder.h",
|
|
"src/core/client_config/client_config.h",
|
|
"src/core/client_config/client_config.h",
|
|
"src/core/client_config/connector.h",
|
|
"src/core/client_config/connector.h",
|
|
@@ -474,8 +468,6 @@ cc_library(
|
|
"src/core/client_config/resolvers/sockaddr_resolver.h",
|
|
"src/core/client_config/resolvers/sockaddr_resolver.h",
|
|
"src/core/client_config/subchannel.h",
|
|
"src/core/client_config/subchannel.h",
|
|
"src/core/client_config/subchannel_factory.h",
|
|
"src/core/client_config/subchannel_factory.h",
|
|
- "src/core/client_config/subchannel_factory_decorators/add_channel_arg.h",
|
|
|
|
- "src/core/client_config/subchannel_factory_decorators/merge_channel_args.h",
|
|
|
|
"src/core/client_config/uri_parser.h",
|
|
"src/core/client_config/uri_parser.h",
|
|
"src/core/compression/algorithm_metadata.h",
|
|
"src/core/compression/algorithm_metadata.h",
|
|
"src/core/compression/message_compress.h",
|
|
"src/core/compression/message_compress.h",
|
|
@@ -577,7 +569,6 @@ cc_library(
|
|
"src/core/channel/connected_channel.c",
|
|
"src/core/channel/connected_channel.c",
|
|
"src/core/channel/http_client_filter.c",
|
|
"src/core/channel/http_client_filter.c",
|
|
"src/core/channel/http_server_filter.c",
|
|
"src/core/channel/http_server_filter.c",
|
|
- "src/core/channel/noop_filter.c",
|
|
|
|
"src/core/channel/subchannel_call_holder.c",
|
|
"src/core/channel/subchannel_call_holder.c",
|
|
"src/core/client_config/client_config.c",
|
|
"src/core/client_config/client_config.c",
|
|
"src/core/client_config/connector.c",
|
|
"src/core/client_config/connector.c",
|
|
@@ -595,8 +586,6 @@ cc_library(
|
|
"src/core/client_config/resolvers/sockaddr_resolver.c",
|
|
"src/core/client_config/resolvers/sockaddr_resolver.c",
|
|
"src/core/client_config/subchannel.c",
|
|
"src/core/client_config/subchannel.c",
|
|
"src/core/client_config/subchannel_factory.c",
|
|
"src/core/client_config/subchannel_factory.c",
|
|
- "src/core/client_config/subchannel_factory_decorators/add_channel_arg.c",
|
|
|
|
- "src/core/client_config/subchannel_factory_decorators/merge_channel_args.c",
|
|
|
|
"src/core/client_config/uri_parser.c",
|
|
"src/core/client_config/uri_parser.c",
|
|
"src/core/compression/algorithm.c",
|
|
"src/core/compression/algorithm.c",
|
|
"src/core/compression/message_compress.c",
|
|
"src/core/compression/message_compress.c",
|
|
@@ -657,6 +646,7 @@ cc_library(
|
|
"src/core/surface/channel.c",
|
|
"src/core/surface/channel.c",
|
|
"src/core/surface/channel_connectivity.c",
|
|
"src/core/surface/channel_connectivity.c",
|
|
"src/core/surface/channel_create.c",
|
|
"src/core/surface/channel_create.c",
|
|
|
|
+ "src/core/surface/channel_ping.c",
|
|
"src/core/surface/completion_queue.c",
|
|
"src/core/surface/completion_queue.c",
|
|
"src/core/surface/event_string.c",
|
|
"src/core/surface/event_string.c",
|
|
"src/core/surface/init.c",
|
|
"src/core/surface/init.c",
|
|
@@ -748,14 +738,13 @@ cc_library(
|
|
"src/cpp/server/dynamic_thread_pool.h",
|
|
"src/cpp/server/dynamic_thread_pool.h",
|
|
"src/cpp/server/fixed_size_thread_pool.h",
|
|
"src/cpp/server/fixed_size_thread_pool.h",
|
|
"src/cpp/server/thread_pool_interface.h",
|
|
"src/cpp/server/thread_pool_interface.h",
|
|
- "src/cpp/client/secure_channel_arguments.cc",
|
|
|
|
"src/cpp/client/secure_credentials.cc",
|
|
"src/cpp/client/secure_credentials.cc",
|
|
"src/cpp/common/auth_property_iterator.cc",
|
|
"src/cpp/common/auth_property_iterator.cc",
|
|
"src/cpp/common/secure_auth_context.cc",
|
|
"src/cpp/common/secure_auth_context.cc",
|
|
|
|
+ "src/cpp/common/secure_channel_arguments.cc",
|
|
"src/cpp/common/secure_create_auth_context.cc",
|
|
"src/cpp/common/secure_create_auth_context.cc",
|
|
"src/cpp/server/secure_server_credentials.cc",
|
|
"src/cpp/server/secure_server_credentials.cc",
|
|
"src/cpp/client/channel.cc",
|
|
"src/cpp/client/channel.cc",
|
|
- "src/cpp/client/channel_arguments.cc",
|
|
|
|
"src/cpp/client/client_context.cc",
|
|
"src/cpp/client/client_context.cc",
|
|
"src/cpp/client/create_channel.cc",
|
|
"src/cpp/client/create_channel.cc",
|
|
"src/cpp/client/create_channel_internal.cc",
|
|
"src/cpp/client/create_channel_internal.cc",
|
|
@@ -763,6 +752,7 @@ cc_library(
|
|
"src/cpp/client/generic_stub.cc",
|
|
"src/cpp/client/generic_stub.cc",
|
|
"src/cpp/client/insecure_credentials.cc",
|
|
"src/cpp/client/insecure_credentials.cc",
|
|
"src/cpp/common/call.cc",
|
|
"src/cpp/common/call.cc",
|
|
|
|
+ "src/cpp/common/channel_arguments.cc",
|
|
"src/cpp/common/completion_queue.cc",
|
|
"src/cpp/common/completion_queue.cc",
|
|
"src/cpp/common/rpc_method.cc",
|
|
"src/cpp/common/rpc_method.cc",
|
|
"src/cpp/proto/proto_utils.cc",
|
|
"src/cpp/proto/proto_utils.cc",
|
|
@@ -796,6 +786,7 @@ cc_library(
|
|
"include/grpc++/impl/rpc_method.h",
|
|
"include/grpc++/impl/rpc_method.h",
|
|
"include/grpc++/impl/rpc_service_method.h",
|
|
"include/grpc++/impl/rpc_service_method.h",
|
|
"include/grpc++/impl/serialization_traits.h",
|
|
"include/grpc++/impl/serialization_traits.h",
|
|
|
|
+ "include/grpc++/impl/server_builder_option.h",
|
|
"include/grpc++/impl/service_type.h",
|
|
"include/grpc++/impl/service_type.h",
|
|
"include/grpc++/impl/sync.h",
|
|
"include/grpc++/impl/sync.h",
|
|
"include/grpc++/impl/sync_cxx11.h",
|
|
"include/grpc++/impl/sync_cxx11.h",
|
|
@@ -847,7 +838,6 @@ cc_library(
|
|
"src/cpp/server/thread_pool_interface.h",
|
|
"src/cpp/server/thread_pool_interface.h",
|
|
"src/cpp/common/insecure_create_auth_context.cc",
|
|
"src/cpp/common/insecure_create_auth_context.cc",
|
|
"src/cpp/client/channel.cc",
|
|
"src/cpp/client/channel.cc",
|
|
- "src/cpp/client/channel_arguments.cc",
|
|
|
|
"src/cpp/client/client_context.cc",
|
|
"src/cpp/client/client_context.cc",
|
|
"src/cpp/client/create_channel.cc",
|
|
"src/cpp/client/create_channel.cc",
|
|
"src/cpp/client/create_channel_internal.cc",
|
|
"src/cpp/client/create_channel_internal.cc",
|
|
@@ -855,6 +845,7 @@ cc_library(
|
|
"src/cpp/client/generic_stub.cc",
|
|
"src/cpp/client/generic_stub.cc",
|
|
"src/cpp/client/insecure_credentials.cc",
|
|
"src/cpp/client/insecure_credentials.cc",
|
|
"src/cpp/common/call.cc",
|
|
"src/cpp/common/call.cc",
|
|
|
|
+ "src/cpp/common/channel_arguments.cc",
|
|
"src/cpp/common/completion_queue.cc",
|
|
"src/cpp/common/completion_queue.cc",
|
|
"src/cpp/common/rpc_method.cc",
|
|
"src/cpp/common/rpc_method.cc",
|
|
"src/cpp/proto/proto_utils.cc",
|
|
"src/cpp/proto/proto_utils.cc",
|
|
@@ -888,6 +879,7 @@ cc_library(
|
|
"include/grpc++/impl/rpc_method.h",
|
|
"include/grpc++/impl/rpc_method.h",
|
|
"include/grpc++/impl/rpc_service_method.h",
|
|
"include/grpc++/impl/rpc_service_method.h",
|
|
"include/grpc++/impl/serialization_traits.h",
|
|
"include/grpc++/impl/serialization_traits.h",
|
|
|
|
+ "include/grpc++/impl/server_builder_option.h",
|
|
"include/grpc++/impl/service_type.h",
|
|
"include/grpc++/impl/service_type.h",
|
|
"include/grpc++/impl/sync.h",
|
|
"include/grpc++/impl/sync.h",
|
|
"include/grpc++/impl/sync_cxx11.h",
|
|
"include/grpc++/impl/sync_cxx11.h",
|
|
@@ -1111,7 +1103,6 @@ objc_library(
|
|
"src/core/channel/connected_channel.c",
|
|
"src/core/channel/connected_channel.c",
|
|
"src/core/channel/http_client_filter.c",
|
|
"src/core/channel/http_client_filter.c",
|
|
"src/core/channel/http_server_filter.c",
|
|
"src/core/channel/http_server_filter.c",
|
|
- "src/core/channel/noop_filter.c",
|
|
|
|
"src/core/channel/subchannel_call_holder.c",
|
|
"src/core/channel/subchannel_call_holder.c",
|
|
"src/core/client_config/client_config.c",
|
|
"src/core/client_config/client_config.c",
|
|
"src/core/client_config/connector.c",
|
|
"src/core/client_config/connector.c",
|
|
@@ -1129,8 +1120,6 @@ objc_library(
|
|
"src/core/client_config/resolvers/sockaddr_resolver.c",
|
|
"src/core/client_config/resolvers/sockaddr_resolver.c",
|
|
"src/core/client_config/subchannel.c",
|
|
"src/core/client_config/subchannel.c",
|
|
"src/core/client_config/subchannel_factory.c",
|
|
"src/core/client_config/subchannel_factory.c",
|
|
- "src/core/client_config/subchannel_factory_decorators/add_channel_arg.c",
|
|
|
|
- "src/core/client_config/subchannel_factory_decorators/merge_channel_args.c",
|
|
|
|
"src/core/client_config/uri_parser.c",
|
|
"src/core/client_config/uri_parser.c",
|
|
"src/core/compression/algorithm.c",
|
|
"src/core/compression/algorithm.c",
|
|
"src/core/compression/message_compress.c",
|
|
"src/core/compression/message_compress.c",
|
|
@@ -1191,6 +1180,7 @@ objc_library(
|
|
"src/core/surface/channel.c",
|
|
"src/core/surface/channel.c",
|
|
"src/core/surface/channel_connectivity.c",
|
|
"src/core/surface/channel_connectivity.c",
|
|
"src/core/surface/channel_create.c",
|
|
"src/core/surface/channel_create.c",
|
|
|
|
+ "src/core/surface/channel_ping.c",
|
|
"src/core/surface/completion_queue.c",
|
|
"src/core/surface/completion_queue.c",
|
|
"src/core/surface/event_string.c",
|
|
"src/core/surface/event_string.c",
|
|
"src/core/surface/init.c",
|
|
"src/core/surface/init.c",
|
|
@@ -1264,7 +1254,6 @@ objc_library(
|
|
"src/core/channel/context.h",
|
|
"src/core/channel/context.h",
|
|
"src/core/channel/http_client_filter.h",
|
|
"src/core/channel/http_client_filter.h",
|
|
"src/core/channel/http_server_filter.h",
|
|
"src/core/channel/http_server_filter.h",
|
|
- "src/core/channel/noop_filter.h",
|
|
|
|
"src/core/channel/subchannel_call_holder.h",
|
|
"src/core/channel/subchannel_call_holder.h",
|
|
"src/core/client_config/client_config.h",
|
|
"src/core/client_config/client_config.h",
|
|
"src/core/client_config/connector.h",
|
|
"src/core/client_config/connector.h",
|
|
@@ -1281,8 +1270,6 @@ objc_library(
|
|
"src/core/client_config/resolvers/sockaddr_resolver.h",
|
|
"src/core/client_config/resolvers/sockaddr_resolver.h",
|
|
"src/core/client_config/subchannel.h",
|
|
"src/core/client_config/subchannel.h",
|
|
"src/core/client_config/subchannel_factory.h",
|
|
"src/core/client_config/subchannel_factory.h",
|
|
- "src/core/client_config/subchannel_factory_decorators/add_channel_arg.h",
|
|
|
|
- "src/core/client_config/subchannel_factory_decorators/merge_channel_args.h",
|
|
|
|
"src/core/client_config/uri_parser.h",
|
|
"src/core/client_config/uri_parser.h",
|
|
"src/core/compression/algorithm_metadata.h",
|
|
"src/core/compression/algorithm_metadata.h",
|
|
"src/core/compression/message_compress.h",
|
|
"src/core/compression/message_compress.h",
|