Explorar el Código

Merge pull request #15845 from ghostwriternr/add_gevent_to_bazel

Add gevent_util.h to grpc_base_c Bazel target.
Nathaniel Manista hace 7 años
padre
commit
7c312e3d65
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      BUILD

+ 1 - 0
BUILD

@@ -860,6 +860,7 @@ grpc_cc_library(
         "src/core/lib/iomgr/exec_ctx.h",
         "src/core/lib/iomgr/executor.h",
         "src/core/lib/iomgr/gethostname.h",
+        "src/core/lib/iomgr/gevent_util.h",
         "src/core/lib/iomgr/iocp_windows.h",
         "src/core/lib/iomgr/iomgr.h",
         "src/core/lib/iomgr/iomgr_custom.h",