|
|
|
@ -233,7 +233,6 @@ libs: |
|
|
|
|
- src/core/client_channel/connector.h |
|
|
|
|
- src/core/client_channel/dynamic_filters.h |
|
|
|
|
- src/core/client_channel/global_subchannel_pool.h |
|
|
|
|
- src/core/client_channel/http_proxy_mapper.h |
|
|
|
|
- src/core/client_channel/local_subchannel_pool.h |
|
|
|
|
- src/core/client_channel/retry_filter.h |
|
|
|
|
- src/core/client_channel/retry_filter_legacy_call_data.h |
|
|
|
@ -810,6 +809,18 @@ libs: |
|
|
|
|
- src/core/ext/xds/xds_routing.h |
|
|
|
|
- src/core/ext/xds/xds_transport.h |
|
|
|
|
- src/core/ext/xds/xds_transport_grpc.h |
|
|
|
|
- src/core/handshaker/endpoint_info/endpoint_info_handshaker.h |
|
|
|
|
- src/core/handshaker/handshaker.h |
|
|
|
|
- src/core/handshaker/handshaker_factory.h |
|
|
|
|
- src/core/handshaker/handshaker_registry.h |
|
|
|
|
- src/core/handshaker/http_connect/http_connect_handshaker.h |
|
|
|
|
- src/core/handshaker/http_connect/http_proxy_mapper.h |
|
|
|
|
- src/core/handshaker/proxy_mapper.h |
|
|
|
|
- src/core/handshaker/proxy_mapper_registry.h |
|
|
|
|
- src/core/handshaker/security/secure_endpoint.h |
|
|
|
|
- src/core/handshaker/security/security_handshaker.h |
|
|
|
|
- src/core/handshaker/security/tsi_error.h |
|
|
|
|
- src/core/handshaker/tcp_connect/tcp_connect_handshaker.h |
|
|
|
|
- src/core/lib/address_utils/parse_address.h |
|
|
|
|
- src/core/lib/address_utils/sockaddr_utils.h |
|
|
|
|
- src/core/lib/avl/avl.h |
|
|
|
@ -936,8 +947,6 @@ libs: |
|
|
|
|
- src/core/lib/gprpp/validation_errors.h |
|
|
|
|
- src/core/lib/gprpp/work_serializer.h |
|
|
|
|
- src/core/lib/gprpp/xxhash_inline.h |
|
|
|
|
- src/core/lib/handshaker/proxy_mapper.h |
|
|
|
|
- src/core/lib/handshaker/proxy_mapper_registry.h |
|
|
|
|
- src/core/lib/http/format_request.h |
|
|
|
|
- src/core/lib/http/httpcli.h |
|
|
|
|
- src/core/lib/http/httpcli_ssl_credentials.h |
|
|
|
@ -1107,9 +1116,6 @@ libs: |
|
|
|
|
- src/core/lib/security/security_connector/ssl_utils.h |
|
|
|
|
- src/core/lib/security/security_connector/tls/tls_security_connector.h |
|
|
|
|
- src/core/lib/security/transport/auth_filters.h |
|
|
|
|
- src/core/lib/security/transport/secure_endpoint.h |
|
|
|
|
- src/core/lib/security/transport/security_handshaker.h |
|
|
|
|
- src/core/lib/security/transport/tsi_error.h |
|
|
|
|
- src/core/lib/security/util/json_util.h |
|
|
|
|
- src/core/lib/slice/percent_encoding.h |
|
|
|
|
- src/core/lib/slice/slice.h |
|
|
|
@ -1144,13 +1150,8 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_spine.h |
|
|
|
|
- src/core/lib/transport/connectivity_state.h |
|
|
|
|
- src/core/lib/transport/custom_metadata.h |
|
|
|
|
- src/core/lib/transport/endpoint_info_handshaker.h |
|
|
|
|
- src/core/lib/transport/error_utils.h |
|
|
|
|
- src/core/lib/transport/handshaker.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/http_connect_handshaker.h |
|
|
|
|
- src/core/lib/transport/message.h |
|
|
|
|
- src/core/lib/transport/metadata.h |
|
|
|
|
- src/core/lib/transport/metadata_batch.h |
|
|
|
@ -1159,7 +1160,6 @@ libs: |
|
|
|
|
- src/core/lib/transport/parsed_metadata.h |
|
|
|
|
- src/core/lib/transport/simple_slice_based_metadata.h |
|
|
|
|
- src/core/lib/transport/status_conversion.h |
|
|
|
|
- src/core/lib/transport/tcp_connect_handshaker.h |
|
|
|
|
- src/core/lib/transport/timeout_encoding.h |
|
|
|
|
- src/core/lib/transport/transport.h |
|
|
|
|
- src/core/lib/transport/transport_fwd.h |
|
|
|
@ -1255,7 +1255,6 @@ libs: |
|
|
|
|
- src/core/client_channel/config_selector.cc |
|
|
|
|
- src/core/client_channel/dynamic_filters.cc |
|
|
|
|
- src/core/client_channel/global_subchannel_pool.cc |
|
|
|
|
- src/core/client_channel/http_proxy_mapper.cc |
|
|
|
|
- src/core/client_channel/local_subchannel_pool.cc |
|
|
|
|
- src/core/client_channel/retry_filter.cc |
|
|
|
|
- src/core/client_channel/retry_filter_legacy_call_data.cc |
|
|
|
@ -1661,6 +1660,16 @@ libs: |
|
|
|
|
- src/core/ext/xds/xds_routing.cc |
|
|
|
|
- src/core/ext/xds/xds_server_config_fetcher.cc |
|
|
|
|
- src/core/ext/xds/xds_transport_grpc.cc |
|
|
|
|
- src/core/handshaker/endpoint_info/endpoint_info_handshaker.cc |
|
|
|
|
- src/core/handshaker/handshaker.cc |
|
|
|
|
- src/core/handshaker/handshaker_registry.cc |
|
|
|
|
- src/core/handshaker/http_connect/http_connect_handshaker.cc |
|
|
|
|
- src/core/handshaker/http_connect/http_proxy_mapper.cc |
|
|
|
|
- src/core/handshaker/proxy_mapper_registry.cc |
|
|
|
|
- src/core/handshaker/security/secure_endpoint.cc |
|
|
|
|
- src/core/handshaker/security/security_handshaker.cc |
|
|
|
|
- src/core/handshaker/security/tsi_error.cc |
|
|
|
|
- src/core/handshaker/tcp_connect/tcp_connect_handshaker.cc |
|
|
|
|
- src/core/lib/address_utils/parse_address.cc |
|
|
|
|
- src/core/lib/address_utils/sockaddr_utils.cc |
|
|
|
|
- src/core/lib/backoff/backoff.cc |
|
|
|
@ -1746,7 +1755,6 @@ libs: |
|
|
|
|
- src/core/lib/gprpp/validation_errors.cc |
|
|
|
|
- src/core/lib/gprpp/windows/directory_reader.cc |
|
|
|
|
- src/core/lib/gprpp/work_serializer.cc |
|
|
|
|
- src/core/lib/handshaker/proxy_mapper_registry.cc |
|
|
|
|
- src/core/lib/http/format_request.cc |
|
|
|
|
- src/core/lib/http/httpcli.cc |
|
|
|
|
- src/core/lib/http/httpcli_security_connector.cc |
|
|
|
@ -1905,10 +1913,7 @@ libs: |
|
|
|
|
- src/core/lib/security/security_connector/ssl_utils.cc |
|
|
|
|
- src/core/lib/security/security_connector/tls/tls_security_connector.cc |
|
|
|
|
- src/core/lib/security/transport/client_auth_filter.cc |
|
|
|
|
- src/core/lib/security/transport/secure_endpoint.cc |
|
|
|
|
- src/core/lib/security/transport/security_handshaker.cc |
|
|
|
|
- src/core/lib/security/transport/server_auth_filter.cc |
|
|
|
|
- src/core/lib/security/transport/tsi_error.cc |
|
|
|
|
- src/core/lib/security/util/json_util.cc |
|
|
|
|
- src/core/lib/slice/percent_encoding.cc |
|
|
|
|
- src/core/lib/slice/slice.cc |
|
|
|
@ -1944,18 +1949,13 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_final_info.cc |
|
|
|
|
- src/core/lib/transport/call_spine.cc |
|
|
|
|
- src/core/lib/transport/connectivity_state.cc |
|
|
|
|
- src/core/lib/transport/endpoint_info_handshaker.cc |
|
|
|
|
- src/core/lib/transport/error_utils.cc |
|
|
|
|
- src/core/lib/transport/handshaker.cc |
|
|
|
|
- src/core/lib/transport/handshaker_registry.cc |
|
|
|
|
- src/core/lib/transport/http_connect_handshaker.cc |
|
|
|
|
- src/core/lib/transport/message.cc |
|
|
|
|
- src/core/lib/transport/metadata.cc |
|
|
|
|
- src/core/lib/transport/metadata_batch.cc |
|
|
|
|
- src/core/lib/transport/metadata_info.cc |
|
|
|
|
- src/core/lib/transport/parsed_metadata.cc |
|
|
|
|
- src/core/lib/transport/status_conversion.cc |
|
|
|
|
- src/core/lib/transport/tcp_connect_handshaker.cc |
|
|
|
|
- src/core/lib/transport/timeout_encoding.cc |
|
|
|
|
- src/core/lib/transport/transport.cc |
|
|
|
|
- src/core/lib/transport/transport_op_string.cc |
|
|
|
@ -2220,7 +2220,6 @@ libs: |
|
|
|
|
- src/core/client_channel/connector.h |
|
|
|
|
- src/core/client_channel/dynamic_filters.h |
|
|
|
|
- src/core/client_channel/global_subchannel_pool.h |
|
|
|
|
- src/core/client_channel/http_proxy_mapper.h |
|
|
|
|
- src/core/client_channel/local_subchannel_pool.h |
|
|
|
|
- src/core/client_channel/retry_filter.h |
|
|
|
|
- src/core/client_channel/retry_filter_legacy_call_data.h |
|
|
|
@ -2314,6 +2313,18 @@ libs: |
|
|
|
|
- src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.h |
|
|
|
|
- src/core/ext/upb-gen/xds/service/orca/v3/orca.upb.h |
|
|
|
|
- src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.h |
|
|
|
|
- src/core/handshaker/endpoint_info/endpoint_info_handshaker.h |
|
|
|
|
- src/core/handshaker/handshaker.h |
|
|
|
|
- src/core/handshaker/handshaker_factory.h |
|
|
|
|
- src/core/handshaker/handshaker_registry.h |
|
|
|
|
- src/core/handshaker/http_connect/http_connect_handshaker.h |
|
|
|
|
- src/core/handshaker/http_connect/http_proxy_mapper.h |
|
|
|
|
- src/core/handshaker/proxy_mapper.h |
|
|
|
|
- src/core/handshaker/proxy_mapper_registry.h |
|
|
|
|
- src/core/handshaker/security/secure_endpoint.h |
|
|
|
|
- src/core/handshaker/security/security_handshaker.h |
|
|
|
|
- src/core/handshaker/security/tsi_error.h |
|
|
|
|
- src/core/handshaker/tcp_connect/tcp_connect_handshaker.h |
|
|
|
|
- src/core/lib/address_utils/parse_address.h |
|
|
|
|
- src/core/lib/address_utils/sockaddr_utils.h |
|
|
|
|
- src/core/lib/avl/avl.h |
|
|
|
@ -2438,8 +2449,6 @@ libs: |
|
|
|
|
- src/core/lib/gprpp/uuid_v4.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/http/format_request.h |
|
|
|
|
- src/core/lib/http/httpcli.h |
|
|
|
|
- src/core/lib/http/parser.h |
|
|
|
@ -2575,9 +2584,6 @@ libs: |
|
|
|
|
- src/core/lib/security/security_connector/load_system_roots_supported.h |
|
|
|
|
- src/core/lib/security/security_connector/security_connector.h |
|
|
|
|
- src/core/lib/security/transport/auth_filters.h |
|
|
|
|
- src/core/lib/security/transport/secure_endpoint.h |
|
|
|
|
- src/core/lib/security/transport/security_handshaker.h |
|
|
|
|
- src/core/lib/security/transport/tsi_error.h |
|
|
|
|
- src/core/lib/security/util/json_util.h |
|
|
|
|
- src/core/lib/slice/percent_encoding.h |
|
|
|
|
- src/core/lib/slice/slice.h |
|
|
|
@ -2612,13 +2618,8 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_spine.h |
|
|
|
|
- src/core/lib/transport/connectivity_state.h |
|
|
|
|
- src/core/lib/transport/custom_metadata.h |
|
|
|
|
- src/core/lib/transport/endpoint_info_handshaker.h |
|
|
|
|
- src/core/lib/transport/error_utils.h |
|
|
|
|
- src/core/lib/transport/handshaker.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/http_connect_handshaker.h |
|
|
|
|
- src/core/lib/transport/message.h |
|
|
|
|
- src/core/lib/transport/metadata.h |
|
|
|
|
- src/core/lib/transport/metadata_batch.h |
|
|
|
@ -2627,7 +2628,6 @@ libs: |
|
|
|
|
- src/core/lib/transport/parsed_metadata.h |
|
|
|
|
- src/core/lib/transport/simple_slice_based_metadata.h |
|
|
|
|
- src/core/lib/transport/status_conversion.h |
|
|
|
|
- src/core/lib/transport/tcp_connect_handshaker.h |
|
|
|
|
- src/core/lib/transport/timeout_encoding.h |
|
|
|
|
- src/core/lib/transport/transport.h |
|
|
|
|
- src/core/lib/transport/transport_fwd.h |
|
|
|
@ -2711,7 +2711,6 @@ libs: |
|
|
|
|
- src/core/client_channel/config_selector.cc |
|
|
|
|
- src/core/client_channel/dynamic_filters.cc |
|
|
|
|
- src/core/client_channel/global_subchannel_pool.cc |
|
|
|
|
- src/core/client_channel/http_proxy_mapper.cc |
|
|
|
|
- src/core/client_channel/local_subchannel_pool.cc |
|
|
|
|
- src/core/client_channel/retry_filter.cc |
|
|
|
|
- src/core/client_channel/retry_filter_legacy_call_data.cc |
|
|
|
@ -2786,6 +2785,16 @@ libs: |
|
|
|
|
- src/core/ext/upb-gen/validate/validate.upb_minitable.c |
|
|
|
|
- src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.c |
|
|
|
|
- src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.c |
|
|
|
|
- src/core/handshaker/endpoint_info/endpoint_info_handshaker.cc |
|
|
|
|
- src/core/handshaker/handshaker.cc |
|
|
|
|
- src/core/handshaker/handshaker_registry.cc |
|
|
|
|
- src/core/handshaker/http_connect/http_connect_handshaker.cc |
|
|
|
|
- src/core/handshaker/http_connect/http_proxy_mapper.cc |
|
|
|
|
- src/core/handshaker/proxy_mapper_registry.cc |
|
|
|
|
- src/core/handshaker/security/secure_endpoint.cc |
|
|
|
|
- src/core/handshaker/security/security_handshaker.cc |
|
|
|
|
- src/core/handshaker/security/tsi_error.cc |
|
|
|
|
- src/core/handshaker/tcp_connect/tcp_connect_handshaker.cc |
|
|
|
|
- src/core/lib/address_utils/parse_address.cc |
|
|
|
|
- src/core/lib/address_utils/sockaddr_utils.cc |
|
|
|
|
- src/core/lib/backoff/backoff.cc |
|
|
|
@ -2869,7 +2878,6 @@ libs: |
|
|
|
|
- src/core/lib/gprpp/uuid_v4.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/http/format_request.cc |
|
|
|
|
- src/core/lib/http/httpcli.cc |
|
|
|
|
- src/core/lib/http/parser.cc |
|
|
|
@ -2991,10 +2999,7 @@ libs: |
|
|
|
|
- src/core/lib/security/security_connector/load_system_roots_windows.cc |
|
|
|
|
- src/core/lib/security/security_connector/security_connector.cc |
|
|
|
|
- src/core/lib/security/transport/client_auth_filter.cc |
|
|
|
|
- src/core/lib/security/transport/secure_endpoint.cc |
|
|
|
|
- src/core/lib/security/transport/security_handshaker.cc |
|
|
|
|
- src/core/lib/security/transport/server_auth_filter.cc |
|
|
|
|
- src/core/lib/security/transport/tsi_error.cc |
|
|
|
|
- src/core/lib/security/util/json_util.cc |
|
|
|
|
- src/core/lib/slice/percent_encoding.cc |
|
|
|
|
- src/core/lib/slice/slice.cc |
|
|
|
@ -3030,18 +3035,13 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_final_info.cc |
|
|
|
|
- src/core/lib/transport/call_spine.cc |
|
|
|
|
- src/core/lib/transport/connectivity_state.cc |
|
|
|
|
- src/core/lib/transport/endpoint_info_handshaker.cc |
|
|
|
|
- src/core/lib/transport/error_utils.cc |
|
|
|
|
- src/core/lib/transport/handshaker.cc |
|
|
|
|
- src/core/lib/transport/handshaker_registry.cc |
|
|
|
|
- src/core/lib/transport/http_connect_handshaker.cc |
|
|
|
|
- src/core/lib/transport/message.cc |
|
|
|
|
- src/core/lib/transport/metadata.cc |
|
|
|
|
- src/core/lib/transport/metadata_batch.cc |
|
|
|
|
- src/core/lib/transport/metadata_info.cc |
|
|
|
|
- src/core/lib/transport/parsed_metadata.cc |
|
|
|
|
- src/core/lib/transport/status_conversion.cc |
|
|
|
|
- src/core/lib/transport/tcp_connect_handshaker.cc |
|
|
|
|
- src/core/lib/transport/timeout_encoding.cc |
|
|
|
|
- src/core/lib/transport/transport.cc |
|
|
|
|
- src/core/lib/transport/transport_op_string.cc |
|
|
|
@ -4405,6 +4405,15 @@ libs: |
|
|
|
|
- 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/endpoint_info/endpoint_info_handshaker.h |
|
|
|
|
- src/core/handshaker/handshaker.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/handshaker/security/secure_endpoint.h |
|
|
|
|
- src/core/handshaker/security/security_handshaker.h |
|
|
|
|
- src/core/handshaker/security/tsi_error.h |
|
|
|
|
- src/core/lib/address_utils/parse_address.h |
|
|
|
|
- src/core/lib/address_utils/sockaddr_utils.h |
|
|
|
|
- src/core/lib/avl/avl.h |
|
|
|
@ -4525,8 +4534,6 @@ libs: |
|
|
|
|
- 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 |
|
|
|
@ -4657,9 +4664,6 @@ libs: |
|
|
|
|
- src/core/lib/security/security_connector/load_system_roots_supported.h |
|
|
|
|
- src/core/lib/security/security_connector/security_connector.h |
|
|
|
|
- src/core/lib/security/transport/auth_filters.h |
|
|
|
|
- src/core/lib/security/transport/secure_endpoint.h |
|
|
|
|
- src/core/lib/security/transport/security_handshaker.h |
|
|
|
|
- src/core/lib/security/transport/tsi_error.h |
|
|
|
|
- src/core/lib/security/util/json_util.h |
|
|
|
|
- src/core/lib/slice/percent_encoding.h |
|
|
|
|
- src/core/lib/slice/slice.h |
|
|
|
@ -4690,11 +4694,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_spine.h |
|
|
|
|
- src/core/lib/transport/connectivity_state.h |
|
|
|
|
- src/core/lib/transport/custom_metadata.h |
|
|
|
|
- src/core/lib/transport/endpoint_info_handshaker.h |
|
|
|
|
- src/core/lib/transport/error_utils.h |
|
|
|
|
- src/core/lib/transport/handshaker.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/message.h |
|
|
|
|
- src/core/lib/transport/metadata.h |
|
|
|
@ -4752,6 +4752,13 @@ libs: |
|
|
|
|
- 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/endpoint_info/endpoint_info_handshaker.cc |
|
|
|
|
- src/core/handshaker/handshaker.cc |
|
|
|
|
- src/core/handshaker/handshaker_registry.cc |
|
|
|
|
- src/core/handshaker/proxy_mapper_registry.cc |
|
|
|
|
- src/core/handshaker/security/secure_endpoint.cc |
|
|
|
|
- src/core/handshaker/security/security_handshaker.cc |
|
|
|
|
- src/core/handshaker/security/tsi_error.cc |
|
|
|
|
- src/core/lib/address_utils/parse_address.cc |
|
|
|
|
- src/core/lib/address_utils/sockaddr_utils.cc |
|
|
|
|
- src/core/lib/backoff/backoff.cc |
|
|
|
@ -4832,7 +4839,6 @@ libs: |
|
|
|
|
- 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 |
|
|
|
@ -4953,10 +4959,7 @@ libs: |
|
|
|
|
- src/core/lib/security/security_connector/load_system_roots_windows.cc |
|
|
|
|
- src/core/lib/security/security_connector/security_connector.cc |
|
|
|
|
- src/core/lib/security/transport/client_auth_filter.cc |
|
|
|
|
- src/core/lib/security/transport/secure_endpoint.cc |
|
|
|
|
- src/core/lib/security/transport/security_handshaker.cc |
|
|
|
|
- src/core/lib/security/transport/server_auth_filter.cc |
|
|
|
|
- src/core/lib/security/transport/tsi_error.cc |
|
|
|
|
- src/core/lib/security/util/json_util.cc |
|
|
|
|
- src/core/lib/slice/percent_encoding.cc |
|
|
|
|
- src/core/lib/slice/slice.cc |
|
|
|
@ -4987,10 +4990,7 @@ libs: |
|
|
|
|
- src/core/lib/transport/call_final_info.cc |
|
|
|
|
- src/core/lib/transport/call_spine.cc |
|
|
|
|
- src/core/lib/transport/connectivity_state.cc |
|
|
|
|
- src/core/lib/transport/endpoint_info_handshaker.cc |
|
|
|
|
- src/core/lib/transport/error_utils.cc |
|
|
|
|
- src/core/lib/transport/handshaker.cc |
|
|
|
|
- src/core/lib/transport/handshaker_registry.cc |
|
|
|
|
- src/core/lib/transport/message.cc |
|
|
|
|
- src/core/lib/transport/metadata.cc |
|
|
|
|
- src/core/lib/transport/metadata_batch.cc |
|
|
|
@ -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 |
|
|
|
|