murgatroid99 | f680af0 | 2015-06-22 11:20:24 -0700 | [diff] [blame] | 1 | # GRPC CocoaPods podspec |
| 2 | # This file has been automatically generated from a template file. |
| 3 | # Please look at the templates directory instead. |
| 4 | # This file can be regenerated from the template by running |
| 5 | # tools/buildgen/generate_projects.sh |
| 6 | |
| 7 | # Copyright 2015, Google Inc. |
| 8 | # All rights reserved. |
| 9 | # |
| 10 | # Redistribution and use in source and binary forms, with or without |
| 11 | # modification, are permitted provided that the following conditions are |
| 12 | # met: |
| 13 | # |
| 14 | # * Redistributions of source code must retain the above copyright |
| 15 | # notice, this list of conditions and the following disclaimer. |
| 16 | # * Redistributions in binary form must reproduce the above |
| 17 | # copyright notice, this list of conditions and the following disclaimer |
| 18 | # in the documentation and/or other materials provided with the |
| 19 | # distribution. |
| 20 | # * Neither the name of Google Inc. nor the names of its |
| 21 | # contributors may be used to endorse or promote products derived from |
| 22 | # this software without specific prior written permission. |
| 23 | # |
| 24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 25 | # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 26 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 27 | # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 28 | # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 29 | # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 30 | # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 31 | # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 32 | # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 33 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 34 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 35 | |
murgatroid99 | f398d5c | 2015-06-16 14:07:36 -0700 | [diff] [blame] | 36 | |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 37 | Pod::Spec.new do |s| |
| 38 | s.name = 'gRPC' |
Jorge Canizales | f4639d4 | 2016-05-06 16:41:36 -0700 | [diff] [blame] | 39 | version = '0.14.0' |
Jorge Canizales | c825f42 | 2015-09-28 21:43:48 -0700 | [diff] [blame] | 40 | s.version = version |
Jorge Canizales | 043dc72 | 2015-06-02 15:15:07 -0700 | [diff] [blame] | 41 | s.summary = 'gRPC client library for iOS/OSX' |
| 42 | s.homepage = 'http://www.grpc.io' |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 43 | s.license = 'New BSD' |
Jorge Canizales | 043dc72 | 2015-06-02 15:15:07 -0700 | [diff] [blame] | 44 | s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' } |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 45 | |
Jorge Canizales | c825f42 | 2015-09-28 21:43:48 -0700 | [diff] [blame] | 46 | s.source = { :git => 'https://github.com/grpc/grpc.git', |
Jorge Canizales | f58b4f4 | 2016-04-29 03:07:23 -0700 | [diff] [blame] | 47 | :tag => "release-#{version.gsub(/\./, '_')}-objectivec-#{version}", |
| 48 | :submodules => true } |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 49 | |
Nicolas "Pixel" Noble | cff6469 | 2015-10-03 02:01:51 +0200 | [diff] [blame] | 50 | |
Craig Tiller | ba49645 | 2015-09-21 17:15:19 -0700 | [diff] [blame] | 51 | s.ios.deployment_target = '7.1' |
| 52 | s.osx.deployment_target = '10.9' |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 53 | s.requires_arc = true |
| 54 | |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 55 | objc_dir = 'src/objective-c' |
| 56 | |
Jorge Canizales | 461b094 | 2015-06-02 20:40:50 -0700 | [diff] [blame] | 57 | # Reactive Extensions library for iOS. |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 58 | s.subspec 'RxLibrary' do |ss| |
| 59 | src_dir = "#{objc_dir}/RxLibrary" |
| 60 | ss.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}" |
| 61 | ss.private_header_files = "#{src_dir}/private/*.h" |
| 62 | ss.header_mappings_dir = "#{objc_dir}" |
Jorge Canizales | 045fabb | 2015-04-21 11:39:37 -0700 | [diff] [blame] | 63 | end |
| 64 | |
Jorge Canizales | 461b094 | 2015-06-02 20:40:50 -0700 | [diff] [blame] | 65 | # Core cross-platform gRPC library, written in C. |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 66 | s.subspec 'C-Core' do |ss| |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 67 | ss.source_files = 'src/core/lib/profiling/timers.h', |
| 68 | 'src/core/lib/support/backoff.h', |
| 69 | 'src/core/lib/support/block_annotate.h', |
| 70 | 'src/core/lib/support/env.h', |
| 71 | 'src/core/lib/support/load_file.h', |
| 72 | 'src/core/lib/support/murmur_hash.h', |
| 73 | 'src/core/lib/support/stack_lockfree.h', |
| 74 | 'src/core/lib/support/string.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 75 | 'src/core/lib/support/string_windows.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 76 | 'src/core/lib/support/thd_internal.h', |
| 77 | 'src/core/lib/support/time_precise.h', |
| 78 | 'src/core/lib/support/tmpfile.h', |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 79 | 'include/grpc/support/alloc.h', |
| 80 | 'include/grpc/support/atm.h', |
| 81 | 'include/grpc/support/atm_gcc_atomic.h', |
| 82 | 'include/grpc/support/atm_gcc_sync.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 83 | 'include/grpc/support/atm_windows.h', |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 84 | 'include/grpc/support/avl.h', |
| 85 | 'include/grpc/support/cmdline.h', |
| 86 | 'include/grpc/support/cpu.h', |
| 87 | 'include/grpc/support/histogram.h', |
| 88 | 'include/grpc/support/host_port.h', |
| 89 | 'include/grpc/support/log.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 90 | 'include/grpc/support/log_windows.h', |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 91 | 'include/grpc/support/port_platform.h', |
| 92 | 'include/grpc/support/slice.h', |
| 93 | 'include/grpc/support/slice_buffer.h', |
| 94 | 'include/grpc/support/string_util.h', |
| 95 | 'include/grpc/support/subprocess.h', |
| 96 | 'include/grpc/support/sync.h', |
| 97 | 'include/grpc/support/sync_generic.h', |
| 98 | 'include/grpc/support/sync_posix.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 99 | 'include/grpc/support/sync_windows.h', |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 100 | 'include/grpc/support/thd.h', |
| 101 | 'include/grpc/support/time.h', |
| 102 | 'include/grpc/support/tls.h', |
| 103 | 'include/grpc/support/tls_gcc.h', |
| 104 | 'include/grpc/support/tls_msvc.h', |
| 105 | 'include/grpc/support/tls_pthread.h', |
| 106 | 'include/grpc/support/useful.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 107 | 'include/grpc/impl/codegen/alloc.h', |
| 108 | 'include/grpc/impl/codegen/atm.h', |
| 109 | 'include/grpc/impl/codegen/atm_gcc_atomic.h', |
| 110 | 'include/grpc/impl/codegen/atm_gcc_sync.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 111 | 'include/grpc/impl/codegen/atm_windows.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 112 | 'include/grpc/impl/codegen/log.h', |
| 113 | 'include/grpc/impl/codegen/port_platform.h', |
| 114 | 'include/grpc/impl/codegen/slice.h', |
| 115 | 'include/grpc/impl/codegen/slice_buffer.h', |
| 116 | 'include/grpc/impl/codegen/sync.h', |
| 117 | 'include/grpc/impl/codegen/sync_generic.h', |
| 118 | 'include/grpc/impl/codegen/sync_posix.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 119 | 'include/grpc/impl/codegen/sync_windows.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 120 | 'include/grpc/impl/codegen/time.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 121 | 'src/core/lib/profiling/basic_timers.c', |
| 122 | 'src/core/lib/profiling/stap_timers.c', |
| 123 | 'src/core/lib/support/alloc.c', |
| 124 | 'src/core/lib/support/avl.c', |
| 125 | 'src/core/lib/support/backoff.c', |
| 126 | 'src/core/lib/support/cmdline.c', |
| 127 | 'src/core/lib/support/cpu_iphone.c', |
| 128 | 'src/core/lib/support/cpu_linux.c', |
| 129 | 'src/core/lib/support/cpu_posix.c', |
| 130 | 'src/core/lib/support/cpu_windows.c', |
| 131 | 'src/core/lib/support/env_linux.c', |
| 132 | 'src/core/lib/support/env_posix.c', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 133 | 'src/core/lib/support/env_windows.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 134 | 'src/core/lib/support/histogram.c', |
| 135 | 'src/core/lib/support/host_port.c', |
| 136 | 'src/core/lib/support/load_file.c', |
| 137 | 'src/core/lib/support/log.c', |
| 138 | 'src/core/lib/support/log_android.c', |
| 139 | 'src/core/lib/support/log_linux.c', |
| 140 | 'src/core/lib/support/log_posix.c', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 141 | 'src/core/lib/support/log_windows.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 142 | 'src/core/lib/support/murmur_hash.c', |
| 143 | 'src/core/lib/support/slice.c', |
| 144 | 'src/core/lib/support/slice_buffer.c', |
| 145 | 'src/core/lib/support/stack_lockfree.c', |
| 146 | 'src/core/lib/support/string.c', |
| 147 | 'src/core/lib/support/string_posix.c', |
Yuchen Zeng | 4594bd9 | 2016-05-31 14:06:01 -0700 | [diff] [blame] | 148 | 'src/core/lib/support/string_util_windows.c', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 149 | 'src/core/lib/support/string_windows.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 150 | 'src/core/lib/support/subprocess_posix.c', |
| 151 | 'src/core/lib/support/subprocess_windows.c', |
| 152 | 'src/core/lib/support/sync.c', |
| 153 | 'src/core/lib/support/sync_posix.c', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 154 | 'src/core/lib/support/sync_windows.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 155 | 'src/core/lib/support/thd.c', |
| 156 | 'src/core/lib/support/thd_posix.c', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 157 | 'src/core/lib/support/thd_windows.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 158 | 'src/core/lib/support/time.c', |
| 159 | 'src/core/lib/support/time_posix.c', |
| 160 | 'src/core/lib/support/time_precise.c', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 161 | 'src/core/lib/support/time_windows.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 162 | 'src/core/lib/support/tls_pthread.c', |
Nicolas "Pixel" Noble | c4b18a5 | 2016-04-15 04:53:54 +0200 | [diff] [blame] | 163 | 'src/core/lib/support/tmpfile_msys.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 164 | 'src/core/lib/support/tmpfile_posix.c', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 165 | 'src/core/lib/support/tmpfile_windows.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 166 | 'src/core/lib/support/wrap_memcpy.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 167 | 'src/core/lib/channel/channel_args.h', |
| 168 | 'src/core/lib/channel/channel_stack.h', |
| 169 | 'src/core/lib/channel/channel_stack_builder.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 170 | 'src/core/lib/channel/compress_filter.h', |
| 171 | 'src/core/lib/channel/connected_channel.h', |
| 172 | 'src/core/lib/channel/context.h', |
| 173 | 'src/core/lib/channel/http_client_filter.h', |
| 174 | 'src/core/lib/channel/http_server_filter.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 175 | 'src/core/lib/compression/algorithm_metadata.h', |
| 176 | 'src/core/lib/compression/message_compress.h', |
| 177 | 'src/core/lib/debug/trace.h', |
| 178 | 'src/core/lib/http/format_request.h', |
| 179 | 'src/core/lib/http/httpcli.h', |
| 180 | 'src/core/lib/http/parser.h', |
| 181 | 'src/core/lib/iomgr/closure.h', |
| 182 | 'src/core/lib/iomgr/endpoint.h', |
| 183 | 'src/core/lib/iomgr/endpoint_pair.h', |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 184 | 'src/core/lib/iomgr/ev_poll_and_epoll_posix.h', |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 185 | 'src/core/lib/iomgr/ev_poll_posix.h', |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 186 | 'src/core/lib/iomgr/ev_posix.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 187 | 'src/core/lib/iomgr/exec_ctx.h', |
| 188 | 'src/core/lib/iomgr/executor.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 189 | 'src/core/lib/iomgr/iocp_windows.h', |
| 190 | 'src/core/lib/iomgr/iomgr.h', |
| 191 | 'src/core/lib/iomgr/iomgr_internal.h', |
| 192 | 'src/core/lib/iomgr/iomgr_posix.h', |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 193 | 'src/core/lib/iomgr/polling_entity.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 194 | 'src/core/lib/iomgr/pollset.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 195 | 'src/core/lib/iomgr/pollset_set.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 196 | 'src/core/lib/iomgr/pollset_set_windows.h', |
| 197 | 'src/core/lib/iomgr/pollset_windows.h', |
| 198 | 'src/core/lib/iomgr/resolve_address.h', |
| 199 | 'src/core/lib/iomgr/sockaddr.h', |
| 200 | 'src/core/lib/iomgr/sockaddr_posix.h', |
| 201 | 'src/core/lib/iomgr/sockaddr_utils.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 202 | 'src/core/lib/iomgr/sockaddr_windows.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 203 | 'src/core/lib/iomgr/socket_utils_posix.h', |
| 204 | 'src/core/lib/iomgr/socket_windows.h', |
| 205 | 'src/core/lib/iomgr/tcp_client.h', |
| 206 | 'src/core/lib/iomgr/tcp_posix.h', |
| 207 | 'src/core/lib/iomgr/tcp_server.h', |
| 208 | 'src/core/lib/iomgr/tcp_windows.h', |
| 209 | 'src/core/lib/iomgr/time_averaged_stats.h', |
| 210 | 'src/core/lib/iomgr/timer.h', |
| 211 | 'src/core/lib/iomgr/timer_heap.h', |
| 212 | 'src/core/lib/iomgr/udp_server.h', |
| 213 | 'src/core/lib/iomgr/unix_sockets_posix.h', |
| 214 | 'src/core/lib/iomgr/wakeup_fd_pipe.h', |
| 215 | 'src/core/lib/iomgr/wakeup_fd_posix.h', |
| 216 | 'src/core/lib/iomgr/workqueue.h', |
| 217 | 'src/core/lib/iomgr/workqueue_posix.h', |
| 218 | 'src/core/lib/iomgr/workqueue_windows.h', |
| 219 | 'src/core/lib/json/json.h', |
| 220 | 'src/core/lib/json/json_common.h', |
| 221 | 'src/core/lib/json/json_reader.h', |
| 222 | 'src/core/lib/json/json_writer.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 223 | 'src/core/lib/surface/api_trace.h', |
| 224 | 'src/core/lib/surface/call.h', |
| 225 | 'src/core/lib/surface/call_test_only.h', |
| 226 | 'src/core/lib/surface/channel.h', |
| 227 | 'src/core/lib/surface/channel_init.h', |
| 228 | 'src/core/lib/surface/channel_stack_type.h', |
| 229 | 'src/core/lib/surface/completion_queue.h', |
| 230 | 'src/core/lib/surface/event_string.h', |
| 231 | 'src/core/lib/surface/init.h', |
| 232 | 'src/core/lib/surface/lame_client.h', |
| 233 | 'src/core/lib/surface/server.h', |
| 234 | 'src/core/lib/surface/surface_trace.h', |
| 235 | 'src/core/lib/transport/byte_stream.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 236 | 'src/core/lib/transport/connectivity_state.h', |
| 237 | 'src/core/lib/transport/metadata.h', |
| 238 | 'src/core/lib/transport/metadata_batch.h', |
| 239 | 'src/core/lib/transport/static_metadata.h', |
| 240 | 'src/core/lib/transport/transport.h', |
| 241 | 'src/core/lib/transport/transport_impl.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 242 | 'src/core/ext/transport/chttp2/transport/bin_encoder.h', |
| 243 | 'src/core/ext/transport/chttp2/transport/chttp2_transport.h', |
| 244 | 'src/core/ext/transport/chttp2/transport/frame.h', |
| 245 | 'src/core/ext/transport/chttp2/transport/frame_data.h', |
| 246 | 'src/core/ext/transport/chttp2/transport/frame_goaway.h', |
| 247 | 'src/core/ext/transport/chttp2/transport/frame_ping.h', |
| 248 | 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h', |
| 249 | 'src/core/ext/transport/chttp2/transport/frame_settings.h', |
| 250 | 'src/core/ext/transport/chttp2/transport/frame_window_update.h', |
| 251 | 'src/core/ext/transport/chttp2/transport/hpack_encoder.h', |
| 252 | 'src/core/ext/transport/chttp2/transport/hpack_parser.h', |
| 253 | 'src/core/ext/transport/chttp2/transport/hpack_table.h', |
| 254 | 'src/core/ext/transport/chttp2/transport/http2_errors.h', |
| 255 | 'src/core/ext/transport/chttp2/transport/huffsyms.h', |
| 256 | 'src/core/ext/transport/chttp2/transport/incoming_metadata.h', |
| 257 | 'src/core/ext/transport/chttp2/transport/internal.h', |
| 258 | 'src/core/ext/transport/chttp2/transport/status_conversion.h', |
| 259 | 'src/core/ext/transport/chttp2/transport/stream_map.h', |
| 260 | 'src/core/ext/transport/chttp2/transport/timeout_encoding.h', |
| 261 | 'src/core/ext/transport/chttp2/transport/varint.h', |
| 262 | 'src/core/ext/transport/chttp2/alpn/alpn.h', |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 263 | 'src/core/lib/security/context/security_context.h', |
| 264 | 'src/core/lib/security/credentials/composite/composite_credentials.h', |
| 265 | 'src/core/lib/security/credentials/credentials.h', |
| 266 | 'src/core/lib/security/credentials/fake/fake_credentials.h', |
| 267 | 'src/core/lib/security/credentials/google_default/google_default_credentials.h', |
| 268 | 'src/core/lib/security/credentials/iam/iam_credentials.h', |
| 269 | 'src/core/lib/security/credentials/jwt/json_token.h', |
| 270 | 'src/core/lib/security/credentials/jwt/jwt_credentials.h', |
| 271 | 'src/core/lib/security/credentials/jwt/jwt_verifier.h', |
| 272 | 'src/core/lib/security/credentials/oauth2/oauth2_credentials.h', |
| 273 | 'src/core/lib/security/credentials/plugin/plugin_credentials.h', |
| 274 | 'src/core/lib/security/credentials/ssl/ssl_credentials.h', |
| 275 | 'src/core/lib/security/transport/auth_filters.h', |
| 276 | 'src/core/lib/security/transport/handshake.h', |
| 277 | 'src/core/lib/security/transport/secure_endpoint.h', |
| 278 | 'src/core/lib/security/transport/security_connector.h', |
| 279 | 'src/core/lib/security/util/b64.h', |
| 280 | 'src/core/lib/security/util/json_util.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 281 | 'src/core/lib/tsi/fake_transport_security.h', |
| 282 | 'src/core/lib/tsi/ssl_transport_security.h', |
| 283 | 'src/core/lib/tsi/ssl_types.h', |
| 284 | 'src/core/lib/tsi/transport_security.h', |
| 285 | 'src/core/lib/tsi/transport_security_interface.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 286 | 'src/core/ext/client_config/client_channel.h', |
| 287 | 'src/core/ext/client_config/client_channel_factory.h', |
| 288 | 'src/core/ext/client_config/client_config.h', |
| 289 | 'src/core/ext/client_config/connector.h', |
| 290 | 'src/core/ext/client_config/initial_connect_string.h', |
| 291 | 'src/core/ext/client_config/lb_policy.h', |
| 292 | 'src/core/ext/client_config/lb_policy_factory.h', |
| 293 | 'src/core/ext/client_config/lb_policy_registry.h', |
David Garcia Quintas | 9885bff | 2016-04-07 17:31:29 -0700 | [diff] [blame] | 294 | 'src/core/ext/client_config/parse_address.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 295 | 'src/core/ext/client_config/resolver.h', |
| 296 | 'src/core/ext/client_config/resolver_factory.h', |
| 297 | 'src/core/ext/client_config/resolver_registry.h', |
| 298 | 'src/core/ext/client_config/subchannel.h', |
| 299 | 'src/core/ext/client_config/subchannel_call_holder.h', |
| 300 | 'src/core/ext/client_config/subchannel_index.h', |
| 301 | 'src/core/ext/client_config/uri_parser.h', |
| 302 | 'src/core/ext/lb_policy/grpclb/load_balancer_api.h', |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 303 | 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h', |
Craig Tiller | eb841e2 | 2016-02-11 15:49:16 -0800 | [diff] [blame] | 304 | 'third_party/nanopb/pb.h', |
| 305 | 'third_party/nanopb/pb_common.h', |
| 306 | 'third_party/nanopb/pb_decode.h', |
| 307 | 'third_party/nanopb/pb_encode.h', |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 308 | 'src/core/ext/load_reporting/load_reporting.h', |
| 309 | 'src/core/ext/load_reporting/load_reporting_filter.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 310 | 'src/core/ext/census/aggregation.h', |
| 311 | 'src/core/ext/census/census_interface.h', |
| 312 | 'src/core/ext/census/census_rpc_stats.h', |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 313 | 'src/core/ext/census/gen/census.pb.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 314 | 'src/core/ext/census/grpc_filter.h', |
| 315 | 'src/core/ext/census/mlog.h', |
| 316 | 'src/core/ext/census/rpc_metric_id.h', |
Jorge Canizales | 0c8a3d8 | 2015-10-13 13:04:54 -0700 | [diff] [blame] | 317 | 'include/grpc/byte_buffer.h', |
| 318 | 'include/grpc/byte_buffer_reader.h', |
| 319 | 'include/grpc/compression.h', |
| 320 | 'include/grpc/grpc.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 321 | 'include/grpc/status.h', |
Craig Tiller | eb327fb | 2015-06-23 16:51:38 -0700 | [diff] [blame] | 322 | 'include/grpc/impl/codegen/byte_buffer.h', |
David Garcia Quintas | 1b2db63 | 2016-04-27 15:06:54 -0700 | [diff] [blame] | 323 | 'include/grpc/impl/codegen/byte_buffer_reader.h', |
Craig Tiller | eb327fb | 2015-06-23 16:51:38 -0700 | [diff] [blame] | 324 | 'include/grpc/impl/codegen/compression_types.h', |
Alistair Veitch | 1c09acc | 2015-08-31 16:57:32 -0700 | [diff] [blame] | 325 | 'include/grpc/impl/codegen/connectivity_state.h', |
Craig Tiller | eb327fb | 2015-06-23 16:51:38 -0700 | [diff] [blame] | 326 | 'include/grpc/impl/codegen/grpc_types.h', |
Alistair Veitch | 9a09982 | 2015-08-27 13:16:00 -0700 | [diff] [blame] | 327 | 'include/grpc/impl/codegen/propagation_bits.h', |
Jorge Canizales | 0c8a3d8 | 2015-10-13 13:04:54 -0700 | [diff] [blame] | 328 | 'include/grpc/impl/codegen/status.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 329 | 'include/grpc/impl/codegen/alloc.h', |
| 330 | 'include/grpc/impl/codegen/atm.h', |
| 331 | 'include/grpc/impl/codegen/atm_gcc_atomic.h', |
| 332 | 'include/grpc/impl/codegen/atm_gcc_sync.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 333 | 'include/grpc/impl/codegen/atm_windows.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 334 | 'include/grpc/impl/codegen/log.h', |
| 335 | 'include/grpc/impl/codegen/port_platform.h', |
| 336 | 'include/grpc/impl/codegen/slice.h', |
| 337 | 'include/grpc/impl/codegen/slice_buffer.h', |
| 338 | 'include/grpc/impl/codegen/sync.h', |
| 339 | 'include/grpc/impl/codegen/sync_generic.h', |
| 340 | 'include/grpc/impl/codegen/sync_posix.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 341 | 'include/grpc/impl/codegen/sync_windows.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 342 | 'include/grpc/impl/codegen/time.h', |
| 343 | 'include/grpc/grpc_security.h', |
Deepak Lukose | dba4c5f | 2016-03-25 12:54:25 -0700 | [diff] [blame] | 344 | 'include/grpc/grpc_security_constants.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 345 | 'include/grpc/census.h', |
Craig Tiller | 3ab2fe0 | 2016-04-11 20:11:18 -0700 | [diff] [blame] | 346 | 'src/core/lib/surface/init.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 347 | 'src/core/lib/channel/channel_args.c', |
| 348 | 'src/core/lib/channel/channel_stack.c', |
| 349 | 'src/core/lib/channel/channel_stack_builder.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 350 | 'src/core/lib/channel/compress_filter.c', |
| 351 | 'src/core/lib/channel/connected_channel.c', |
| 352 | 'src/core/lib/channel/http_client_filter.c', |
| 353 | 'src/core/lib/channel/http_server_filter.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 354 | 'src/core/lib/compression/compression_algorithm.c', |
| 355 | 'src/core/lib/compression/message_compress.c', |
| 356 | 'src/core/lib/debug/trace.c', |
| 357 | 'src/core/lib/http/format_request.c', |
| 358 | 'src/core/lib/http/httpcli.c', |
| 359 | 'src/core/lib/http/parser.c', |
| 360 | 'src/core/lib/iomgr/closure.c', |
| 361 | 'src/core/lib/iomgr/endpoint.c', |
| 362 | 'src/core/lib/iomgr/endpoint_pair_posix.c', |
| 363 | 'src/core/lib/iomgr/endpoint_pair_windows.c', |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 364 | 'src/core/lib/iomgr/ev_poll_and_epoll_posix.c', |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 365 | 'src/core/lib/iomgr/ev_poll_posix.c', |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 366 | 'src/core/lib/iomgr/ev_posix.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 367 | 'src/core/lib/iomgr/exec_ctx.c', |
| 368 | 'src/core/lib/iomgr/executor.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 369 | 'src/core/lib/iomgr/iocp_windows.c', |
| 370 | 'src/core/lib/iomgr/iomgr.c', |
| 371 | 'src/core/lib/iomgr/iomgr_posix.c', |
| 372 | 'src/core/lib/iomgr/iomgr_windows.c', |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 373 | 'src/core/lib/iomgr/polling_entity.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 374 | 'src/core/lib/iomgr/pollset_set_windows.c', |
| 375 | 'src/core/lib/iomgr/pollset_windows.c', |
| 376 | 'src/core/lib/iomgr/resolve_address_posix.c', |
| 377 | 'src/core/lib/iomgr/resolve_address_windows.c', |
| 378 | 'src/core/lib/iomgr/sockaddr_utils.c', |
| 379 | 'src/core/lib/iomgr/socket_utils_common_posix.c', |
| 380 | 'src/core/lib/iomgr/socket_utils_linux.c', |
| 381 | 'src/core/lib/iomgr/socket_utils_posix.c', |
| 382 | 'src/core/lib/iomgr/socket_windows.c', |
| 383 | 'src/core/lib/iomgr/tcp_client_posix.c', |
| 384 | 'src/core/lib/iomgr/tcp_client_windows.c', |
| 385 | 'src/core/lib/iomgr/tcp_posix.c', |
| 386 | 'src/core/lib/iomgr/tcp_server_posix.c', |
| 387 | 'src/core/lib/iomgr/tcp_server_windows.c', |
| 388 | 'src/core/lib/iomgr/tcp_windows.c', |
| 389 | 'src/core/lib/iomgr/time_averaged_stats.c', |
| 390 | 'src/core/lib/iomgr/timer.c', |
| 391 | 'src/core/lib/iomgr/timer_heap.c', |
| 392 | 'src/core/lib/iomgr/udp_server.c', |
| 393 | 'src/core/lib/iomgr/unix_sockets_posix.c', |
| 394 | 'src/core/lib/iomgr/unix_sockets_posix_noop.c', |
| 395 | 'src/core/lib/iomgr/wakeup_fd_eventfd.c', |
| 396 | 'src/core/lib/iomgr/wakeup_fd_nospecial.c', |
| 397 | 'src/core/lib/iomgr/wakeup_fd_pipe.c', |
| 398 | 'src/core/lib/iomgr/wakeup_fd_posix.c', |
| 399 | 'src/core/lib/iomgr/workqueue_posix.c', |
| 400 | 'src/core/lib/iomgr/workqueue_windows.c', |
| 401 | 'src/core/lib/json/json.c', |
| 402 | 'src/core/lib/json/json_reader.c', |
| 403 | 'src/core/lib/json/json_string.c', |
| 404 | 'src/core/lib/json/json_writer.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 405 | 'src/core/lib/surface/alarm.c', |
| 406 | 'src/core/lib/surface/api_trace.c', |
| 407 | 'src/core/lib/surface/byte_buffer.c', |
| 408 | 'src/core/lib/surface/byte_buffer_reader.c', |
| 409 | 'src/core/lib/surface/call.c', |
| 410 | 'src/core/lib/surface/call_details.c', |
| 411 | 'src/core/lib/surface/call_log_batch.c', |
| 412 | 'src/core/lib/surface/channel.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 413 | 'src/core/lib/surface/channel_init.c', |
| 414 | 'src/core/lib/surface/channel_ping.c', |
| 415 | 'src/core/lib/surface/channel_stack_type.c', |
| 416 | 'src/core/lib/surface/completion_queue.c', |
| 417 | 'src/core/lib/surface/event_string.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 418 | 'src/core/lib/surface/lame_client.c', |
| 419 | 'src/core/lib/surface/metadata_array.c', |
| 420 | 'src/core/lib/surface/server.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 421 | 'src/core/lib/surface/validate_metadata.c', |
| 422 | 'src/core/lib/surface/version.c', |
| 423 | 'src/core/lib/transport/byte_stream.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 424 | 'src/core/lib/transport/connectivity_state.c', |
| 425 | 'src/core/lib/transport/metadata.c', |
| 426 | 'src/core/lib/transport/metadata_batch.c', |
| 427 | 'src/core/lib/transport/static_metadata.c', |
| 428 | 'src/core/lib/transport/transport.c', |
| 429 | 'src/core/lib/transport/transport_op_string.c', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 430 | 'src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c', |
| 431 | 'src/core/ext/transport/chttp2/transport/bin_encoder.c', |
| 432 | 'src/core/ext/transport/chttp2/transport/chttp2_plugin.c', |
| 433 | 'src/core/ext/transport/chttp2/transport/chttp2_transport.c', |
| 434 | 'src/core/ext/transport/chttp2/transport/frame_data.c', |
| 435 | 'src/core/ext/transport/chttp2/transport/frame_goaway.c', |
| 436 | 'src/core/ext/transport/chttp2/transport/frame_ping.c', |
| 437 | 'src/core/ext/transport/chttp2/transport/frame_rst_stream.c', |
| 438 | 'src/core/ext/transport/chttp2/transport/frame_settings.c', |
| 439 | 'src/core/ext/transport/chttp2/transport/frame_window_update.c', |
| 440 | 'src/core/ext/transport/chttp2/transport/hpack_encoder.c', |
| 441 | 'src/core/ext/transport/chttp2/transport/hpack_parser.c', |
| 442 | 'src/core/ext/transport/chttp2/transport/hpack_table.c', |
| 443 | 'src/core/ext/transport/chttp2/transport/huffsyms.c', |
| 444 | 'src/core/ext/transport/chttp2/transport/incoming_metadata.c', |
| 445 | 'src/core/ext/transport/chttp2/transport/parsing.c', |
| 446 | 'src/core/ext/transport/chttp2/transport/status_conversion.c', |
| 447 | 'src/core/ext/transport/chttp2/transport/stream_lists.c', |
| 448 | 'src/core/ext/transport/chttp2/transport/stream_map.c', |
| 449 | 'src/core/ext/transport/chttp2/transport/timeout_encoding.c', |
| 450 | 'src/core/ext/transport/chttp2/transport/varint.c', |
| 451 | 'src/core/ext/transport/chttp2/transport/writing.c', |
| 452 | 'src/core/ext/transport/chttp2/alpn/alpn.c', |
| 453 | 'src/core/lib/http/httpcli_security_connector.c', |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 454 | 'src/core/lib/security/context/security_context.c', |
| 455 | 'src/core/lib/security/credentials/composite/composite_credentials.c', |
| 456 | 'src/core/lib/security/credentials/credentials.c', |
| 457 | 'src/core/lib/security/credentials/credentials_metadata.c', |
| 458 | 'src/core/lib/security/credentials/fake/fake_credentials.c', |
| 459 | 'src/core/lib/security/credentials/google_default/credentials_posix.c', |
Yuchen Zeng | 4594bd9 | 2016-05-31 14:06:01 -0700 | [diff] [blame] | 460 | 'src/core/lib/security/credentials/google_default/credentials_windows.c', |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 461 | 'src/core/lib/security/credentials/google_default/google_default_credentials.c', |
| 462 | 'src/core/lib/security/credentials/iam/iam_credentials.c', |
| 463 | 'src/core/lib/security/credentials/jwt/json_token.c', |
| 464 | 'src/core/lib/security/credentials/jwt/jwt_credentials.c', |
| 465 | 'src/core/lib/security/credentials/jwt/jwt_verifier.c', |
| 466 | 'src/core/lib/security/credentials/oauth2/oauth2_credentials.c', |
| 467 | 'src/core/lib/security/credentials/plugin/plugin_credentials.c', |
| 468 | 'src/core/lib/security/credentials/ssl/ssl_credentials.c', |
| 469 | 'src/core/lib/security/transport/client_auth_filter.c', |
| 470 | 'src/core/lib/security/transport/handshake.c', |
| 471 | 'src/core/lib/security/transport/secure_endpoint.c', |
| 472 | 'src/core/lib/security/transport/security_connector.c', |
| 473 | 'src/core/lib/security/transport/server_auth_filter.c', |
| 474 | 'src/core/lib/security/util/b64.c', |
| 475 | 'src/core/lib/security/util/json_util.c', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 476 | 'src/core/lib/surface/init_secure.c', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 477 | 'src/core/lib/tsi/fake_transport_security.c', |
| 478 | 'src/core/lib/tsi/ssl_transport_security.c', |
| 479 | 'src/core/lib/tsi/transport_security.c', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 480 | 'src/core/ext/transport/chttp2/client/secure/secure_channel_create.c', |
| 481 | 'src/core/ext/client_config/channel_connectivity.c', |
| 482 | 'src/core/ext/client_config/client_channel.c', |
| 483 | 'src/core/ext/client_config/client_channel_factory.c', |
| 484 | 'src/core/ext/client_config/client_config.c', |
| 485 | 'src/core/ext/client_config/client_config_plugin.c', |
| 486 | 'src/core/ext/client_config/connector.c', |
| 487 | 'src/core/ext/client_config/default_initial_connect_string.c', |
| 488 | 'src/core/ext/client_config/initial_connect_string.c', |
| 489 | 'src/core/ext/client_config/lb_policy.c', |
| 490 | 'src/core/ext/client_config/lb_policy_factory.c', |
| 491 | 'src/core/ext/client_config/lb_policy_registry.c', |
David Garcia Quintas | 9885bff | 2016-04-07 17:31:29 -0700 | [diff] [blame] | 492 | 'src/core/ext/client_config/parse_address.c', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 493 | 'src/core/ext/client_config/resolver.c', |
| 494 | 'src/core/ext/client_config/resolver_factory.c', |
| 495 | 'src/core/ext/client_config/resolver_registry.c', |
| 496 | 'src/core/ext/client_config/subchannel.c', |
| 497 | 'src/core/ext/client_config/subchannel_call_holder.c', |
| 498 | 'src/core/ext/client_config/subchannel_index.c', |
| 499 | 'src/core/ext/client_config/uri_parser.c', |
| 500 | 'src/core/ext/transport/chttp2/server/insecure/server_chttp2.c', |
| 501 | 'src/core/ext/transport/chttp2/client/insecure/channel_create.c', |
| 502 | 'src/core/ext/lb_policy/grpclb/load_balancer_api.c', |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 503 | 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c', |
Craig Tiller | eb841e2 | 2016-02-11 15:49:16 -0800 | [diff] [blame] | 504 | 'third_party/nanopb/pb_common.c', |
| 505 | 'third_party/nanopb/pb_decode.c', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 506 | 'third_party/nanopb/pb_encode.c', |
| 507 | 'src/core/ext/lb_policy/pick_first/pick_first.c', |
| 508 | 'src/core/ext/lb_policy/round_robin/round_robin.c', |
| 509 | 'src/core/ext/resolver/dns/native/dns_resolver.c', |
| 510 | 'src/core/ext/resolver/sockaddr/sockaddr_resolver.c', |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 511 | 'src/core/ext/load_reporting/load_reporting.c', |
| 512 | 'src/core/ext/load_reporting/load_reporting_filter.c', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 513 | 'src/core/ext/census/context.c', |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 514 | 'src/core/ext/census/gen/census.pb.c', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 515 | 'src/core/ext/census/grpc_context.c', |
| 516 | 'src/core/ext/census/grpc_filter.c', |
| 517 | 'src/core/ext/census/grpc_plugin.c', |
| 518 | 'src/core/ext/census/initialize.c', |
| 519 | 'src/core/ext/census/mlog.c', |
| 520 | 'src/core/ext/census/operation.c', |
| 521 | 'src/core/ext/census/placeholders.c', |
| 522 | 'src/core/ext/census/tracing.c', |
| 523 | 'src/core/plugin_registry/grpc_plugin_registry.c' |
Craig Tiller | eb327fb | 2015-06-23 16:51:38 -0700 | [diff] [blame] | 524 | |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 525 | ss.private_header_files = 'src/core/lib/profiling/timers.h', |
| 526 | 'src/core/lib/support/backoff.h', |
| 527 | 'src/core/lib/support/block_annotate.h', |
| 528 | 'src/core/lib/support/env.h', |
| 529 | 'src/core/lib/support/load_file.h', |
| 530 | 'src/core/lib/support/murmur_hash.h', |
| 531 | 'src/core/lib/support/stack_lockfree.h', |
| 532 | 'src/core/lib/support/string.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 533 | 'src/core/lib/support/string_windows.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 534 | 'src/core/lib/support/thd_internal.h', |
| 535 | 'src/core/lib/support/time_precise.h', |
| 536 | 'src/core/lib/support/tmpfile.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 537 | 'src/core/lib/channel/channel_args.h', |
| 538 | 'src/core/lib/channel/channel_stack.h', |
| 539 | 'src/core/lib/channel/channel_stack_builder.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 540 | 'src/core/lib/channel/compress_filter.h', |
| 541 | 'src/core/lib/channel/connected_channel.h', |
| 542 | 'src/core/lib/channel/context.h', |
| 543 | 'src/core/lib/channel/http_client_filter.h', |
| 544 | 'src/core/lib/channel/http_server_filter.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 545 | 'src/core/lib/compression/algorithm_metadata.h', |
| 546 | 'src/core/lib/compression/message_compress.h', |
| 547 | 'src/core/lib/debug/trace.h', |
| 548 | 'src/core/lib/http/format_request.h', |
| 549 | 'src/core/lib/http/httpcli.h', |
| 550 | 'src/core/lib/http/parser.h', |
| 551 | 'src/core/lib/iomgr/closure.h', |
| 552 | 'src/core/lib/iomgr/endpoint.h', |
| 553 | 'src/core/lib/iomgr/endpoint_pair.h', |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 554 | 'src/core/lib/iomgr/ev_poll_and_epoll_posix.h', |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 555 | 'src/core/lib/iomgr/ev_poll_posix.h', |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 556 | 'src/core/lib/iomgr/ev_posix.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 557 | 'src/core/lib/iomgr/exec_ctx.h', |
| 558 | 'src/core/lib/iomgr/executor.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 559 | 'src/core/lib/iomgr/iocp_windows.h', |
| 560 | 'src/core/lib/iomgr/iomgr.h', |
| 561 | 'src/core/lib/iomgr/iomgr_internal.h', |
| 562 | 'src/core/lib/iomgr/iomgr_posix.h', |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 563 | 'src/core/lib/iomgr/polling_entity.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 564 | 'src/core/lib/iomgr/pollset.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 565 | 'src/core/lib/iomgr/pollset_set.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 566 | 'src/core/lib/iomgr/pollset_set_windows.h', |
| 567 | 'src/core/lib/iomgr/pollset_windows.h', |
| 568 | 'src/core/lib/iomgr/resolve_address.h', |
| 569 | 'src/core/lib/iomgr/sockaddr.h', |
| 570 | 'src/core/lib/iomgr/sockaddr_posix.h', |
| 571 | 'src/core/lib/iomgr/sockaddr_utils.h', |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 572 | 'src/core/lib/iomgr/sockaddr_windows.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 573 | 'src/core/lib/iomgr/socket_utils_posix.h', |
| 574 | 'src/core/lib/iomgr/socket_windows.h', |
| 575 | 'src/core/lib/iomgr/tcp_client.h', |
| 576 | 'src/core/lib/iomgr/tcp_posix.h', |
| 577 | 'src/core/lib/iomgr/tcp_server.h', |
| 578 | 'src/core/lib/iomgr/tcp_windows.h', |
| 579 | 'src/core/lib/iomgr/time_averaged_stats.h', |
| 580 | 'src/core/lib/iomgr/timer.h', |
| 581 | 'src/core/lib/iomgr/timer_heap.h', |
| 582 | 'src/core/lib/iomgr/udp_server.h', |
| 583 | 'src/core/lib/iomgr/unix_sockets_posix.h', |
| 584 | 'src/core/lib/iomgr/wakeup_fd_pipe.h', |
| 585 | 'src/core/lib/iomgr/wakeup_fd_posix.h', |
| 586 | 'src/core/lib/iomgr/workqueue.h', |
| 587 | 'src/core/lib/iomgr/workqueue_posix.h', |
| 588 | 'src/core/lib/iomgr/workqueue_windows.h', |
| 589 | 'src/core/lib/json/json.h', |
| 590 | 'src/core/lib/json/json_common.h', |
| 591 | 'src/core/lib/json/json_reader.h', |
| 592 | 'src/core/lib/json/json_writer.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 593 | 'src/core/lib/surface/api_trace.h', |
| 594 | 'src/core/lib/surface/call.h', |
| 595 | 'src/core/lib/surface/call_test_only.h', |
| 596 | 'src/core/lib/surface/channel.h', |
| 597 | 'src/core/lib/surface/channel_init.h', |
| 598 | 'src/core/lib/surface/channel_stack_type.h', |
| 599 | 'src/core/lib/surface/completion_queue.h', |
| 600 | 'src/core/lib/surface/event_string.h', |
| 601 | 'src/core/lib/surface/init.h', |
| 602 | 'src/core/lib/surface/lame_client.h', |
| 603 | 'src/core/lib/surface/server.h', |
| 604 | 'src/core/lib/surface/surface_trace.h', |
| 605 | 'src/core/lib/transport/byte_stream.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 606 | 'src/core/lib/transport/connectivity_state.h', |
| 607 | 'src/core/lib/transport/metadata.h', |
| 608 | 'src/core/lib/transport/metadata_batch.h', |
| 609 | 'src/core/lib/transport/static_metadata.h', |
| 610 | 'src/core/lib/transport/transport.h', |
| 611 | 'src/core/lib/transport/transport_impl.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 612 | 'src/core/ext/transport/chttp2/transport/bin_encoder.h', |
| 613 | 'src/core/ext/transport/chttp2/transport/chttp2_transport.h', |
| 614 | 'src/core/ext/transport/chttp2/transport/frame.h', |
| 615 | 'src/core/ext/transport/chttp2/transport/frame_data.h', |
| 616 | 'src/core/ext/transport/chttp2/transport/frame_goaway.h', |
| 617 | 'src/core/ext/transport/chttp2/transport/frame_ping.h', |
| 618 | 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h', |
| 619 | 'src/core/ext/transport/chttp2/transport/frame_settings.h', |
| 620 | 'src/core/ext/transport/chttp2/transport/frame_window_update.h', |
| 621 | 'src/core/ext/transport/chttp2/transport/hpack_encoder.h', |
| 622 | 'src/core/ext/transport/chttp2/transport/hpack_parser.h', |
| 623 | 'src/core/ext/transport/chttp2/transport/hpack_table.h', |
| 624 | 'src/core/ext/transport/chttp2/transport/http2_errors.h', |
| 625 | 'src/core/ext/transport/chttp2/transport/huffsyms.h', |
| 626 | 'src/core/ext/transport/chttp2/transport/incoming_metadata.h', |
| 627 | 'src/core/ext/transport/chttp2/transport/internal.h', |
| 628 | 'src/core/ext/transport/chttp2/transport/status_conversion.h', |
| 629 | 'src/core/ext/transport/chttp2/transport/stream_map.h', |
| 630 | 'src/core/ext/transport/chttp2/transport/timeout_encoding.h', |
| 631 | 'src/core/ext/transport/chttp2/transport/varint.h', |
| 632 | 'src/core/ext/transport/chttp2/alpn/alpn.h', |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 633 | 'src/core/lib/security/context/security_context.h', |
| 634 | 'src/core/lib/security/credentials/composite/composite_credentials.h', |
| 635 | 'src/core/lib/security/credentials/credentials.h', |
| 636 | 'src/core/lib/security/credentials/fake/fake_credentials.h', |
| 637 | 'src/core/lib/security/credentials/google_default/google_default_credentials.h', |
| 638 | 'src/core/lib/security/credentials/iam/iam_credentials.h', |
| 639 | 'src/core/lib/security/credentials/jwt/json_token.h', |
| 640 | 'src/core/lib/security/credentials/jwt/jwt_credentials.h', |
| 641 | 'src/core/lib/security/credentials/jwt/jwt_verifier.h', |
| 642 | 'src/core/lib/security/credentials/oauth2/oauth2_credentials.h', |
| 643 | 'src/core/lib/security/credentials/plugin/plugin_credentials.h', |
| 644 | 'src/core/lib/security/credentials/ssl/ssl_credentials.h', |
| 645 | 'src/core/lib/security/transport/auth_filters.h', |
| 646 | 'src/core/lib/security/transport/handshake.h', |
| 647 | 'src/core/lib/security/transport/secure_endpoint.h', |
| 648 | 'src/core/lib/security/transport/security_connector.h', |
| 649 | 'src/core/lib/security/util/b64.h', |
| 650 | 'src/core/lib/security/util/json_util.h', |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 651 | 'src/core/lib/tsi/fake_transport_security.h', |
| 652 | 'src/core/lib/tsi/ssl_transport_security.h', |
| 653 | 'src/core/lib/tsi/ssl_types.h', |
| 654 | 'src/core/lib/tsi/transport_security.h', |
| 655 | 'src/core/lib/tsi/transport_security_interface.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 656 | 'src/core/ext/client_config/client_channel.h', |
| 657 | 'src/core/ext/client_config/client_channel_factory.h', |
| 658 | 'src/core/ext/client_config/client_config.h', |
| 659 | 'src/core/ext/client_config/connector.h', |
| 660 | 'src/core/ext/client_config/initial_connect_string.h', |
| 661 | 'src/core/ext/client_config/lb_policy.h', |
| 662 | 'src/core/ext/client_config/lb_policy_factory.h', |
| 663 | 'src/core/ext/client_config/lb_policy_registry.h', |
David Garcia Quintas | 9885bff | 2016-04-07 17:31:29 -0700 | [diff] [blame] | 664 | 'src/core/ext/client_config/parse_address.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 665 | 'src/core/ext/client_config/resolver.h', |
| 666 | 'src/core/ext/client_config/resolver_factory.h', |
| 667 | 'src/core/ext/client_config/resolver_registry.h', |
| 668 | 'src/core/ext/client_config/subchannel.h', |
| 669 | 'src/core/ext/client_config/subchannel_call_holder.h', |
| 670 | 'src/core/ext/client_config/subchannel_index.h', |
| 671 | 'src/core/ext/client_config/uri_parser.h', |
| 672 | 'src/core/ext/lb_policy/grpclb/load_balancer_api.h', |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 673 | 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h', |
Craig Tiller | eb841e2 | 2016-02-11 15:49:16 -0800 | [diff] [blame] | 674 | 'third_party/nanopb/pb.h', |
| 675 | 'third_party/nanopb/pb_common.h', |
| 676 | 'third_party/nanopb/pb_decode.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 677 | 'third_party/nanopb/pb_encode.h', |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 678 | 'src/core/ext/load_reporting/load_reporting.h', |
| 679 | 'src/core/ext/load_reporting/load_reporting_filter.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 680 | 'src/core/ext/census/aggregation.h', |
| 681 | 'src/core/ext/census/census_interface.h', |
| 682 | 'src/core/ext/census/census_rpc_stats.h', |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 683 | 'src/core/ext/census/gen/census.pb.h', |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 684 | 'src/core/ext/census/grpc_filter.h', |
| 685 | 'src/core/ext/census/mlog.h', |
| 686 | 'src/core/ext/census/rpc_metric_id.h' |
Craig Tiller | eb327fb | 2015-06-23 16:51:38 -0700 | [diff] [blame] | 687 | |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 688 | ss.header_mappings_dir = '.' |
Jorge Canizales | 951875f | 2015-10-13 18:36:00 -0700 | [diff] [blame] | 689 | # This isn't officially supported in Cocoapods. We've asked for an alternative: |
| 690 | # https://github.com/CocoaPods/CocoaPods/issues/4386 |
Jorge Canizales | 10622a8 | 2015-10-28 07:10:47 -0700 | [diff] [blame] | 691 | ss.xcconfig = { |
| 692 | 'USE_HEADERMAP' => 'NO', |
| 693 | 'ALWAYS_SEARCH_USER_PATHS' => 'NO', |
| 694 | 'USER_HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/Headers/Private/gRPC"', |
| 695 | 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/Headers/Private/gRPC/include"' |
| 696 | } |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 697 | |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 698 | ss.requires_arc = false |
| 699 | ss.libraries = 'z' |
Jorge Canizales | 4c20566 | 2016-04-29 03:08:10 -0700 | [diff] [blame] | 700 | ss.dependency 'BoringSSL', '~> 3.0' |
Jorge Canizales | 63c3efb | 2015-07-17 18:53:20 -0700 | [diff] [blame] | 701 | |
| 702 | # ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w' |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 703 | end |
| 704 | |
Jorge Canizales | 461b094 | 2015-06-02 20:40:50 -0700 | [diff] [blame] | 705 | # Objective-C wrapper around the core gRPC library. |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 706 | s.subspec 'GRPCClient' do |ss| |
| 707 | src_dir = "#{objc_dir}/GRPCClient" |
| 708 | ss.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}" |
| 709 | ss.private_header_files = "#{src_dir}/private/*.h" |
| 710 | ss.header_mappings_dir = "#{objc_dir}" |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 711 | |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 712 | ss.dependency 'gRPC/C-Core' |
| 713 | ss.dependency 'gRPC/RxLibrary' |
Jorge Canizales | ba37a3e | 2015-03-23 15:34:58 -0700 | [diff] [blame] | 714 | |
Jorge Canizales | 8957cae | 2015-04-22 23:40:18 -0700 | [diff] [blame] | 715 | # Certificates, to be able to establish TLS connections: |
Jorge Canizales | bb54ae8 | 2015-06-28 06:50:58 -0700 | [diff] [blame] | 716 | ss.resource_bundles = { 'gRPCCertificates' => ['etc/roots.pem'] } |
Jorge Canizales | 8957cae | 2015-04-22 23:40:18 -0700 | [diff] [blame] | 717 | end |
| 718 | |
Jorge Canizales | 461b094 | 2015-06-02 20:40:50 -0700 | [diff] [blame] | 719 | # RPC library for ProtocolBuffers, based on gRPC |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 720 | s.subspec 'ProtoRPC' do |ss| |
| 721 | src_dir = "#{objc_dir}/ProtoRPC" |
| 722 | ss.source_files = "#{src_dir}/*.{h,m}" |
| 723 | ss.header_mappings_dir = "#{objc_dir}" |
Jorge Canizales | 8957cae | 2015-04-22 23:40:18 -0700 | [diff] [blame] | 724 | |
Jorge Canizales | ea9b4fd | 2015-06-21 13:37:28 -0700 | [diff] [blame] | 725 | ss.dependency 'gRPC/GRPCClient' |
| 726 | ss.dependency 'gRPC/RxLibrary' |
Craig Tiller | ba49645 | 2015-09-21 17:15:19 -0700 | [diff] [blame] | 727 | ss.dependency 'Protobuf', '~> 3.0.0-alpha-4' |
Jorge Canizales | 8957cae | 2015-04-22 23:40:18 -0700 | [diff] [blame] | 728 | end |
Jorge Canizales | c2d7ecb | 2015-02-27 01:22:41 -0800 | [diff] [blame] | 729 | end |