|
|
|
@ -214,6 +214,7 @@ Pod::Spec.new do |s| |
|
|
|
|
ss.dependency 'abseil/functional/bind_front', abseil_version |
|
|
|
|
ss.dependency 'abseil/functional/function_ref', abseil_version |
|
|
|
|
ss.dependency 'abseil/hash/hash', abseil_version |
|
|
|
|
ss.dependency 'abseil/log/check', abseil_version |
|
|
|
|
ss.dependency 'abseil/log/log', abseil_version |
|
|
|
|
ss.dependency 'abseil/memory/memory', abseil_version |
|
|
|
|
ss.dependency 'abseil/meta/type_traits', abseil_version |
|
|
|
@ -256,8 +257,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/client_channel/dynamic_filters.h', |
|
|
|
|
'src/core/client_channel/global_subchannel_pool.cc', |
|
|
|
|
'src/core/client_channel/global_subchannel_pool.h', |
|
|
|
|
'src/core/client_channel/http_proxy_mapper.cc', |
|
|
|
|
'src/core/client_channel/http_proxy_mapper.h', |
|
|
|
|
'src/core/client_channel/local_subchannel_pool.cc', |
|
|
|
|
'src/core/client_channel/local_subchannel_pool.h', |
|
|
|
|
'src/core/client_channel/retry_filter.cc', |
|
|
|
@ -1239,6 +1238,28 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/ext/xds/xds_transport.h', |
|
|
|
|
'src/core/ext/xds/xds_transport_grpc.cc', |
|
|
|
|
'src/core/ext/xds/xds_transport_grpc.h', |
|
|
|
|
'src/core/handshaker/endpoint_info/endpoint_info_handshaker.cc', |
|
|
|
|
'src/core/handshaker/endpoint_info/endpoint_info_handshaker.h', |
|
|
|
|
'src/core/handshaker/handshaker.cc', |
|
|
|
|
'src/core/handshaker/handshaker.h', |
|
|
|
|
'src/core/handshaker/handshaker_factory.h', |
|
|
|
|
'src/core/handshaker/handshaker_registry.cc', |
|
|
|
|
'src/core/handshaker/handshaker_registry.h', |
|
|
|
|
'src/core/handshaker/http_connect/http_connect_handshaker.cc', |
|
|
|
|
'src/core/handshaker/http_connect/http_connect_handshaker.h', |
|
|
|
|
'src/core/handshaker/http_connect/http_proxy_mapper.cc', |
|
|
|
|
'src/core/handshaker/http_connect/http_proxy_mapper.h', |
|
|
|
|
'src/core/handshaker/proxy_mapper.h', |
|
|
|
|
'src/core/handshaker/proxy_mapper_registry.cc', |
|
|
|
|
'src/core/handshaker/proxy_mapper_registry.h', |
|
|
|
|
'src/core/handshaker/security/secure_endpoint.cc', |
|
|
|
|
'src/core/handshaker/security/secure_endpoint.h', |
|
|
|
|
'src/core/handshaker/security/security_handshaker.cc', |
|
|
|
|
'src/core/handshaker/security/security_handshaker.h', |
|
|
|
|
'src/core/handshaker/security/tsi_error.cc', |
|
|
|
|
'src/core/handshaker/security/tsi_error.h', |
|
|
|
|
'src/core/handshaker/tcp_connect/tcp_connect_handshaker.cc', |
|
|
|
|
'src/core/handshaker/tcp_connect/tcp_connect_handshaker.h', |
|
|
|
|
'src/core/lib/address_utils/parse_address.cc', |
|
|
|
|
'src/core/lib/address_utils/parse_address.h', |
|
|
|
|
'src/core/lib/address_utils/sockaddr_utils.cc', |
|
|
|
@ -1520,9 +1541,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/gprpp/work_serializer.cc', |
|
|
|
|
'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.cc', |
|
|
|
|
'src/core/lib/handshaker/proxy_mapper_registry.h', |
|
|
|
|
'src/core/lib/http/format_request.cc', |
|
|
|
|
'src/core/lib/http/format_request.h', |
|
|
|
|
'src/core/lib/http/httpcli.cc', |
|
|
|
@ -1850,13 +1868,7 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/security/security_connector/tls/tls_security_connector.h', |
|
|
|
|
'src/core/lib/security/transport/auth_filters.h', |
|
|
|
|
'src/core/lib/security/transport/client_auth_filter.cc', |
|
|
|
|
'src/core/lib/security/transport/secure_endpoint.cc', |
|
|
|
|
'src/core/lib/security/transport/secure_endpoint.h', |
|
|
|
|
'src/core/lib/security/transport/security_handshaker.cc', |
|
|
|
|
'src/core/lib/security/transport/security_handshaker.h', |
|
|
|
|
'src/core/lib/security/transport/server_auth_filter.cc', |
|
|
|
|
'src/core/lib/security/transport/tsi_error.cc', |
|
|
|
|
'src/core/lib/security/transport/tsi_error.h', |
|
|
|
|
'src/core/lib/security/util/json_util.cc', |
|
|
|
|
'src/core/lib/security/util/json_util.h', |
|
|
|
|
'src/core/lib/slice/percent_encoding.cc', |
|
|
|
@ -1926,18 +1938,9 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/transport/connectivity_state.cc', |
|
|
|
|
'src/core/lib/transport/connectivity_state.h', |
|
|
|
|
'src/core/lib/transport/custom_metadata.h', |
|
|
|
|
'src/core/lib/transport/endpoint_info_handshaker.cc', |
|
|
|
|
'src/core/lib/transport/endpoint_info_handshaker.h', |
|
|
|
|
'src/core/lib/transport/error_utils.cc', |
|
|
|
|
'src/core/lib/transport/error_utils.h', |
|
|
|
|
'src/core/lib/transport/handshaker.cc', |
|
|
|
|
'src/core/lib/transport/handshaker.h', |
|
|
|
|
'src/core/lib/transport/handshaker_factory.h', |
|
|
|
|
'src/core/lib/transport/handshaker_registry.cc', |
|
|
|
|
'src/core/lib/transport/handshaker_registry.h', |
|
|
|
|
'src/core/lib/transport/http2_errors.h', |
|
|
|
|
'src/core/lib/transport/http_connect_handshaker.cc', |
|
|
|
|
'src/core/lib/transport/http_connect_handshaker.h', |
|
|
|
|
'src/core/lib/transport/message.cc', |
|
|
|
|
'src/core/lib/transport/message.h', |
|
|
|
|
'src/core/lib/transport/metadata.cc', |
|
|
|
@ -1952,8 +1955,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'src/core/lib/transport/simple_slice_based_metadata.h', |
|
|
|
|
'src/core/lib/transport/status_conversion.cc', |
|
|
|
|
'src/core/lib/transport/status_conversion.h', |
|
|
|
|
'src/core/lib/transport/tcp_connect_handshaker.cc', |
|
|
|
|
'src/core/lib/transport/tcp_connect_handshaker.h', |
|
|
|
|
'src/core/lib/transport/timeout_encoding.cc', |
|
|
|
|
'src/core/lib/transport/timeout_encoding.h', |
|
|
|
|
'src/core/lib/transport/transport.cc', |
|
|
|
@ -2361,7 +2362,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'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', |
|
|
|
@ -2938,6 +2938,18 @@ Pod::Spec.new do |s| |
|
|
|
|
'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', |
|
|
|
@ -3089,8 +3101,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'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', |
|
|
|
@ -3260,9 +3270,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'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', |
|
|
|
@ -3297,13 +3304,8 @@ Pod::Spec.new do |s| |
|
|
|
|
'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', |
|
|
|
@ -3312,7 +3314,6 @@ Pod::Spec.new do |s| |
|
|
|
|
'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', |
|
|
|
|