|
|
|
@ -291,22 +291,22 @@ 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/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/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", |
|
|
|
@ -469,25 +469,25 @@ 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/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/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", |
|
|
|
@ -671,22 +671,22 @@ 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/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/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", |
|
|
|
@ -831,25 +831,25 @@ 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/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/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", |
|
|
|
@ -1028,22 +1028,22 @@ 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/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/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", |
|
|
|
@ -1181,25 +1181,25 @@ 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/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/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", |
|
|
|
@ -1971,25 +1971,25 @@ 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/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/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", |
|
|
|
@ -2175,22 +2175,22 @@ 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/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/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", |
|
|
|
|