aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-16 08:07:17 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-16 08:07:17 -0800
commit5a6644602e086ee4c4825c33508e4c67389f246e (patch)
tree7df13432ca046ae5208a77b21a63e7c57aab2400 /BUILD
parentccdea1900fdad3d507617c8b1b639c7f5914d06b (diff)
Moving fd code into ev code
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD18
1 files changed, 12 insertions, 6 deletions
diff --git a/BUILD b/BUILD
index 24e3e54066..7fcf734740 100644
--- a/BUILD
+++ b/BUILD
@@ -204,9 +204,10 @@ cc_library(
"src/core/iomgr/closure.h",
"src/core/iomgr/endpoint.h",
"src/core/iomgr/endpoint_pair.h",
+ "src/core/iomgr/ev_poll_and_epoll_posix.h",
+ "src/core/iomgr/ev_posix.h",
"src/core/iomgr/exec_ctx.h",
"src/core/iomgr/executor.h",
- "src/core/iomgr/fd_posix.h",
"src/core/iomgr/iocp_windows.h",
"src/core/iomgr/iomgr.h",
"src/core/iomgr/iomgr_internal.h",
@@ -341,9 +342,10 @@ cc_library(
"src/core/iomgr/endpoint.c",
"src/core/iomgr/endpoint_pair_posix.c",
"src/core/iomgr/endpoint_pair_windows.c",
+ "src/core/iomgr/ev_poll_and_epoll_posix.c",
+ "src/core/iomgr/ev_posix.c",
"src/core/iomgr/exec_ctx.c",
"src/core/iomgr/executor.c",
- "src/core/iomgr/fd_posix.c",
"src/core/iomgr/iocp_windows.c",
"src/core/iomgr/iomgr.c",
"src/core/iomgr/iomgr_posix.c",
@@ -505,9 +507,10 @@ cc_library(
"src/core/iomgr/closure.h",
"src/core/iomgr/endpoint.h",
"src/core/iomgr/endpoint_pair.h",
+ "src/core/iomgr/ev_poll_and_epoll_posix.h",
+ "src/core/iomgr/ev_posix.h",
"src/core/iomgr/exec_ctx.h",
"src/core/iomgr/executor.h",
- "src/core/iomgr/fd_posix.h",
"src/core/iomgr/iocp_windows.h",
"src/core/iomgr/iomgr.h",
"src/core/iomgr/iomgr_internal.h",
@@ -622,9 +625,10 @@ cc_library(
"src/core/iomgr/endpoint.c",
"src/core/iomgr/endpoint_pair_posix.c",
"src/core/iomgr/endpoint_pair_windows.c",
+ "src/core/iomgr/ev_poll_and_epoll_posix.c",
+ "src/core/iomgr/ev_posix.c",
"src/core/iomgr/exec_ctx.c",
"src/core/iomgr/executor.c",
- "src/core/iomgr/fd_posix.c",
"src/core/iomgr/iocp_windows.c",
"src/core/iomgr/iomgr.c",
"src/core/iomgr/iomgr_posix.c",
@@ -1302,9 +1306,10 @@ objc_library(
"src/core/iomgr/endpoint.c",
"src/core/iomgr/endpoint_pair_posix.c",
"src/core/iomgr/endpoint_pair_windows.c",
+ "src/core/iomgr/ev_poll_and_epoll_posix.c",
+ "src/core/iomgr/ev_posix.c",
"src/core/iomgr/exec_ctx.c",
"src/core/iomgr/executor.c",
- "src/core/iomgr/fd_posix.c",
"src/core/iomgr/iocp_windows.c",
"src/core/iomgr/iomgr.c",
"src/core/iomgr/iomgr_posix.c",
@@ -1461,9 +1466,10 @@ objc_library(
"src/core/iomgr/closure.h",
"src/core/iomgr/endpoint.h",
"src/core/iomgr/endpoint_pair.h",
+ "src/core/iomgr/ev_poll_and_epoll_posix.h",
+ "src/core/iomgr/ev_posix.h",
"src/core/iomgr/exec_ctx.h",
"src/core/iomgr/executor.h",
- "src/core/iomgr/fd_posix.h",
"src/core/iomgr/iocp_windows.h",
"src/core/iomgr/iomgr.h",
"src/core/iomgr/iomgr_internal.h",