Fix errors from generate project script

pull/18375/head
Karthik Ravi Shankar 6 years ago
parent b2b1e57337
commit 7b88e58a6c
  1. 2
      tools/run_tests/generated/sources_and_headers.json

@ -6921,6 +6921,7 @@
],
"headers": [
"include/grpcpp/ext/channelz_service_plugin.h",
"include/grpcpp/ext/channelz_service_plugin_impl.h",
"src/cpp/server/channelz/channelz_service.h"
],
"is_filegroup": false,
@ -6928,6 +6929,7 @@
"name": "grpcpp_channelz",
"src": [
"include/grpcpp/ext/channelz_service_plugin.h",
"include/grpcpp/ext/channelz_service_plugin_impl.h",
"src/cpp/server/channelz/channelz_service.cc",
"src/cpp/server/channelz/channelz_service.h",
"src/cpp/server/channelz/channelz_service_plugin.cc"

Loading…
Cancel
Save