Merge pull request #15845 from ghostwriternr/add_gevent_to_bazel

Add gevent_util.h to grpc_base_c Bazel target.
pull/15953/head
Nathaniel Manista 7 years ago committed by GitHub
commit 7c312e3d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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",

Loading…
Cancel
Save