aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-18 07:46:22 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-22 08:53:46 -0700
commita70102b1eb52346cfc5b5640df07516c66ef38cb (patch)
tree732b70b1dd9f4d8888a3f3c67d946536143ae60f /build.yaml
parentc7d57f1157e7b11c286b635f0a3bc22659cd1900 (diff)
Use cc rather than mm files and merge cfstream related files into core
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml23
1 files changed, 7 insertions, 16 deletions
diff --git a/build.yaml b/build.yaml
index 73fd2cd0e9..ae0a1246ba 100644
--- a/build.yaml
+++ b/build.yaml
@@ -259,6 +259,7 @@ filegroups:
- src/core/lib/iomgr/endpoint_pair_uv.cc
- src/core/lib/iomgr/endpoint_pair_windows.cc
- src/core/lib/iomgr/error.cc
+ - src/core/lib/iomgr/error_apple.cc
- src/core/lib/iomgr/ev_epoll1_linux.cc
- src/core/lib/iomgr/ev_epollex_linux.cc
- src/core/lib/iomgr/ev_epollsig_linux.cc
@@ -274,7 +275,6 @@ filegroups:
- src/core/lib/iomgr/gethostname_sysconf.cc
- src/core/lib/iomgr/iocp_windows.cc
- src/core/lib/iomgr/iomgr.cc
- - src/core/lib/iomgr/iomgr_cfstream.cc
- src/core/lib/iomgr/iomgr_custom.cc
- src/core/lib/iomgr/iomgr_internal.cc
- src/core/lib/iomgr/iomgr_posix.cc
@@ -306,7 +306,10 @@ filegroups:
- src/core/lib/iomgr/socket_utils_uv.cc
- src/core/lib/iomgr/socket_utils_windows.cc
- src/core/lib/iomgr/socket_windows.cc
+ - src/core/lib/iomgr/tcp_cfstream.cc
+ - src/core/lib/iomgr/tcp_cfstream_sync.cc
- src/core/lib/iomgr/tcp_client.cc
+ - src/core/lib/iomgr/tcp_client_cfstream.cc
- src/core/lib/iomgr/tcp_client_custom.cc
- src/core/lib/iomgr/tcp_client_posix.cc
- src/core/lib/iomgr/tcp_client_windows.cc
@@ -436,6 +439,7 @@ filegroups:
- src/core/lib/iomgr/endpoint.h
- src/core/lib/iomgr/endpoint_pair.h
- src/core/lib/iomgr/error.h
+ - src/core/lib/iomgr/error_apple.h
- src/core/lib/iomgr/error_internal.h
- src/core/lib/iomgr/ev_epoll1_linux.h
- src/core/lib/iomgr/ev_epollex_linux.h
@@ -447,7 +451,6 @@ filegroups:
- src/core/lib/iomgr/gethostname.h
- src/core/lib/iomgr/iocp_windows.h
- src/core/lib/iomgr/iomgr.h
- - src/core/lib/iomgr/iomgr_cfstream.h
- src/core/lib/iomgr/iomgr_custom.h
- src/core/lib/iomgr/iomgr_internal.h
- src/core/lib/iomgr/iomgr_posix.h
@@ -478,6 +481,8 @@ filegroups:
- src/core/lib/iomgr/socket_utils_posix.h
- src/core/lib/iomgr/socket_windows.h
- src/core/lib/iomgr/sys_epoll_wrapper.h
+ - src/core/lib/iomgr/tcp_cfstream.h
+ - src/core/lib/iomgr/tcp_cfstream_sync.h
- src/core/lib/iomgr/tcp_client.h
- src/core/lib/iomgr/tcp_client_posix.h
- src/core/lib/iomgr/tcp_custom.h
@@ -1336,20 +1341,6 @@ filegroups:
deps:
- grpc++
- grpc
-- name: grpc_cfstream
- language: objc++
- headers:
- - src/core/lib/iomgr/error_apple.h
- - src/core/lib/iomgr/tcp_cfstream.h
- - src/core/lib/iomgr/tcp_cfstream_sync.h
- src:
- - src/core/lib/iomgr/error_apple.mm
- - src/core/lib/iomgr/tcp_cfstream.mm
- - src/core/lib/iomgr/tcp_cfstream_sync.mm
- - src/core/lib/iomgr/tcp_client_cfstream.mm
- uses:
- - gpr_base_headers
- - grpc_base_headers
libs:
- name: address_sorting
build: all