diff options
author | Craig Tiller <ctiller@google.com> | 2016-05-13 20:17:38 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-05-13 20:17:38 -0700 |
commit | d6a5b803f46a91987bccd8eb4fca14d9127daf9c (patch) | |
tree | 80d983d45e01473e08eb72a8bbe31033843baf3a /gRPC.podspec | |
parent | 4701768e9719549ccde4f3c25a37f7a669b09c2b (diff) | |
parent | 1ba1bba66a18b6b7986a1cfa52c6f1ac4a14a029 (diff) |
Merge github.com:grpc/grpc into error
Diffstat (limited to 'gRPC.podspec')
-rw-r--r-- | gRPC.podspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gRPC.podspec b/gRPC.podspec index 41dcdcd9ac..d8c6abc5ee 100644 --- a/gRPC.podspec +++ b/gRPC.podspec @@ -183,6 +183,7 @@ Pod::Spec.new do |s| 'src/core/lib/iomgr/endpoint_pair.h', 'src/core/lib/iomgr/error.h', 'src/core/lib/iomgr/ev_poll_and_epoll_posix.h', + 'src/core/lib/iomgr/ev_poll_posix.h', 'src/core/lib/iomgr/ev_posix.h', 'src/core/lib/iomgr/exec_ctx.h', 'src/core/lib/iomgr/executor.h', @@ -362,6 +363,7 @@ Pod::Spec.new do |s| 'src/core/lib/iomgr/endpoint_pair_windows.c', 'src/core/lib/iomgr/error.c', 'src/core/lib/iomgr/ev_poll_and_epoll_posix.c', + 'src/core/lib/iomgr/ev_poll_posix.c', 'src/core/lib/iomgr/ev_posix.c', 'src/core/lib/iomgr/exec_ctx.c', 'src/core/lib/iomgr/executor.c', @@ -552,6 +554,7 @@ Pod::Spec.new do |s| 'src/core/lib/iomgr/endpoint_pair.h', 'src/core/lib/iomgr/error.h', 'src/core/lib/iomgr/ev_poll_and_epoll_posix.h', + 'src/core/lib/iomgr/ev_poll_posix.h', 'src/core/lib/iomgr/ev_posix.h', 'src/core/lib/iomgr/exec_ctx.h', 'src/core/lib/iomgr/executor.h', |