Fix BUILD.gn file

https://github.com/grpc/grpc/pull/18345 did not add a file to BUILD.gn
causing generate_projects.sh to fail causing this error.

Fixing it by running the generate_projects.sh script.
pull/18603/head
Karthik Ravi Shankar 6 years ago
parent 87c98ad3fb
commit ac7c736057
  1. 1
      BUILD.gn

@ -1076,6 +1076,7 @@ config("grpc_config") {
"include/grpcpp/impl/server_initializer_impl.h",
"include/grpcpp/impl/service_type.h",
"include/grpcpp/resource_quota.h",
"include/grpcpp/resource_quota_impl.h",
"include/grpcpp/security/auth_context.h",
"include/grpcpp/security/auth_metadata_processor.h",
"include/grpcpp/security/credentials.h",

Loading…
Cancel
Save