Merge pull request #18603 from grpc/grpc_namespace_fix_build_errors

Fix BUILD.gn file
reviewable/pr17688/r1
Karthik Ravi Shankar 6 years ago committed by GitHub
commit 591a702117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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