diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-06 20:07:30 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-06 20:07:30 -0800 |
commit | b07938fa22e5b70d936134e771a47a61e687cdbd (patch) | |
tree | 4991f8d546a3e921f6dd072e4c5257a3854d6720 /tools/run_tests | |
parent | a9d06296776090bb7c04edf246e405500995e164 (diff) |
added missing initializer for global proto_serializer holder to codegen lib
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index fd4bbdb41b..b464cae7e4 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -5110,6 +5110,7 @@ "include/grpc++/impl/codegen/config_protobuf.h", "include/grpc++/impl/codegen/grpc_library.h", "include/grpc++/impl/codegen/method_handler_impl.h", + "include/grpc++/impl/codegen/proto_serializer.cc", "include/grpc++/impl/codegen/proto_utils.h", "include/grpc++/impl/codegen/rpc_method.h", "include/grpc++/impl/codegen/rpc_service_method.h", |