Explorar o código

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.
Karthik Ravi Shankar %!s(int64=6) %!d(string=hai) anos
pai
achega
ac7c736057
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      BUILD.gn

+ 1 - 0
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",