From 0e00c430827e81d61e1e7164ef04ca21ccbfaa77 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Fri, 26 Jan 2018 15:39:32 -0800 Subject: Move headers from grpc++ to grpcpp --- build.yaml | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) (limited to 'build.yaml') diff --git a/build.yaml b/build.yaml index 3bf07d72eb..995a321dff 100644 --- a/build.yaml +++ b/build.yaml @@ -1000,6 +1000,36 @@ filegroups: - include/grpc++/impl/codegen/stub_options.h - include/grpc++/impl/codegen/sync_stream.h - include/grpc++/impl/codegen/time.h + - include/grpcpp/impl/codegen/async_stream.h + - include/grpcpp/impl/codegen/async_unary_call.h + - include/grpcpp/impl/codegen/byte_buffer.h + - include/grpcpp/impl/codegen/call.h + - include/grpcpp/impl/codegen/call_hook.h + - include/grpcpp/impl/codegen/channel_interface.h + - include/grpcpp/impl/codegen/client_context.h + - include/grpcpp/impl/codegen/client_unary_call.h + - include/grpcpp/impl/codegen/completion_queue.h + - include/grpcpp/impl/codegen/completion_queue_tag.h + - include/grpcpp/impl/codegen/config.h + - 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/metadata_map.h + - include/grpcpp/impl/codegen/method_handler_impl.h + - include/grpcpp/impl/codegen/rpc_method.h + - include/grpcpp/impl/codegen/rpc_service_method.h + - include/grpcpp/impl/codegen/security/auth_context.h + - include/grpcpp/impl/codegen/serialization_traits.h + - include/grpcpp/impl/codegen/server_context.h + - include/grpcpp/impl/codegen/server_interface.h + - include/grpcpp/impl/codegen/service_type.h + - include/grpcpp/impl/codegen/slice.h + - include/grpcpp/impl/codegen/status.h + - include/grpcpp/impl/codegen/status_code_enum.h + - include/grpcpp/impl/codegen/string_ref.h + - include/grpcpp/impl/codegen/stub_options.h + - include/grpcpp/impl/codegen/sync_stream.h + - include/grpcpp/impl/codegen/time.h uses: - grpc_codegen - name: grpc++_codegen_base_src @@ -1012,6 +1042,7 @@ filegroups: language: c++ public_headers: - include/grpc++/impl/codegen/proto_utils.h + - include/grpcpp/impl/codegen/proto_utils.h uses: - grpc++_codegen_base - grpc++_config_proto @@ -1063,6 +1094,51 @@ filegroups: - include/grpc++/support/stub_options.h - include/grpc++/support/sync_stream.h - include/grpc++/support/time.h + - include/grpcpp/alarm.h + - include/grpcpp/channel.h + - include/grpcpp/client_context.h + - include/grpcpp/completion_queue.h + - include/grpcpp/create_channel.h + - include/grpcpp/create_channel_posix.h + - include/grpcpp/ext/health_check_service_server_builder_option.h + - include/grpcpp/generic/async_generic_service.h + - include/grpcpp/generic/generic_stub.h + - include/grpcpp/grpcpp.h + - include/grpcpp/health_check_service_interface.h + - include/grpcpp/impl/call.h + - include/grpcpp/impl/channel_argument_option.h + - include/grpcpp/impl/client_unary_call.h + - include/grpcpp/impl/codegen/core_codegen.h + - include/grpcpp/impl/grpc_library.h + - include/grpcpp/impl/method_handler_impl.h + - include/grpcpp/impl/rpc_method.h + - include/grpcpp/impl/rpc_service_method.h + - include/grpcpp/impl/serialization_traits.h + - include/grpcpp/impl/server_builder_option.h + - include/grpcpp/impl/server_builder_plugin.h + - include/grpcpp/impl/server_initializer.h + - include/grpcpp/impl/service_type.h + - include/grpcpp/resource_quota.h + - include/grpcpp/security/auth_context.h + - include/grpcpp/security/auth_metadata_processor.h + - include/grpcpp/security/credentials.h + - include/grpcpp/security/server_credentials.h + - include/grpcpp/server.h + - include/grpcpp/server_builder.h + - include/grpcpp/server_context.h + - include/grpcpp/server_posix.h + - include/grpcpp/support/async_stream.h + - include/grpcpp/support/async_unary_call.h + - include/grpcpp/support/byte_buffer.h + - include/grpcpp/support/channel_arguments.h + - include/grpcpp/support/config.h + - include/grpcpp/support/slice.h + - include/grpcpp/support/status.h + - include/grpcpp/support/status_code_enum.h + - include/grpcpp/support/string_ref.h + - include/grpcpp/support/stub_options.h + - include/grpcpp/support/sync_stream.h + - include/grpcpp/support/time.h headers: - src/cpp/client/create_channel_internal.h - src/cpp/common/channel_filter.h @@ -1116,6 +1192,7 @@ filegroups: language: c++ public_headers: - include/grpc++/impl/codegen/config_protobuf.h + - include/grpcpp/impl/codegen/config_protobuf.h - name: grpc++_reflection_proto language: c++ src: @@ -1125,6 +1202,8 @@ filegroups: public_headers: - include/grpc++/test/mock_stream.h - include/grpc++/test/server_context_test_spouse.h + - include/grpcpp/test/mock_stream.h + - include/grpcpp/test/server_context_test_spouse.h deps: - grpc++ - grpc @@ -1312,6 +1391,7 @@ libs: language: c++ headers: - include/grpc++/impl/codegen/core_codegen.h + - include/grpcpp/impl/codegen/core_codegen.h - src/cpp/client/secure_credentials.h - src/cpp/common/secure_auth_context.h - src/cpp/server/secure_server_credentials.h @@ -1373,6 +1453,7 @@ libs: language: c++ public_headers: - include/grpc++/support/error_details.h + - include/grpcpp/support/error_details.h src: - src/proto/grpc/status/status.proto - src/cpp/util/error_details.cc @@ -1398,6 +1479,7 @@ libs: language: c++ public_headers: - include/grpc++/ext/proto_server_reflection_plugin.h + - include/grpcpp/ext/proto_server_reflection_plugin.h headers: - src/cpp/ext/proto_server_reflection.h src: @@ -4403,6 +4485,7 @@ targets: language: c++ headers: - include/grpc++/test/mock_stream.h + - include/grpcpp/test/mock_stream.h src: - test/cpp/end2end/mock_test.cc deps: -- cgit v1.2.3