|
|
|
@ -293,23 +293,23 @@ cc_library( |
|
|
|
|
"src/core/lib/tsi/ssl_types.h", |
|
|
|
|
"src/core/lib/tsi/transport_security.h", |
|
|
|
|
"src/core/lib/tsi/transport_security_interface.h", |
|
|
|
|
"src/core/ext/client_config/client_channel.h", |
|
|
|
|
"src/core/ext/client_config/client_channel_factory.h", |
|
|
|
|
"src/core/ext/client_config/connector.h", |
|
|
|
|
"src/core/ext/client_config/http_connect_handshaker.h", |
|
|
|
|
"src/core/ext/client_config/initial_connect_string.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy_factory.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy_registry.h", |
|
|
|
|
"src/core/ext/client_config/method_config.h", |
|
|
|
|
"src/core/ext/client_config/parse_address.h", |
|
|
|
|
"src/core/ext/client_config/resolver.h", |
|
|
|
|
"src/core/ext/client_config/resolver_factory.h", |
|
|
|
|
"src/core/ext/client_config/resolver_registry.h", |
|
|
|
|
"src/core/ext/client_config/resolver_result.h", |
|
|
|
|
"src/core/ext/client_config/subchannel.h", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_config/uri_parser.h", |
|
|
|
|
"src/core/ext/client_channel/client_channel.h", |
|
|
|
|
"src/core/ext/client_channel/client_channel_factory.h", |
|
|
|
|
"src/core/ext/client_channel/connector.h", |
|
|
|
|
"src/core/ext/client_channel/http_connect_handshaker.h", |
|
|
|
|
"src/core/ext/client_channel/initial_connect_string.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_factory.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_registry.h", |
|
|
|
|
"src/core/ext/client_channel/method_config.h", |
|
|
|
|
"src/core/ext/client_channel/parse_address.h", |
|
|
|
|
"src/core/ext/client_channel/resolver.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_factory.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_registry.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_result.h", |
|
|
|
|
"src/core/ext/client_channel/subchannel.h", |
|
|
|
|
"src/core/ext/client_channel/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_channel/uri_parser.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/grpclb.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h", |
|
|
|
@ -473,26 +473,26 @@ cc_library( |
|
|
|
|
"src/core/lib/tsi/ssl_transport_security.c", |
|
|
|
|
"src/core/lib/tsi/transport_security.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
|
|
|
|
"src/core/ext/client_config/channel_connectivity.c", |
|
|
|
|
"src/core/ext/client_config/client_channel.c", |
|
|
|
|
"src/core/ext/client_config/client_channel_factory.c", |
|
|
|
|
"src/core/ext/client_config/client_config_plugin.c", |
|
|
|
|
"src/core/ext/client_config/connector.c", |
|
|
|
|
"src/core/ext/client_config/default_initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_config/http_connect_handshaker.c", |
|
|
|
|
"src/core/ext/client_config/initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy_factory.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy_registry.c", |
|
|
|
|
"src/core/ext/client_config/method_config.c", |
|
|
|
|
"src/core/ext/client_config/parse_address.c", |
|
|
|
|
"src/core/ext/client_config/resolver.c", |
|
|
|
|
"src/core/ext/client_config/resolver_factory.c", |
|
|
|
|
"src/core/ext/client_config/resolver_registry.c", |
|
|
|
|
"src/core/ext/client_config/resolver_result.c", |
|
|
|
|
"src/core/ext/client_config/subchannel.c", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.c", |
|
|
|
|
"src/core/ext/client_config/uri_parser.c", |
|
|
|
|
"src/core/ext/client_channel/channel_connectivity.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel_factory.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel_plugin.c", |
|
|
|
|
"src/core/ext/client_channel/connector.c", |
|
|
|
|
"src/core/ext/client_channel/default_initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_channel/http_connect_handshaker.c", |
|
|
|
|
"src/core/ext/client_channel/initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_factory.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_registry.c", |
|
|
|
|
"src/core/ext/client_channel/method_config.c", |
|
|
|
|
"src/core/ext/client_channel/parse_address.c", |
|
|
|
|
"src/core/ext/client_channel/resolver.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_factory.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_registry.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_result.c", |
|
|
|
|
"src/core/ext/client_channel/subchannel.c", |
|
|
|
|
"src/core/ext/client_channel/subchannel_index.c", |
|
|
|
|
"src/core/ext/client_channel/uri_parser.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
@ -678,23 +678,23 @@ cc_library( |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.h", |
|
|
|
|
"src/core/ext/transport/chttp2/alpn/alpn.h", |
|
|
|
|
"src/core/ext/client_config/client_channel.h", |
|
|
|
|
"src/core/ext/client_config/client_channel_factory.h", |
|
|
|
|
"src/core/ext/client_config/connector.h", |
|
|
|
|
"src/core/ext/client_config/http_connect_handshaker.h", |
|
|
|
|
"src/core/ext/client_config/initial_connect_string.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy_factory.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy_registry.h", |
|
|
|
|
"src/core/ext/client_config/method_config.h", |
|
|
|
|
"src/core/ext/client_config/parse_address.h", |
|
|
|
|
"src/core/ext/client_config/resolver.h", |
|
|
|
|
"src/core/ext/client_config/resolver_factory.h", |
|
|
|
|
"src/core/ext/client_config/resolver_registry.h", |
|
|
|
|
"src/core/ext/client_config/resolver_result.h", |
|
|
|
|
"src/core/ext/client_config/subchannel.h", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_config/uri_parser.h", |
|
|
|
|
"src/core/ext/client_channel/client_channel.h", |
|
|
|
|
"src/core/ext/client_channel/client_channel_factory.h", |
|
|
|
|
"src/core/ext/client_channel/connector.h", |
|
|
|
|
"src/core/ext/client_channel/http_connect_handshaker.h", |
|
|
|
|
"src/core/ext/client_channel/initial_connect_string.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_factory.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_registry.h", |
|
|
|
|
"src/core/ext/client_channel/method_config.h", |
|
|
|
|
"src/core/ext/client_channel/parse_address.h", |
|
|
|
|
"src/core/ext/client_channel/resolver.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_factory.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_registry.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_result.h", |
|
|
|
|
"src/core/ext/client_channel/subchannel.h", |
|
|
|
|
"src/core/ext/client_channel/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_channel/uri_parser.h", |
|
|
|
|
"src/core/lib/security/context/security_context.h", |
|
|
|
|
"src/core/lib/security/credentials/composite/composite_credentials.h", |
|
|
|
|
"src/core/lib/security/credentials/credentials.h", |
|
|
|
@ -840,26 +840,26 @@ cc_library( |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/writing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/alpn/alpn.c", |
|
|
|
|
"src/core/ext/client_config/channel_connectivity.c", |
|
|
|
|
"src/core/ext/client_config/client_channel.c", |
|
|
|
|
"src/core/ext/client_config/client_channel_factory.c", |
|
|
|
|
"src/core/ext/client_config/client_config_plugin.c", |
|
|
|
|
"src/core/ext/client_config/connector.c", |
|
|
|
|
"src/core/ext/client_config/default_initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_config/http_connect_handshaker.c", |
|
|
|
|
"src/core/ext/client_config/initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy_factory.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy_registry.c", |
|
|
|
|
"src/core/ext/client_config/method_config.c", |
|
|
|
|
"src/core/ext/client_config/parse_address.c", |
|
|
|
|
"src/core/ext/client_config/resolver.c", |
|
|
|
|
"src/core/ext/client_config/resolver_factory.c", |
|
|
|
|
"src/core/ext/client_config/resolver_registry.c", |
|
|
|
|
"src/core/ext/client_config/resolver_result.c", |
|
|
|
|
"src/core/ext/client_config/subchannel.c", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.c", |
|
|
|
|
"src/core/ext/client_config/uri_parser.c", |
|
|
|
|
"src/core/ext/client_channel/channel_connectivity.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel_factory.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel_plugin.c", |
|
|
|
|
"src/core/ext/client_channel/connector.c", |
|
|
|
|
"src/core/ext/client_channel/default_initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_channel/http_connect_handshaker.c", |
|
|
|
|
"src/core/ext/client_channel/initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_factory.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_registry.c", |
|
|
|
|
"src/core/ext/client_channel/method_config.c", |
|
|
|
|
"src/core/ext/client_channel/parse_address.c", |
|
|
|
|
"src/core/ext/client_channel/resolver.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_factory.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_registry.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_result.c", |
|
|
|
|
"src/core/ext/client_channel/subchannel.c", |
|
|
|
|
"src/core/ext/client_channel/subchannel_index.c", |
|
|
|
|
"src/core/ext/client_channel/uri_parser.c", |
|
|
|
|
"src/core/lib/http/httpcli_security_connector.c", |
|
|
|
|
"src/core/lib/security/context/security_context.c", |
|
|
|
|
"src/core/lib/security/credentials/composite/composite_credentials.c", |
|
|
|
@ -1040,23 +1040,23 @@ cc_library( |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.h", |
|
|
|
|
"src/core/ext/transport/chttp2/alpn/alpn.h", |
|
|
|
|
"src/core/ext/client_config/client_channel.h", |
|
|
|
|
"src/core/ext/client_config/client_channel_factory.h", |
|
|
|
|
"src/core/ext/client_config/connector.h", |
|
|
|
|
"src/core/ext/client_config/http_connect_handshaker.h", |
|
|
|
|
"src/core/ext/client_config/initial_connect_string.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy_factory.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy_registry.h", |
|
|
|
|
"src/core/ext/client_config/method_config.h", |
|
|
|
|
"src/core/ext/client_config/parse_address.h", |
|
|
|
|
"src/core/ext/client_config/resolver.h", |
|
|
|
|
"src/core/ext/client_config/resolver_factory.h", |
|
|
|
|
"src/core/ext/client_config/resolver_registry.h", |
|
|
|
|
"src/core/ext/client_config/resolver_result.h", |
|
|
|
|
"src/core/ext/client_config/subchannel.h", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_config/uri_parser.h", |
|
|
|
|
"src/core/ext/client_channel/client_channel.h", |
|
|
|
|
"src/core/ext/client_channel/client_channel_factory.h", |
|
|
|
|
"src/core/ext/client_channel/connector.h", |
|
|
|
|
"src/core/ext/client_channel/http_connect_handshaker.h", |
|
|
|
|
"src/core/ext/client_channel/initial_connect_string.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_factory.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_registry.h", |
|
|
|
|
"src/core/ext/client_channel/method_config.h", |
|
|
|
|
"src/core/ext/client_channel/parse_address.h", |
|
|
|
|
"src/core/ext/client_channel/resolver.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_factory.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_registry.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_result.h", |
|
|
|
|
"src/core/ext/client_channel/subchannel.h", |
|
|
|
|
"src/core/ext/client_channel/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_channel/uri_parser.h", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting.h", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting_filter.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/grpclb.h", |
|
|
|
@ -1195,26 +1195,26 @@ cc_library( |
|
|
|
|
"src/core/ext/transport/chttp2/alpn/alpn.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c", |
|
|
|
|
"src/core/ext/client_config/channel_connectivity.c", |
|
|
|
|
"src/core/ext/client_config/client_channel.c", |
|
|
|
|
"src/core/ext/client_config/client_channel_factory.c", |
|
|
|
|
"src/core/ext/client_config/client_config_plugin.c", |
|
|
|
|
"src/core/ext/client_config/connector.c", |
|
|
|
|
"src/core/ext/client_config/default_initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_config/http_connect_handshaker.c", |
|
|
|
|
"src/core/ext/client_config/initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy_factory.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy_registry.c", |
|
|
|
|
"src/core/ext/client_config/method_config.c", |
|
|
|
|
"src/core/ext/client_config/parse_address.c", |
|
|
|
|
"src/core/ext/client_config/resolver.c", |
|
|
|
|
"src/core/ext/client_config/resolver_factory.c", |
|
|
|
|
"src/core/ext/client_config/resolver_registry.c", |
|
|
|
|
"src/core/ext/client_config/resolver_result.c", |
|
|
|
|
"src/core/ext/client_config/subchannel.c", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.c", |
|
|
|
|
"src/core/ext/client_config/uri_parser.c", |
|
|
|
|
"src/core/ext/client_channel/channel_connectivity.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel_factory.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel_plugin.c", |
|
|
|
|
"src/core/ext/client_channel/connector.c", |
|
|
|
|
"src/core/ext/client_channel/default_initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_channel/http_connect_handshaker.c", |
|
|
|
|
"src/core/ext/client_channel/initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_factory.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_registry.c", |
|
|
|
|
"src/core/ext/client_channel/method_config.c", |
|
|
|
|
"src/core/ext/client_channel/parse_address.c", |
|
|
|
|
"src/core/ext/client_channel/resolver.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_factory.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_registry.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_result.c", |
|
|
|
|
"src/core/ext/client_channel/subchannel.c", |
|
|
|
|
"src/core/ext/client_channel/subchannel_index.c", |
|
|
|
|
"src/core/ext/client_channel/uri_parser.c", |
|
|
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c", |
|
|
|
|
"src/core/ext/resolver/sockaddr/sockaddr_resolver.c", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting.c", |
|
|
|
@ -1991,26 +1991,26 @@ objc_library( |
|
|
|
|
"src/core/lib/tsi/ssl_transport_security.c", |
|
|
|
|
"src/core/lib/tsi/transport_security.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
|
|
|
|
"src/core/ext/client_config/channel_connectivity.c", |
|
|
|
|
"src/core/ext/client_config/client_channel.c", |
|
|
|
|
"src/core/ext/client_config/client_channel_factory.c", |
|
|
|
|
"src/core/ext/client_config/client_config_plugin.c", |
|
|
|
|
"src/core/ext/client_config/connector.c", |
|
|
|
|
"src/core/ext/client_config/default_initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_config/http_connect_handshaker.c", |
|
|
|
|
"src/core/ext/client_config/initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy_factory.c", |
|
|
|
|
"src/core/ext/client_config/lb_policy_registry.c", |
|
|
|
|
"src/core/ext/client_config/method_config.c", |
|
|
|
|
"src/core/ext/client_config/parse_address.c", |
|
|
|
|
"src/core/ext/client_config/resolver.c", |
|
|
|
|
"src/core/ext/client_config/resolver_factory.c", |
|
|
|
|
"src/core/ext/client_config/resolver_registry.c", |
|
|
|
|
"src/core/ext/client_config/resolver_result.c", |
|
|
|
|
"src/core/ext/client_config/subchannel.c", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.c", |
|
|
|
|
"src/core/ext/client_config/uri_parser.c", |
|
|
|
|
"src/core/ext/client_channel/channel_connectivity.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel_factory.c", |
|
|
|
|
"src/core/ext/client_channel/client_channel_plugin.c", |
|
|
|
|
"src/core/ext/client_channel/connector.c", |
|
|
|
|
"src/core/ext/client_channel/default_initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_channel/http_connect_handshaker.c", |
|
|
|
|
"src/core/ext/client_channel/initial_connect_string.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_factory.c", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_registry.c", |
|
|
|
|
"src/core/ext/client_channel/method_config.c", |
|
|
|
|
"src/core/ext/client_channel/parse_address.c", |
|
|
|
|
"src/core/ext/client_channel/resolver.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_factory.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_registry.c", |
|
|
|
|
"src/core/ext/client_channel/resolver_result.c", |
|
|
|
|
"src/core/ext/client_channel/subchannel.c", |
|
|
|
|
"src/core/ext/client_channel/subchannel_index.c", |
|
|
|
|
"src/core/ext/client_channel/uri_parser.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
@ -2198,23 +2198,23 @@ objc_library( |
|
|
|
|
"src/core/lib/tsi/ssl_types.h", |
|
|
|
|
"src/core/lib/tsi/transport_security.h", |
|
|
|
|
"src/core/lib/tsi/transport_security_interface.h", |
|
|
|
|
"src/core/ext/client_config/client_channel.h", |
|
|
|
|
"src/core/ext/client_config/client_channel_factory.h", |
|
|
|
|
"src/core/ext/client_config/connector.h", |
|
|
|
|
"src/core/ext/client_config/http_connect_handshaker.h", |
|
|
|
|
"src/core/ext/client_config/initial_connect_string.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy_factory.h", |
|
|
|
|
"src/core/ext/client_config/lb_policy_registry.h", |
|
|
|
|
"src/core/ext/client_config/method_config.h", |
|
|
|
|
"src/core/ext/client_config/parse_address.h", |
|
|
|
|
"src/core/ext/client_config/resolver.h", |
|
|
|
|
"src/core/ext/client_config/resolver_factory.h", |
|
|
|
|
"src/core/ext/client_config/resolver_registry.h", |
|
|
|
|
"src/core/ext/client_config/resolver_result.h", |
|
|
|
|
"src/core/ext/client_config/subchannel.h", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_config/uri_parser.h", |
|
|
|
|
"src/core/ext/client_channel/client_channel.h", |
|
|
|
|
"src/core/ext/client_channel/client_channel_factory.h", |
|
|
|
|
"src/core/ext/client_channel/connector.h", |
|
|
|
|
"src/core/ext/client_channel/http_connect_handshaker.h", |
|
|
|
|
"src/core/ext/client_channel/initial_connect_string.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_factory.h", |
|
|
|
|
"src/core/ext/client_channel/lb_policy_registry.h", |
|
|
|
|
"src/core/ext/client_channel/method_config.h", |
|
|
|
|
"src/core/ext/client_channel/parse_address.h", |
|
|
|
|
"src/core/ext/client_channel/resolver.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_factory.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_registry.h", |
|
|
|
|
"src/core/ext/client_channel/resolver_result.h", |
|
|
|
|
"src/core/ext/client_channel/subchannel.h", |
|
|
|
|
"src/core/ext/client_channel/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_channel/uri_parser.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/grpclb.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h", |
|
|
|
|