|
|
|
@ -577,7 +577,6 @@ cc_library( |
|
|
|
|
"src/cpp/client/secure_credentials.h", |
|
|
|
|
"src/cpp/server/secure_server_credentials.h", |
|
|
|
|
"src/cpp/client/channel.h", |
|
|
|
|
"src/cpp/proto/proto_utils.h", |
|
|
|
|
"src/cpp/server/thread_pool.h", |
|
|
|
|
"src/cpp/client/secure_credentials.cc", |
|
|
|
|
"src/cpp/server/secure_server_credentials.cc", |
|
|
|
@ -615,6 +614,7 @@ cc_library( |
|
|
|
|
"include/grpc++/client_context.h", |
|
|
|
|
"include/grpc++/completion_queue.h", |
|
|
|
|
"include/grpc++/config.h", |
|
|
|
|
"include/grpc++/config_protobuf.h", |
|
|
|
|
"include/grpc++/create_channel.h", |
|
|
|
|
"include/grpc++/credentials.h", |
|
|
|
|
"include/grpc++/generic_stub.h", |
|
|
|
@ -622,6 +622,7 @@ cc_library( |
|
|
|
|
"include/grpc++/impl/client_unary_call.h", |
|
|
|
|
"include/grpc++/impl/grpc_library.h", |
|
|
|
|
"include/grpc++/impl/internal_stub.h", |
|
|
|
|
"include/grpc++/impl/proto_utils.h", |
|
|
|
|
"include/grpc++/impl/rpc_method.h", |
|
|
|
|
"include/grpc++/impl/rpc_service_method.h", |
|
|
|
|
"include/grpc++/impl/serialization_traits.h", |
|
|
|
@ -659,7 +660,6 @@ cc_library( |
|
|
|
|
name = "grpc++_unsecure", |
|
|
|
|
srcs = [ |
|
|
|
|
"src/cpp/client/channel.h", |
|
|
|
|
"src/cpp/proto/proto_utils.h", |
|
|
|
|
"src/cpp/server/thread_pool.h", |
|
|
|
|
"src/cpp/client/channel.cc", |
|
|
|
|
"src/cpp/client/channel_arguments.cc", |
|
|
|
@ -695,6 +695,7 @@ cc_library( |
|
|
|
|
"include/grpc++/client_context.h", |
|
|
|
|
"include/grpc++/completion_queue.h", |
|
|
|
|
"include/grpc++/config.h", |
|
|
|
|
"include/grpc++/config_protobuf.h", |
|
|
|
|
"include/grpc++/create_channel.h", |
|
|
|
|
"include/grpc++/credentials.h", |
|
|
|
|
"include/grpc++/generic_stub.h", |
|
|
|
@ -702,6 +703,7 @@ cc_library( |
|
|
|
|
"include/grpc++/impl/client_unary_call.h", |
|
|
|
|
"include/grpc++/impl/grpc_library.h", |
|
|
|
|
"include/grpc++/impl/internal_stub.h", |
|
|
|
|
"include/grpc++/impl/proto_utils.h", |
|
|
|
|
"include/grpc++/impl/rpc_method.h", |
|
|
|
|
"include/grpc++/impl/rpc_service_method.h", |
|
|
|
|
"include/grpc++/impl/serialization_traits.h", |
|
|
|
|