aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar ahedberg <ahedberg@google.com>2016-03-18 10:46:38 -0400
committerGravatar ahedberg <ahedberg@google.com>2016-03-18 10:46:38 -0400
commit43df29552865541e6d6d11a14b3cf47a4c162b42 (patch)
treeca8a63c98038f5e7cfb08547912095ed9ec890a6 /build.yaml
parent80d6b12a86a636edc8811b880296fbe45bb214a6 (diff)
add unix_sockets_posix module to build system and fix compilation errors
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 83b7714e65..3f9abccf9f 100644
--- a/build.yaml
+++ b/build.yaml
@@ -310,6 +310,7 @@ filegroups:
- src/core/iomgr/timer.h
- src/core/iomgr/timer_heap.h
- src/core/iomgr/udp_server.h
+ - src/core/iomgr/unix_sockets_posix.h
- src/core/iomgr/wakeup_fd_pipe.h
- src/core/iomgr/wakeup_fd_posix.h
- src/core/iomgr/workqueue.h
@@ -430,6 +431,8 @@ filegroups:
- src/core/iomgr/timer.c
- src/core/iomgr/timer_heap.c
- src/core/iomgr/udp_server.c
+ - src/core/iomgr/unix_sockets_posix.c
+ - src/core/iomgr/unix_sockets_posix_noop.c
- src/core/iomgr/wakeup_fd_eventfd.c
- src/core/iomgr/wakeup_fd_nospecial.c
- src/core/iomgr/wakeup_fd_pipe.c