Add gevent_util.h to grpc_base_c Bazel target

gevent_util.h was added to iomgr in 1bfff8e, but wasn't added to the
grpc_base_c Bazel target. This is required when building cygrpc under
gRPC Python using Bazel. Add gevent_util.h to `hdrs` in grpc_base_c.
pull/15845/head
Naresh 7 years ago
parent 7a2a8ca4ba
commit 74426fd216
No known key found for this signature in database
GPG Key ID: 87C42C33C9D299B5
  1. 1
      BUILD

@ -858,6 +858,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