diff options
author | Mark D. Roth <roth@google.com> | 2016-09-23 15:19:26 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-09-23 15:19:26 -0700 |
commit | 4c3a4688bbfd52e2a274c6382af2905901d394d1 (patch) | |
tree | 3eb01d438b9d070879445b3190a6dd5b0d5275c0 /tools/run_tests/sources_and_headers.json | |
parent | 9037eff5832e060aec4f3151ee15c358abfd79a4 (diff) |
Move method config table code to its own module.
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 1b8f19a298..684ce7a5d4 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -6256,6 +6256,7 @@ "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", @@ -6287,6 +6288,8 @@ "src/core/ext/client_config/lb_policy_factory.h", "src/core/ext/client_config/lb_policy_registry.c", "src/core/ext/client_config/lb_policy_registry.h", + "src/core/ext/client_config/method_config.c", + "src/core/ext/client_config/method_config.h", "src/core/ext/client_config/parse_address.c", "src/core/ext/client_config/parse_address.h", "src/core/ext/client_config/resolver.c", |