aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Naresh <ghostwriternr@gmail.com>2018-06-22 20:06:39 +0530
committerGravatar Naresh <ghostwriternr@gmail.com>2018-06-22 20:06:39 +0530
commit74426fd2164c51d6754732ebe372133c19ba718c (patch)
tree4bda18ac2e3ec7a39eb347a1df5b8782469f5d14
parent7a2a8ca4ba2cd505961ac43c656cc0a7a33c7bb0 (diff)
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.
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 958e57b2f0..dd6de11c94 100644
--- a/BUILD
+++ b/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",