diff options
author | Mark D. Roth <roth@google.com> | 2016-11-17 11:13:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-17 11:13:54 -0800 |
commit | ed92f7bc04d5dcea415f9eeb0f3593ce9a3cc485 (patch) | |
tree | 14ec337bbc1556530a34baa20a4b71b642db2bea /tools/run_tests | |
parent | fd3c0540637c37446a628630d216d80ae3becdf5 (diff) | |
parent | 45bc38d11544852fcc981ac6039a89a4197fe329 (diff) |
Merge pull request #8617 from markdroth/service_config_json
Use JSON tree for service config channel arg.
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 1815b4b691..9be07941d7 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -6761,8 +6761,8 @@ "src/core/lib/transport/mdstr_hash_table.h", "src/core/lib/transport/metadata.h", "src/core/lib/transport/metadata_batch.h", - "src/core/lib/transport/method_config.h", "src/core/lib/transport/pid_controller.h", + "src/core/lib/transport/service_config.h", "src/core/lib/transport/static_metadata.h", "src/core/lib/transport/timeout_encoding.h", "src/core/lib/transport/transport.h", @@ -6978,10 +6978,10 @@ "src/core/lib/transport/metadata.h", "src/core/lib/transport/metadata_batch.c", "src/core/lib/transport/metadata_batch.h", - "src/core/lib/transport/method_config.c", - "src/core/lib/transport/method_config.h", "src/core/lib/transport/pid_controller.c", "src/core/lib/transport/pid_controller.h", + "src/core/lib/transport/service_config.c", + "src/core/lib/transport/service_config.h", "src/core/lib/transport/static_metadata.c", "src/core/lib/transport/static_metadata.h", "src/core/lib/transport/timeout_encoding.c", |