From 3e09b698c87121eeb6844e2e5bf21210fbceeb3c Mon Sep 17 00:00:00 2001 From: markdroth <18664614+markdroth@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:46:05 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- CMakeLists.txt | 4 ++-- build_autogenerated.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b966a32730..952d08a5db3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17729,6 +17729,8 @@ add_executable(interception_chain_test src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c + src/core/handshaker/handshaker_registry.cc + src/core/handshaker/proxy_mapper_registry.cc src/core/lib/address_utils/parse_address.cc src/core/lib/address_utils/sockaddr_utils.cc src/core/lib/backoff/backoff.cc @@ -17809,7 +17811,6 @@ add_executable(interception_chain_test src/core/lib/gprpp/time_averaged_stats.cc src/core/lib/gprpp/validation_errors.cc src/core/lib/gprpp/work_serializer.cc - src/core/lib/handshaker/proxy_mapper_registry.cc src/core/lib/iomgr/buffer_list.cc src/core/lib/iomgr/call_combiner.cc src/core/lib/iomgr/cfstream_handle.cc @@ -17937,7 +17938,6 @@ add_executable(interception_chain_test src/core/lib/transport/call_spine.cc src/core/lib/transport/connectivity_state.cc src/core/lib/transport/error_utils.cc - src/core/lib/transport/handshaker_registry.cc src/core/lib/transport/interception_chain.cc src/core/lib/transport/message.cc src/core/lib/transport/metadata.cc diff --git a/build_autogenerated.yaml b/build_autogenerated.yaml index c33c81ad552..ea77336413c 100644 --- a/build_autogenerated.yaml +++ b/build_autogenerated.yaml @@ -11597,6 +11597,10 @@ targets: - src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.h - src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb.h - src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.h + - src/core/handshaker/handshaker_factory.h + - src/core/handshaker/handshaker_registry.h + - src/core/handshaker/proxy_mapper.h + - src/core/handshaker/proxy_mapper_registry.h - src/core/lib/address_utils/parse_address.h - src/core/lib/address_utils/sockaddr_utils.h - src/core/lib/avl/avl.h @@ -11717,8 +11721,6 @@ targets: - src/core/lib/gprpp/unique_type_name.h - src/core/lib/gprpp/validation_errors.h - src/core/lib/gprpp/work_serializer.h - - src/core/lib/handshaker/proxy_mapper.h - - src/core/lib/handshaker/proxy_mapper_registry.h - src/core/lib/iomgr/block_annotate.h - src/core/lib/iomgr/buffer_list.h - src/core/lib/iomgr/call_combiner.h @@ -11857,8 +11859,6 @@ targets: - src/core/lib/transport/connectivity_state.h - src/core/lib/transport/custom_metadata.h - src/core/lib/transport/error_utils.h - - src/core/lib/transport/handshaker_factory.h - - src/core/lib/transport/handshaker_registry.h - src/core/lib/transport/http2_errors.h - src/core/lib/transport/interception_chain.h - src/core/lib/transport/message.h @@ -11915,6 +11915,8 @@ targets: - src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c - src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c - src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c + - src/core/handshaker/handshaker_registry.cc + - src/core/handshaker/proxy_mapper_registry.cc - src/core/lib/address_utils/parse_address.cc - src/core/lib/address_utils/sockaddr_utils.cc - src/core/lib/backoff/backoff.cc @@ -11995,7 +11997,6 @@ targets: - src/core/lib/gprpp/time_averaged_stats.cc - src/core/lib/gprpp/validation_errors.cc - src/core/lib/gprpp/work_serializer.cc - - src/core/lib/handshaker/proxy_mapper_registry.cc - src/core/lib/iomgr/buffer_list.cc - src/core/lib/iomgr/call_combiner.cc - src/core/lib/iomgr/cfstream_handle.cc @@ -12123,7 +12124,6 @@ targets: - src/core/lib/transport/call_spine.cc - src/core/lib/transport/connectivity_state.cc - src/core/lib/transport/error_utils.cc - - src/core/lib/transport/handshaker_registry.cc - src/core/lib/transport/interception_chain.cc - src/core/lib/transport/message.cc - src/core/lib/transport/metadata.cc