diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-21 11:14:49 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-21 11:14:49 -0800 |
commit | 898588ba334ce664fbd2b4a6172efae8e8f25f79 (patch) | |
tree | 38b1f731792f6c0fd82afbc0a5754b75ec10f92c /tools/run_tests/sources_and_headers.json | |
parent | 1d9b8079cb92597ed9fef1a03c1af4e03e7ad7e4 (diff) |
added missing codegen deps for grp
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 476ccbec27..28bdedf487 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -2740,6 +2740,9 @@ { "deps": [], "headers": [ + "include/grpc/impl/codegen/connectivity_state.h", + "include/grpc/impl/codegen/port_platform.h", + "include/grpc/impl/codegen/time.h", "include/grpc/support/alloc.h", "include/grpc/support/atm.h", "include/grpc/support/atm_gcc_atomic.h", @@ -2782,6 +2785,9 @@ "language": "c", "name": "gpr", "src": [ + "include/grpc/impl/codegen/connectivity_state.h", + "include/grpc/impl/codegen/port_platform.h", + "include/grpc/impl/codegen/time.h", "include/grpc/support/alloc.h", "include/grpc/support/atm.h", "include/grpc/support/atm_gcc_atomic.h", |