diff options
author | David G. Quintas <dgq@google.com> | 2017-02-16 12:46:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 12:46:11 -0800 |
commit | ca452f432e2ef36592b69f6c35508f5477a4ae19 (patch) | |
tree | 3c94e046eca285f86994851b896d0856c4a11a12 /tools/run_tests/generated/sources_and_headers.json | |
parent | 4fe0d977ed1d04cbee6b44d6f30e56e5133287b5 (diff) | |
parent | fafe99590027b882a5cf536f97fccb9ffffdd19a (diff) |
Merge pull request #9648 from dgquintas/lr_sans_md
Use call context to propagare LR costs
Diffstat (limited to 'tools/run_tests/generated/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/generated/sources_and_headers.json | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json index 704f22dfda..0f937ed82e 100644 --- a/tools/run_tests/generated/sources_and_headers.json +++ b/tools/run_tests/generated/sources_and_headers.json @@ -5492,23 +5492,6 @@ "type": "lib" }, { - "deps": [ - "grpc++" - ], - "headers": [ - "include/grpc++/test/server_context_test_spouse.h" - ], - "is_filegroup": false, - "language": "c++", - "name": "grpc++_test", - "src": [ - "include/grpc++/test/server_context_test_spouse.h", - "src/cpp/test/server_context_test_spouse.cc" - ], - "third_party": false, - "type": "lib" - }, - { "deps": [], "headers": [ "test/cpp/util/test_config.h" @@ -7100,6 +7083,7 @@ "include/grpc/grpc.h", "include/grpc/grpc_posix.h", "include/grpc/grpc_security_constants.h", + "include/grpc/load_reporting.h", "include/grpc/slice.h", "include/grpc/slice_buffer.h", "include/grpc/status.h", @@ -7220,6 +7204,7 @@ "include/grpc/grpc.h", "include/grpc/grpc_posix.h", "include/grpc/grpc_security_constants.h", + "include/grpc/load_reporting.h", "include/grpc/slice.h", "include/grpc/slice_buffer.h", "include/grpc/status.h", @@ -8380,6 +8365,22 @@ }, { "deps": [ + "grpc++" + ], + "headers": [ + "include/grpc++/test/server_context_test_spouse.h" + ], + "is_filegroup": true, + "language": "c++", + "name": "grpc++_test", + "src": [ + "include/grpc++/test/server_context_test_spouse.h" + ], + "third_party": false, + "type": "filegroup" + }, + { + "deps": [ "grpc++_codegen_base" ], "headers": [ |