|
@@ -249,6 +249,7 @@ cc_library(
|
|
"src/core/lib/transport/mdstr_hash_table.h",
|
|
"src/core/lib/transport/mdstr_hash_table.h",
|
|
"src/core/lib/transport/metadata.h",
|
|
"src/core/lib/transport/metadata.h",
|
|
"src/core/lib/transport/metadata_batch.h",
|
|
"src/core/lib/transport/metadata_batch.h",
|
|
|
|
+ "src/core/lib/transport/method_config.h",
|
|
"src/core/lib/transport/static_metadata.h",
|
|
"src/core/lib/transport/static_metadata.h",
|
|
"src/core/lib/transport/timeout_encoding.h",
|
|
"src/core/lib/transport/timeout_encoding.h",
|
|
"src/core/lib/transport/transport.h",
|
|
"src/core/lib/transport/transport.h",
|
|
@@ -306,12 +307,10 @@ cc_library(
|
|
"src/core/ext/client_channel/lb_policy.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_factory.h",
|
|
"src/core/ext/client_channel/lb_policy_registry.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/parse_address.h",
|
|
"src/core/ext/client_channel/resolver.h",
|
|
"src/core/ext/client_channel/resolver.h",
|
|
"src/core/ext/client_channel/resolver_factory.h",
|
|
"src/core/ext/client_channel/resolver_factory.h",
|
|
"src/core/ext/client_channel/resolver_registry.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.h",
|
|
"src/core/ext/client_channel/subchannel_index.h",
|
|
"src/core/ext/client_channel/subchannel_index.h",
|
|
"src/core/ext/client_channel/uri_parser.h",
|
|
"src/core/ext/client_channel/uri_parser.h",
|
|
@@ -433,6 +432,7 @@ cc_library(
|
|
"src/core/lib/transport/mdstr_hash_table.c",
|
|
"src/core/lib/transport/mdstr_hash_table.c",
|
|
"src/core/lib/transport/metadata.c",
|
|
"src/core/lib/transport/metadata.c",
|
|
"src/core/lib/transport/metadata_batch.c",
|
|
"src/core/lib/transport/metadata_batch.c",
|
|
|
|
+ "src/core/lib/transport/method_config.c",
|
|
"src/core/lib/transport/static_metadata.c",
|
|
"src/core/lib/transport/static_metadata.c",
|
|
"src/core/lib/transport/timeout_encoding.c",
|
|
"src/core/lib/transport/timeout_encoding.c",
|
|
"src/core/lib/transport/transport.c",
|
|
"src/core/lib/transport/transport.c",
|
|
@@ -499,12 +499,10 @@ cc_library(
|
|
"src/core/ext/client_channel/lb_policy.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_factory.c",
|
|
"src/core/ext/client_channel/lb_policy_registry.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/parse_address.c",
|
|
"src/core/ext/client_channel/resolver.c",
|
|
"src/core/ext/client_channel/resolver.c",
|
|
"src/core/ext/client_channel/resolver_factory.c",
|
|
"src/core/ext/client_channel/resolver_factory.c",
|
|
"src/core/ext/client_channel/resolver_registry.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.c",
|
|
"src/core/ext/client_channel/subchannel_index.c",
|
|
"src/core/ext/client_channel/subchannel_index.c",
|
|
"src/core/ext/client_channel/uri_parser.c",
|
|
"src/core/ext/client_channel/uri_parser.c",
|
|
@@ -672,6 +670,7 @@ cc_library(
|
|
"src/core/lib/transport/mdstr_hash_table.h",
|
|
"src/core/lib/transport/mdstr_hash_table.h",
|
|
"src/core/lib/transport/metadata.h",
|
|
"src/core/lib/transport/metadata.h",
|
|
"src/core/lib/transport/metadata_batch.h",
|
|
"src/core/lib/transport/metadata_batch.h",
|
|
|
|
+ "src/core/lib/transport/method_config.h",
|
|
"src/core/lib/transport/static_metadata.h",
|
|
"src/core/lib/transport/static_metadata.h",
|
|
"src/core/lib/transport/timeout_encoding.h",
|
|
"src/core/lib/transport/timeout_encoding.h",
|
|
"src/core/lib/transport/transport.h",
|
|
"src/core/lib/transport/transport.h",
|
|
@@ -706,12 +705,10 @@ cc_library(
|
|
"src/core/ext/client_channel/lb_policy.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_factory.h",
|
|
"src/core/ext/client_channel/lb_policy_registry.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/parse_address.h",
|
|
"src/core/ext/client_channel/resolver.h",
|
|
"src/core/ext/client_channel/resolver.h",
|
|
"src/core/ext/client_channel/resolver_factory.h",
|
|
"src/core/ext/client_channel/resolver_factory.h",
|
|
"src/core/ext/client_channel/resolver_registry.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.h",
|
|
"src/core/ext/client_channel/subchannel_index.h",
|
|
"src/core/ext/client_channel/subchannel_index.h",
|
|
"src/core/ext/client_channel/uri_parser.h",
|
|
"src/core/ext/client_channel/uri_parser.h",
|
|
@@ -841,6 +838,7 @@ cc_library(
|
|
"src/core/lib/transport/mdstr_hash_table.c",
|
|
"src/core/lib/transport/mdstr_hash_table.c",
|
|
"src/core/lib/transport/metadata.c",
|
|
"src/core/lib/transport/metadata.c",
|
|
"src/core/lib/transport/metadata_batch.c",
|
|
"src/core/lib/transport/metadata_batch.c",
|
|
|
|
+ "src/core/lib/transport/method_config.c",
|
|
"src/core/lib/transport/static_metadata.c",
|
|
"src/core/lib/transport/static_metadata.c",
|
|
"src/core/lib/transport/timeout_encoding.c",
|
|
"src/core/lib/transport/timeout_encoding.c",
|
|
"src/core/lib/transport/transport.c",
|
|
"src/core/lib/transport/transport.c",
|
|
@@ -882,12 +880,10 @@ cc_library(
|
|
"src/core/ext/client_channel/lb_policy.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_factory.c",
|
|
"src/core/ext/client_channel/lb_policy_registry.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/parse_address.c",
|
|
"src/core/ext/client_channel/resolver.c",
|
|
"src/core/ext/client_channel/resolver.c",
|
|
"src/core/ext/client_channel/resolver_factory.c",
|
|
"src/core/ext/client_channel/resolver_factory.c",
|
|
"src/core/ext/client_channel/resolver_registry.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.c",
|
|
"src/core/ext/client_channel/subchannel_index.c",
|
|
"src/core/ext/client_channel/subchannel_index.c",
|
|
"src/core/ext/client_channel/uri_parser.c",
|
|
"src/core/ext/client_channel/uri_parser.c",
|
|
@@ -1050,6 +1046,7 @@ cc_library(
|
|
"src/core/lib/transport/mdstr_hash_table.h",
|
|
"src/core/lib/transport/mdstr_hash_table.h",
|
|
"src/core/lib/transport/metadata.h",
|
|
"src/core/lib/transport/metadata.h",
|
|
"src/core/lib/transport/metadata_batch.h",
|
|
"src/core/lib/transport/metadata_batch.h",
|
|
|
|
+ "src/core/lib/transport/method_config.h",
|
|
"src/core/lib/transport/static_metadata.h",
|
|
"src/core/lib/transport/static_metadata.h",
|
|
"src/core/lib/transport/timeout_encoding.h",
|
|
"src/core/lib/transport/timeout_encoding.h",
|
|
"src/core/lib/transport/transport.h",
|
|
"src/core/lib/transport/transport.h",
|
|
@@ -1083,12 +1080,10 @@ cc_library(
|
|
"src/core/ext/client_channel/lb_policy.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_factory.h",
|
|
"src/core/ext/client_channel/lb_policy_registry.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/parse_address.h",
|
|
"src/core/ext/client_channel/resolver.h",
|
|
"src/core/ext/client_channel/resolver.h",
|
|
"src/core/ext/client_channel/resolver_factory.h",
|
|
"src/core/ext/client_channel/resolver_factory.h",
|
|
"src/core/ext/client_channel/resolver_registry.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.h",
|
|
"src/core/ext/client_channel/subchannel_index.h",
|
|
"src/core/ext/client_channel/subchannel_index.h",
|
|
"src/core/ext/client_channel/uri_parser.h",
|
|
"src/core/ext/client_channel/uri_parser.h",
|
|
@@ -1211,6 +1206,7 @@ cc_library(
|
|
"src/core/lib/transport/mdstr_hash_table.c",
|
|
"src/core/lib/transport/mdstr_hash_table.c",
|
|
"src/core/lib/transport/metadata.c",
|
|
"src/core/lib/transport/metadata.c",
|
|
"src/core/lib/transport/metadata_batch.c",
|
|
"src/core/lib/transport/metadata_batch.c",
|
|
|
|
+ "src/core/lib/transport/method_config.c",
|
|
"src/core/lib/transport/static_metadata.c",
|
|
"src/core/lib/transport/static_metadata.c",
|
|
"src/core/lib/transport/timeout_encoding.c",
|
|
"src/core/lib/transport/timeout_encoding.c",
|
|
"src/core/lib/transport/transport.c",
|
|
"src/core/lib/transport/transport.c",
|
|
@@ -1252,12 +1248,10 @@ cc_library(
|
|
"src/core/ext/client_channel/lb_policy.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_factory.c",
|
|
"src/core/ext/client_channel/lb_policy_registry.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/parse_address.c",
|
|
"src/core/ext/client_channel/resolver.c",
|
|
"src/core/ext/client_channel/resolver.c",
|
|
"src/core/ext/client_channel/resolver_factory.c",
|
|
"src/core/ext/client_channel/resolver_factory.c",
|
|
"src/core/ext/client_channel/resolver_registry.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.c",
|
|
"src/core/ext/client_channel/subchannel_index.c",
|
|
"src/core/ext/client_channel/subchannel_index.c",
|
|
"src/core/ext/client_channel/uri_parser.c",
|
|
"src/core/ext/client_channel/uri_parser.c",
|
|
@@ -2136,6 +2130,7 @@ objc_library(
|
|
"src/core/lib/transport/mdstr_hash_table.c",
|
|
"src/core/lib/transport/mdstr_hash_table.c",
|
|
"src/core/lib/transport/metadata.c",
|
|
"src/core/lib/transport/metadata.c",
|
|
"src/core/lib/transport/metadata_batch.c",
|
|
"src/core/lib/transport/metadata_batch.c",
|
|
|
|
+ "src/core/lib/transport/method_config.c",
|
|
"src/core/lib/transport/static_metadata.c",
|
|
"src/core/lib/transport/static_metadata.c",
|
|
"src/core/lib/transport/timeout_encoding.c",
|
|
"src/core/lib/transport/timeout_encoding.c",
|
|
"src/core/lib/transport/transport.c",
|
|
"src/core/lib/transport/transport.c",
|
|
@@ -2202,12 +2197,10 @@ objc_library(
|
|
"src/core/ext/client_channel/lb_policy.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_factory.c",
|
|
"src/core/ext/client_channel/lb_policy_registry.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/parse_address.c",
|
|
"src/core/ext/client_channel/resolver.c",
|
|
"src/core/ext/client_channel/resolver.c",
|
|
"src/core/ext/client_channel/resolver_factory.c",
|
|
"src/core/ext/client_channel/resolver_factory.c",
|
|
"src/core/ext/client_channel/resolver_registry.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.c",
|
|
"src/core/ext/client_channel/subchannel_index.c",
|
|
"src/core/ext/client_channel/subchannel_index.c",
|
|
"src/core/ext/client_channel/uri_parser.c",
|
|
"src/core/ext/client_channel/uri_parser.c",
|
|
@@ -2354,6 +2347,7 @@ objc_library(
|
|
"src/core/lib/transport/mdstr_hash_table.h",
|
|
"src/core/lib/transport/mdstr_hash_table.h",
|
|
"src/core/lib/transport/metadata.h",
|
|
"src/core/lib/transport/metadata.h",
|
|
"src/core/lib/transport/metadata_batch.h",
|
|
"src/core/lib/transport/metadata_batch.h",
|
|
|
|
+ "src/core/lib/transport/method_config.h",
|
|
"src/core/lib/transport/static_metadata.h",
|
|
"src/core/lib/transport/static_metadata.h",
|
|
"src/core/lib/transport/timeout_encoding.h",
|
|
"src/core/lib/transport/timeout_encoding.h",
|
|
"src/core/lib/transport/transport.h",
|
|
"src/core/lib/transport/transport.h",
|
|
@@ -2411,12 +2405,10 @@ objc_library(
|
|
"src/core/ext/client_channel/lb_policy.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_factory.h",
|
|
"src/core/ext/client_channel/lb_policy_registry.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/parse_address.h",
|
|
"src/core/ext/client_channel/resolver.h",
|
|
"src/core/ext/client_channel/resolver.h",
|
|
"src/core/ext/client_channel/resolver_factory.h",
|
|
"src/core/ext/client_channel/resolver_factory.h",
|
|
"src/core/ext/client_channel/resolver_registry.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.h",
|
|
"src/core/ext/client_channel/subchannel_index.h",
|
|
"src/core/ext/client_channel/subchannel_index.h",
|
|
"src/core/ext/client_channel/uri_parser.h",
|
|
"src/core/ext/client_channel/uri_parser.h",
|