Jorge Canizales | e487a72 | 2016-04-30 12:05:26 -0700 | [diff] [blame] | 1 | # GRPC CocoaPods podspec |
Jorge Canizales | 667557f | 2016-06-09 09:15:28 -0700 | [diff] [blame] | 2 | # This file has been automatically generated from a template file. Please make modifications to |
| 3 | # `templates/gRPC-Core.podspec.template` instead. This file can be regenerated from the template by |
| 4 | # running `tools/buildgen/generate_projects.sh`. |
Jorge Canizales | e487a72 | 2016-04-30 12:05:26 -0700 | [diff] [blame] | 5 | |
| 6 | # Copyright 2015, Google Inc. |
| 7 | # All rights reserved. |
| 8 | # |
| 9 | # Redistribution and use in source and binary forms, with or without |
| 10 | # modification, are permitted provided that the following conditions are |
| 11 | # met: |
| 12 | # |
| 13 | # * Redistributions of source code must retain the above copyright |
| 14 | # notice, this list of conditions and the following disclaimer. |
| 15 | # * Redistributions in binary form must reproduce the above |
| 16 | # copyright notice, this list of conditions and the following disclaimer |
| 17 | # in the documentation and/or other materials provided with the |
| 18 | # distribution. |
| 19 | # * Neither the name of Google Inc. nor the names of its |
| 20 | # contributors may be used to endorse or promote products derived from |
| 21 | # this software without specific prior written permission. |
| 22 | # |
| 23 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 24 | # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 25 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 26 | # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 27 | # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 28 | # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 29 | # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 30 | # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 31 | # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 32 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 33 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 34 | |
| 35 | |
| 36 | Pod::Spec.new do |s| |
| 37 | s.name = 'gRPC-Core' |
| 38 | version = '0.14.0' |
| 39 | s.version = version |
| 40 | s.summary = 'Core cross-platform gRPC library, written in C' |
| 41 | s.homepage = 'http://www.grpc.io' |
| 42 | s.license = 'New BSD' |
| 43 | s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' } |
| 44 | |
| 45 | s.source = { |
| 46 | :git => 'https://github.com/grpc/grpc.git', |
| 47 | :tag => "release-#{version.gsub(/\./, '_')}-objectivec-#{version}", |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 48 | # TODO(jcanizales): Depend explicitly on the nanopb pod, and disable submodules. |
Jorge Canizales | 66c8ddd | 2016-06-08 17:39:40 -0700 | [diff] [blame] | 49 | :submodules => true, |
Jorge Canizales | e487a72 | 2016-04-30 12:05:26 -0700 | [diff] [blame] | 50 | } |
| 51 | |
| 52 | s.ios.deployment_target = '7.1' |
| 53 | s.osx.deployment_target = '10.9' |
| 54 | s.requires_arc = false |
| 55 | |
| 56 | name = 'grpc' |
Jorge Canizales | e487a72 | 2016-04-30 12:05:26 -0700 | [diff] [blame] | 57 | |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 58 | # When creating a dynamic framework, name it grpc.framework instead of gRPC-Core.framework. |
| 59 | # This lets users write their includes like `#include <grpc/grpc.h>` as opposed to `#include |
| 60 | # <gRPC-Core/grpc.h>`. |
| 61 | s.module_name = name |
| 62 | |
| 63 | # When creating a dynamic framework, copy the headers under `include/grpc/` into the root of |
| 64 | # the `Headers/` directory of the framework (i.e., not under `Headers/include/grpc`). |
| 65 | # |
| 66 | # TODO(jcanizales): Debug why this doesn't work on macOS. |
Jorge Canizales | 3775074 | 2016-06-08 20:10:20 -0700 | [diff] [blame] | 67 | s.header_mappings_dir = 'include/grpc' |
| 68 | |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 69 | # The above has an undesired effect when creating a static library: It forces users to write |
| 70 | # includes like `#include <gRPC-Core/grpc.h>`. `s.header_dir` adds a path prefix to that, and |
| 71 | # because Cocoapods lets omit the pod name when including headers of static libraries, the |
| 72 | # following lets users write `#include <grpc/grpc.h>`. |
| 73 | s.header_dir = name |
Jorge Canizales | 3775074 | 2016-06-08 20:10:20 -0700 | [diff] [blame] | 74 | |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 75 | # The module map created automatically by Cocoapods doesn't work for C libraries like gRPC-Core. |
Jorge Canizales | 547f065 | 2016-05-01 19:52:21 -0700 | [diff] [blame] | 76 | s.module_map = 'include/grpc/module.modulemap' |
| 77 | |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 78 | # To compile the library, we need the user headers search path (quoted includes) to point to the |
| 79 | # root of the repo, and the system headers search path (angled includes) to point to `include/`. |
| 80 | # Cocoapods effectively clones the repo under `<Podfile dir>/Pods/gRPC-Core/`, and sets a build |
| 81 | # variable called `$(PODS_ROOT)` to `<Podfile dir>/Pods/`, so we use that. |
| 82 | # |
| 83 | # Relying on the file structure under $(PODS_ROOT) isn't officially supported in Cocoapods, as it |
| 84 | # is taken as an implementation detail. We've asked for an alternative, and have been told that |
| 85 | # what we're doing should keep working: https://github.com/CocoaPods/CocoaPods/issues/4386 |
| 86 | # |
| 87 | # The `src_root` value of `$(PODS_ROOT)/gRPC-Core` assumes Cocoapods is installing this pod from |
| 88 | # its remote repo. For local development of this library, enabled by using `:path` in the Podfile, |
| 89 | # that assumption is wrong. In such case, the following settings need to be reset with the |
| 90 | # appropriate value of `src_root`. This can be accomplished in the `pre_install` hook of the |
| 91 | # Podfile; see `src/objective-c/tests/Podfile` for an example. |
| 92 | src_root = '$(PODS_ROOT)/gRPC-Core' |
| 93 | s.pod_target_xcconfig = { |
| 94 | 'GRPC_SRC_ROOT' => src_root, |
| 95 | 'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(GRPC_SRC_ROOT)/include"', |
| 96 | 'USER_HEADER_SEARCH_PATHS' => '"$(GRPC_SRC_ROOT)"', |
| 97 | # If we don't set these two settings, `include/grpc/support/time.h` and |
| 98 | # `src/core/lib/support/string.h` shadow the system `<time.h>` and `<string.h>`, breaking the |
| 99 | # build. |
| 100 | 'USE_HEADERMAP' => 'NO', |
| 101 | 'ALWAYS_SEARCH_USER_PATHS' => 'NO', |
| 102 | } |
Jorge Canizales | e487a72 | 2016-04-30 12:05:26 -0700 | [diff] [blame] | 103 | |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 104 | # Like many other C libraries, gRPC-Core has its public headers under `include/<libname>/` and its |
| 105 | # sources and private headers in other directories outside `include/`. Cocoapods' linter doesn't |
| 106 | # allow any header to be listed outside the `header_mappings_dir` (even though doing so works in |
| 107 | # practice). Because we need our `header_mappings_dir` to be `include/grpc/` for the reason |
| 108 | # mentioned above, we work around the linter limitation by dividing the pod into two subspecs, one |
| 109 | # for public headers and the other for implementation. Each gets its own `header_mappings_dir`, |
| 110 | # making the linter happy. |
| 111 | # |
| 112 | # The list of source files is generated by a template: `templates/gRPC-Core.podspec.template`. It |
| 113 | # can be regenerated from the template by running `tools/buildgen/generate_projects.sh`. |
| 114 | s.subspec 'Interface' do |ss| |
| 115 | ss.header_mappings_dir = 'include/grpc' |
| 116 | |
| 117 | ss.source_files = 'include/grpc/support/alloc.h', |
| 118 | 'include/grpc/support/atm.h', |
| 119 | 'include/grpc/support/atm_gcc_atomic.h', |
| 120 | 'include/grpc/support/atm_gcc_sync.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 121 | 'include/grpc/support/atm_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 122 | 'include/grpc/support/avl.h', |
| 123 | 'include/grpc/support/cmdline.h', |
| 124 | 'include/grpc/support/cpu.h', |
| 125 | 'include/grpc/support/histogram.h', |
| 126 | 'include/grpc/support/host_port.h', |
| 127 | 'include/grpc/support/log.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 128 | 'include/grpc/support/log_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 129 | 'include/grpc/support/port_platform.h', |
| 130 | 'include/grpc/support/slice.h', |
| 131 | 'include/grpc/support/slice_buffer.h', |
| 132 | 'include/grpc/support/string_util.h', |
| 133 | 'include/grpc/support/subprocess.h', |
| 134 | 'include/grpc/support/sync.h', |
| 135 | 'include/grpc/support/sync_generic.h', |
| 136 | 'include/grpc/support/sync_posix.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 137 | 'include/grpc/support/sync_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 138 | 'include/grpc/support/thd.h', |
| 139 | 'include/grpc/support/time.h', |
| 140 | 'include/grpc/support/tls.h', |
| 141 | 'include/grpc/support/tls_gcc.h', |
| 142 | 'include/grpc/support/tls_msvc.h', |
| 143 | 'include/grpc/support/tls_pthread.h', |
| 144 | 'include/grpc/support/useful.h', |
| 145 | 'include/grpc/impl/codegen/alloc.h', |
| 146 | 'include/grpc/impl/codegen/atm.h', |
| 147 | 'include/grpc/impl/codegen/atm_gcc_atomic.h', |
| 148 | 'include/grpc/impl/codegen/atm_gcc_sync.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 149 | 'include/grpc/impl/codegen/atm_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 150 | 'include/grpc/impl/codegen/log.h', |
| 151 | 'include/grpc/impl/codegen/port_platform.h', |
| 152 | 'include/grpc/impl/codegen/slice.h', |
| 153 | 'include/grpc/impl/codegen/slice_buffer.h', |
| 154 | 'include/grpc/impl/codegen/sync.h', |
| 155 | 'include/grpc/impl/codegen/sync_generic.h', |
| 156 | 'include/grpc/impl/codegen/sync_posix.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 157 | 'include/grpc/impl/codegen/sync_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 158 | 'include/grpc/impl/codegen/time.h', |
| 159 | 'include/grpc/byte_buffer.h', |
| 160 | 'include/grpc/byte_buffer_reader.h', |
| 161 | 'include/grpc/compression.h', |
| 162 | 'include/grpc/grpc.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 163 | 'include/grpc/grpc_posix.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 164 | 'include/grpc/status.h', |
| 165 | 'include/grpc/impl/codegen/byte_buffer.h', |
| 166 | 'include/grpc/impl/codegen/byte_buffer_reader.h', |
| 167 | 'include/grpc/impl/codegen/compression_types.h', |
| 168 | 'include/grpc/impl/codegen/connectivity_state.h', |
| 169 | 'include/grpc/impl/codegen/grpc_types.h', |
| 170 | 'include/grpc/impl/codegen/propagation_bits.h', |
| 171 | 'include/grpc/impl/codegen/status.h', |
| 172 | 'include/grpc/impl/codegen/alloc.h', |
| 173 | 'include/grpc/impl/codegen/atm.h', |
| 174 | 'include/grpc/impl/codegen/atm_gcc_atomic.h', |
| 175 | 'include/grpc/impl/codegen/atm_gcc_sync.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 176 | 'include/grpc/impl/codegen/atm_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 177 | 'include/grpc/impl/codegen/log.h', |
| 178 | 'include/grpc/impl/codegen/port_platform.h', |
| 179 | 'include/grpc/impl/codegen/slice.h', |
| 180 | 'include/grpc/impl/codegen/slice_buffer.h', |
| 181 | 'include/grpc/impl/codegen/sync.h', |
| 182 | 'include/grpc/impl/codegen/sync_generic.h', |
| 183 | 'include/grpc/impl/codegen/sync_posix.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 184 | 'include/grpc/impl/codegen/sync_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 185 | 'include/grpc/impl/codegen/time.h', |
| 186 | 'include/grpc/grpc_security.h', |
| 187 | 'include/grpc/grpc_security_constants.h', |
| 188 | 'include/grpc/census.h' |
| 189 | end |
| 190 | s.subspec 'Implementation' do |ss| |
| 191 | ss.header_mappings_dir = '.' |
| 192 | ss.libraries = 'z' |
| 193 | ss.dependency "#{s.name}/Interface", version |
| 194 | ss.dependency 'BoringSSL', '~> 4.0' |
| 195 | |
| 196 | # To save you from scrolling, this is the last part of the podspec. |
| 197 | ss.source_files = 'src/core/lib/profiling/timers.h', |
| 198 | 'src/core/lib/support/backoff.h', |
| 199 | 'src/core/lib/support/block_annotate.h', |
| 200 | 'src/core/lib/support/env.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 201 | 'src/core/lib/support/murmur_hash.h', |
| 202 | 'src/core/lib/support/stack_lockfree.h', |
| 203 | 'src/core/lib/support/string.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 204 | 'src/core/lib/support/string_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 205 | 'src/core/lib/support/thd_internal.h', |
| 206 | 'src/core/lib/support/time_precise.h', |
| 207 | 'src/core/lib/support/tmpfile.h', |
| 208 | 'src/core/lib/profiling/basic_timers.c', |
| 209 | 'src/core/lib/profiling/stap_timers.c', |
| 210 | 'src/core/lib/support/alloc.c', |
| 211 | 'src/core/lib/support/avl.c', |
| 212 | 'src/core/lib/support/backoff.c', |
| 213 | 'src/core/lib/support/cmdline.c', |
| 214 | 'src/core/lib/support/cpu_iphone.c', |
| 215 | 'src/core/lib/support/cpu_linux.c', |
| 216 | 'src/core/lib/support/cpu_posix.c', |
| 217 | 'src/core/lib/support/cpu_windows.c', |
| 218 | 'src/core/lib/support/env_linux.c', |
| 219 | 'src/core/lib/support/env_posix.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 220 | 'src/core/lib/support/env_windows.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 221 | 'src/core/lib/support/histogram.c', |
| 222 | 'src/core/lib/support/host_port.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 223 | 'src/core/lib/support/log.c', |
| 224 | 'src/core/lib/support/log_android.c', |
| 225 | 'src/core/lib/support/log_linux.c', |
| 226 | 'src/core/lib/support/log_posix.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 227 | 'src/core/lib/support/log_windows.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 228 | 'src/core/lib/support/murmur_hash.c', |
| 229 | 'src/core/lib/support/slice.c', |
| 230 | 'src/core/lib/support/slice_buffer.c', |
| 231 | 'src/core/lib/support/stack_lockfree.c', |
| 232 | 'src/core/lib/support/string.c', |
| 233 | 'src/core/lib/support/string_posix.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 234 | 'src/core/lib/support/string_util_windows.c', |
| 235 | 'src/core/lib/support/string_windows.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 236 | 'src/core/lib/support/subprocess_posix.c', |
| 237 | 'src/core/lib/support/subprocess_windows.c', |
| 238 | 'src/core/lib/support/sync.c', |
| 239 | 'src/core/lib/support/sync_posix.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 240 | 'src/core/lib/support/sync_windows.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 241 | 'src/core/lib/support/thd.c', |
| 242 | 'src/core/lib/support/thd_posix.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 243 | 'src/core/lib/support/thd_windows.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 244 | 'src/core/lib/support/time.c', |
| 245 | 'src/core/lib/support/time_posix.c', |
| 246 | 'src/core/lib/support/time_precise.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 247 | 'src/core/lib/support/time_windows.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 248 | 'src/core/lib/support/tls_pthread.c', |
| 249 | 'src/core/lib/support/tmpfile_msys.c', |
| 250 | 'src/core/lib/support/tmpfile_posix.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 251 | 'src/core/lib/support/tmpfile_windows.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 252 | 'src/core/lib/support/wrap_memcpy.c', |
| 253 | 'src/core/lib/channel/channel_args.h', |
| 254 | 'src/core/lib/channel/channel_stack.h', |
| 255 | 'src/core/lib/channel/channel_stack_builder.h', |
| 256 | 'src/core/lib/channel/compress_filter.h', |
| 257 | 'src/core/lib/channel/connected_channel.h', |
| 258 | 'src/core/lib/channel/context.h', |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame^] | 259 | 'src/core/lib/channel/handshaker.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 260 | 'src/core/lib/channel/http_client_filter.h', |
| 261 | 'src/core/lib/channel/http_server_filter.h', |
| 262 | 'src/core/lib/compression/algorithm_metadata.h', |
| 263 | 'src/core/lib/compression/message_compress.h', |
| 264 | 'src/core/lib/debug/trace.h', |
| 265 | 'src/core/lib/http/format_request.h', |
| 266 | 'src/core/lib/http/httpcli.h', |
| 267 | 'src/core/lib/http/parser.h', |
| 268 | 'src/core/lib/iomgr/closure.h', |
| 269 | 'src/core/lib/iomgr/endpoint.h', |
| 270 | 'src/core/lib/iomgr/endpoint_pair.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 271 | 'src/core/lib/iomgr/error.h', |
| 272 | 'src/core/lib/iomgr/ev_epoll_linux.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 273 | 'src/core/lib/iomgr/ev_poll_and_epoll_posix.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 274 | 'src/core/lib/iomgr/ev_poll_posix.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 275 | 'src/core/lib/iomgr/ev_posix.h', |
| 276 | 'src/core/lib/iomgr/exec_ctx.h', |
| 277 | 'src/core/lib/iomgr/executor.h', |
| 278 | 'src/core/lib/iomgr/iocp_windows.h', |
| 279 | 'src/core/lib/iomgr/iomgr.h', |
| 280 | 'src/core/lib/iomgr/iomgr_internal.h', |
| 281 | 'src/core/lib/iomgr/iomgr_posix.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 282 | 'src/core/lib/iomgr/load_file.h', |
| 283 | 'src/core/lib/iomgr/network_status_tracker.h', |
| 284 | 'src/core/lib/iomgr/polling_entity.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 285 | 'src/core/lib/iomgr/pollset.h', |
| 286 | 'src/core/lib/iomgr/pollset_set.h', |
| 287 | 'src/core/lib/iomgr/pollset_set_windows.h', |
| 288 | 'src/core/lib/iomgr/pollset_windows.h', |
| 289 | 'src/core/lib/iomgr/resolve_address.h', |
| 290 | 'src/core/lib/iomgr/sockaddr.h', |
| 291 | 'src/core/lib/iomgr/sockaddr_posix.h', |
| 292 | 'src/core/lib/iomgr/sockaddr_utils.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 293 | 'src/core/lib/iomgr/sockaddr_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 294 | 'src/core/lib/iomgr/socket_utils_posix.h', |
| 295 | 'src/core/lib/iomgr/socket_windows.h', |
| 296 | 'src/core/lib/iomgr/tcp_client.h', |
| 297 | 'src/core/lib/iomgr/tcp_posix.h', |
| 298 | 'src/core/lib/iomgr/tcp_server.h', |
| 299 | 'src/core/lib/iomgr/tcp_windows.h', |
| 300 | 'src/core/lib/iomgr/time_averaged_stats.h', |
| 301 | 'src/core/lib/iomgr/timer.h', |
| 302 | 'src/core/lib/iomgr/timer_heap.h', |
| 303 | 'src/core/lib/iomgr/udp_server.h', |
| 304 | 'src/core/lib/iomgr/unix_sockets_posix.h', |
| 305 | 'src/core/lib/iomgr/wakeup_fd_pipe.h', |
| 306 | 'src/core/lib/iomgr/wakeup_fd_posix.h', |
| 307 | 'src/core/lib/iomgr/workqueue.h', |
| 308 | 'src/core/lib/iomgr/workqueue_posix.h', |
| 309 | 'src/core/lib/iomgr/workqueue_windows.h', |
| 310 | 'src/core/lib/json/json.h', |
| 311 | 'src/core/lib/json/json_common.h', |
| 312 | 'src/core/lib/json/json_reader.h', |
| 313 | 'src/core/lib/json/json_writer.h', |
| 314 | 'src/core/lib/surface/api_trace.h', |
| 315 | 'src/core/lib/surface/call.h', |
| 316 | 'src/core/lib/surface/call_test_only.h', |
| 317 | 'src/core/lib/surface/channel.h', |
| 318 | 'src/core/lib/surface/channel_init.h', |
| 319 | 'src/core/lib/surface/channel_stack_type.h', |
| 320 | 'src/core/lib/surface/completion_queue.h', |
| 321 | 'src/core/lib/surface/event_string.h', |
| 322 | 'src/core/lib/surface/init.h', |
| 323 | 'src/core/lib/surface/lame_client.h', |
| 324 | 'src/core/lib/surface/server.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 325 | 'src/core/lib/transport/byte_stream.h', |
| 326 | 'src/core/lib/transport/connectivity_state.h', |
| 327 | 'src/core/lib/transport/metadata.h', |
| 328 | 'src/core/lib/transport/metadata_batch.h', |
| 329 | 'src/core/lib/transport/static_metadata.h', |
| 330 | 'src/core/lib/transport/transport.h', |
| 331 | 'src/core/lib/transport/transport_impl.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 332 | 'src/core/ext/transport/chttp2/transport/bin_decoder.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 333 | 'src/core/ext/transport/chttp2/transport/bin_encoder.h', |
| 334 | 'src/core/ext/transport/chttp2/transport/chttp2_transport.h', |
| 335 | 'src/core/ext/transport/chttp2/transport/frame.h', |
| 336 | 'src/core/ext/transport/chttp2/transport/frame_data.h', |
| 337 | 'src/core/ext/transport/chttp2/transport/frame_goaway.h', |
| 338 | 'src/core/ext/transport/chttp2/transport/frame_ping.h', |
| 339 | 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h', |
| 340 | 'src/core/ext/transport/chttp2/transport/frame_settings.h', |
| 341 | 'src/core/ext/transport/chttp2/transport/frame_window_update.h', |
| 342 | 'src/core/ext/transport/chttp2/transport/hpack_encoder.h', |
| 343 | 'src/core/ext/transport/chttp2/transport/hpack_parser.h', |
| 344 | 'src/core/ext/transport/chttp2/transport/hpack_table.h', |
| 345 | 'src/core/ext/transport/chttp2/transport/http2_errors.h', |
| 346 | 'src/core/ext/transport/chttp2/transport/huffsyms.h', |
| 347 | 'src/core/ext/transport/chttp2/transport/incoming_metadata.h', |
| 348 | 'src/core/ext/transport/chttp2/transport/internal.h', |
| 349 | 'src/core/ext/transport/chttp2/transport/status_conversion.h', |
| 350 | 'src/core/ext/transport/chttp2/transport/stream_map.h', |
| 351 | 'src/core/ext/transport/chttp2/transport/timeout_encoding.h', |
| 352 | 'src/core/ext/transport/chttp2/transport/varint.h', |
| 353 | 'src/core/ext/transport/chttp2/alpn/alpn.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 354 | 'src/core/lib/security/context/security_context.h', |
| 355 | 'src/core/lib/security/credentials/composite/composite_credentials.h', |
| 356 | 'src/core/lib/security/credentials/credentials.h', |
| 357 | 'src/core/lib/security/credentials/fake/fake_credentials.h', |
| 358 | 'src/core/lib/security/credentials/google_default/google_default_credentials.h', |
| 359 | 'src/core/lib/security/credentials/iam/iam_credentials.h', |
| 360 | 'src/core/lib/security/credentials/jwt/json_token.h', |
| 361 | 'src/core/lib/security/credentials/jwt/jwt_credentials.h', |
| 362 | 'src/core/lib/security/credentials/jwt/jwt_verifier.h', |
| 363 | 'src/core/lib/security/credentials/oauth2/oauth2_credentials.h', |
| 364 | 'src/core/lib/security/credentials/plugin/plugin_credentials.h', |
| 365 | 'src/core/lib/security/credentials/ssl/ssl_credentials.h', |
| 366 | 'src/core/lib/security/transport/auth_filters.h', |
| 367 | 'src/core/lib/security/transport/handshake.h', |
| 368 | 'src/core/lib/security/transport/secure_endpoint.h', |
| 369 | 'src/core/lib/security/transport/security_connector.h', |
| 370 | 'src/core/lib/security/transport/tsi_error.h', |
| 371 | 'src/core/lib/security/util/b64.h', |
| 372 | 'src/core/lib/security/util/json_util.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 373 | 'src/core/lib/tsi/fake_transport_security.h', |
| 374 | 'src/core/lib/tsi/ssl_transport_security.h', |
| 375 | 'src/core/lib/tsi/ssl_types.h', |
| 376 | 'src/core/lib/tsi/transport_security.h', |
| 377 | 'src/core/lib/tsi/transport_security_interface.h', |
| 378 | 'src/core/ext/client_config/client_channel.h', |
| 379 | 'src/core/ext/client_config/client_channel_factory.h', |
| 380 | 'src/core/ext/client_config/client_config.h', |
| 381 | 'src/core/ext/client_config/connector.h', |
| 382 | 'src/core/ext/client_config/initial_connect_string.h', |
| 383 | 'src/core/ext/client_config/lb_policy.h', |
| 384 | 'src/core/ext/client_config/lb_policy_factory.h', |
| 385 | 'src/core/ext/client_config/lb_policy_registry.h', |
| 386 | 'src/core/ext/client_config/parse_address.h', |
| 387 | 'src/core/ext/client_config/resolver.h', |
| 388 | 'src/core/ext/client_config/resolver_factory.h', |
| 389 | 'src/core/ext/client_config/resolver_registry.h', |
| 390 | 'src/core/ext/client_config/subchannel.h', |
| 391 | 'src/core/ext/client_config/subchannel_call_holder.h', |
| 392 | 'src/core/ext/client_config/subchannel_index.h', |
| 393 | 'src/core/ext/client_config/uri_parser.h', |
| 394 | 'src/core/ext/lb_policy/grpclb/load_balancer_api.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 395 | 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 396 | 'third_party/nanopb/pb.h', |
| 397 | 'third_party/nanopb/pb_common.h', |
| 398 | 'third_party/nanopb/pb_decode.h', |
| 399 | 'third_party/nanopb/pb_encode.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 400 | 'src/core/ext/load_reporting/load_reporting.h', |
| 401 | 'src/core/ext/load_reporting/load_reporting_filter.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 402 | 'src/core/ext/census/aggregation.h', |
| 403 | 'src/core/ext/census/census_interface.h', |
| 404 | 'src/core/ext/census/census_rpc_stats.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 405 | 'src/core/ext/census/gen/census.pb.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 406 | 'src/core/ext/census/grpc_filter.h', |
| 407 | 'src/core/ext/census/mlog.h', |
| 408 | 'src/core/ext/census/rpc_metric_id.h', |
| 409 | 'src/core/lib/surface/init.c', |
| 410 | 'src/core/lib/channel/channel_args.c', |
| 411 | 'src/core/lib/channel/channel_stack.c', |
| 412 | 'src/core/lib/channel/channel_stack_builder.c', |
| 413 | 'src/core/lib/channel/compress_filter.c', |
| 414 | 'src/core/lib/channel/connected_channel.c', |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame^] | 415 | 'src/core/lib/channel/handshaker.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 416 | 'src/core/lib/channel/http_client_filter.c', |
| 417 | 'src/core/lib/channel/http_server_filter.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 418 | 'src/core/lib/compression/compression.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 419 | 'src/core/lib/compression/message_compress.c', |
| 420 | 'src/core/lib/debug/trace.c', |
| 421 | 'src/core/lib/http/format_request.c', |
| 422 | 'src/core/lib/http/httpcli.c', |
| 423 | 'src/core/lib/http/parser.c', |
| 424 | 'src/core/lib/iomgr/closure.c', |
| 425 | 'src/core/lib/iomgr/endpoint.c', |
| 426 | 'src/core/lib/iomgr/endpoint_pair_posix.c', |
| 427 | 'src/core/lib/iomgr/endpoint_pair_windows.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 428 | 'src/core/lib/iomgr/error.c', |
| 429 | 'src/core/lib/iomgr/ev_epoll_linux.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 430 | 'src/core/lib/iomgr/ev_poll_and_epoll_posix.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 431 | 'src/core/lib/iomgr/ev_poll_posix.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 432 | 'src/core/lib/iomgr/ev_posix.c', |
| 433 | 'src/core/lib/iomgr/exec_ctx.c', |
| 434 | 'src/core/lib/iomgr/executor.c', |
| 435 | 'src/core/lib/iomgr/iocp_windows.c', |
| 436 | 'src/core/lib/iomgr/iomgr.c', |
| 437 | 'src/core/lib/iomgr/iomgr_posix.c', |
| 438 | 'src/core/lib/iomgr/iomgr_windows.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 439 | 'src/core/lib/iomgr/load_file.c', |
| 440 | 'src/core/lib/iomgr/network_status_tracker.c', |
| 441 | 'src/core/lib/iomgr/polling_entity.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 442 | 'src/core/lib/iomgr/pollset_set_windows.c', |
| 443 | 'src/core/lib/iomgr/pollset_windows.c', |
| 444 | 'src/core/lib/iomgr/resolve_address_posix.c', |
| 445 | 'src/core/lib/iomgr/resolve_address_windows.c', |
| 446 | 'src/core/lib/iomgr/sockaddr_utils.c', |
| 447 | 'src/core/lib/iomgr/socket_utils_common_posix.c', |
| 448 | 'src/core/lib/iomgr/socket_utils_linux.c', |
| 449 | 'src/core/lib/iomgr/socket_utils_posix.c', |
| 450 | 'src/core/lib/iomgr/socket_windows.c', |
| 451 | 'src/core/lib/iomgr/tcp_client_posix.c', |
| 452 | 'src/core/lib/iomgr/tcp_client_windows.c', |
| 453 | 'src/core/lib/iomgr/tcp_posix.c', |
| 454 | 'src/core/lib/iomgr/tcp_server_posix.c', |
| 455 | 'src/core/lib/iomgr/tcp_server_windows.c', |
| 456 | 'src/core/lib/iomgr/tcp_windows.c', |
| 457 | 'src/core/lib/iomgr/time_averaged_stats.c', |
| 458 | 'src/core/lib/iomgr/timer.c', |
| 459 | 'src/core/lib/iomgr/timer_heap.c', |
| 460 | 'src/core/lib/iomgr/udp_server.c', |
| 461 | 'src/core/lib/iomgr/unix_sockets_posix.c', |
| 462 | 'src/core/lib/iomgr/unix_sockets_posix_noop.c', |
| 463 | 'src/core/lib/iomgr/wakeup_fd_eventfd.c', |
| 464 | 'src/core/lib/iomgr/wakeup_fd_nospecial.c', |
| 465 | 'src/core/lib/iomgr/wakeup_fd_pipe.c', |
| 466 | 'src/core/lib/iomgr/wakeup_fd_posix.c', |
| 467 | 'src/core/lib/iomgr/workqueue_posix.c', |
| 468 | 'src/core/lib/iomgr/workqueue_windows.c', |
| 469 | 'src/core/lib/json/json.c', |
| 470 | 'src/core/lib/json/json_reader.c', |
| 471 | 'src/core/lib/json/json_string.c', |
| 472 | 'src/core/lib/json/json_writer.c', |
| 473 | 'src/core/lib/surface/alarm.c', |
| 474 | 'src/core/lib/surface/api_trace.c', |
| 475 | 'src/core/lib/surface/byte_buffer.c', |
| 476 | 'src/core/lib/surface/byte_buffer_reader.c', |
| 477 | 'src/core/lib/surface/call.c', |
| 478 | 'src/core/lib/surface/call_details.c', |
| 479 | 'src/core/lib/surface/call_log_batch.c', |
| 480 | 'src/core/lib/surface/channel.c', |
| 481 | 'src/core/lib/surface/channel_init.c', |
| 482 | 'src/core/lib/surface/channel_ping.c', |
| 483 | 'src/core/lib/surface/channel_stack_type.c', |
| 484 | 'src/core/lib/surface/completion_queue.c', |
| 485 | 'src/core/lib/surface/event_string.c', |
| 486 | 'src/core/lib/surface/lame_client.c', |
| 487 | 'src/core/lib/surface/metadata_array.c', |
| 488 | 'src/core/lib/surface/server.c', |
| 489 | 'src/core/lib/surface/validate_metadata.c', |
| 490 | 'src/core/lib/surface/version.c', |
| 491 | 'src/core/lib/transport/byte_stream.c', |
| 492 | 'src/core/lib/transport/connectivity_state.c', |
| 493 | 'src/core/lib/transport/metadata.c', |
| 494 | 'src/core/lib/transport/metadata_batch.c', |
| 495 | 'src/core/lib/transport/static_metadata.c', |
| 496 | 'src/core/lib/transport/transport.c', |
| 497 | 'src/core/lib/transport/transport_op_string.c', |
| 498 | 'src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 499 | 'src/core/ext/transport/chttp2/transport/bin_decoder.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 500 | 'src/core/ext/transport/chttp2/transport/bin_encoder.c', |
| 501 | 'src/core/ext/transport/chttp2/transport/chttp2_plugin.c', |
| 502 | 'src/core/ext/transport/chttp2/transport/chttp2_transport.c', |
| 503 | 'src/core/ext/transport/chttp2/transport/frame_data.c', |
| 504 | 'src/core/ext/transport/chttp2/transport/frame_goaway.c', |
| 505 | 'src/core/ext/transport/chttp2/transport/frame_ping.c', |
| 506 | 'src/core/ext/transport/chttp2/transport/frame_rst_stream.c', |
| 507 | 'src/core/ext/transport/chttp2/transport/frame_settings.c', |
| 508 | 'src/core/ext/transport/chttp2/transport/frame_window_update.c', |
| 509 | 'src/core/ext/transport/chttp2/transport/hpack_encoder.c', |
| 510 | 'src/core/ext/transport/chttp2/transport/hpack_parser.c', |
| 511 | 'src/core/ext/transport/chttp2/transport/hpack_table.c', |
| 512 | 'src/core/ext/transport/chttp2/transport/huffsyms.c', |
| 513 | 'src/core/ext/transport/chttp2/transport/incoming_metadata.c', |
| 514 | 'src/core/ext/transport/chttp2/transport/parsing.c', |
| 515 | 'src/core/ext/transport/chttp2/transport/status_conversion.c', |
| 516 | 'src/core/ext/transport/chttp2/transport/stream_lists.c', |
| 517 | 'src/core/ext/transport/chttp2/transport/stream_map.c', |
| 518 | 'src/core/ext/transport/chttp2/transport/timeout_encoding.c', |
| 519 | 'src/core/ext/transport/chttp2/transport/varint.c', |
| 520 | 'src/core/ext/transport/chttp2/transport/writing.c', |
| 521 | 'src/core/ext/transport/chttp2/alpn/alpn.c', |
| 522 | 'src/core/lib/http/httpcli_security_connector.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 523 | 'src/core/lib/security/context/security_context.c', |
| 524 | 'src/core/lib/security/credentials/composite/composite_credentials.c', |
| 525 | 'src/core/lib/security/credentials/credentials.c', |
| 526 | 'src/core/lib/security/credentials/credentials_metadata.c', |
| 527 | 'src/core/lib/security/credentials/fake/fake_credentials.c', |
| 528 | 'src/core/lib/security/credentials/google_default/credentials_posix.c', |
| 529 | 'src/core/lib/security/credentials/google_default/credentials_windows.c', |
| 530 | 'src/core/lib/security/credentials/google_default/google_default_credentials.c', |
| 531 | 'src/core/lib/security/credentials/iam/iam_credentials.c', |
| 532 | 'src/core/lib/security/credentials/jwt/json_token.c', |
| 533 | 'src/core/lib/security/credentials/jwt/jwt_credentials.c', |
| 534 | 'src/core/lib/security/credentials/jwt/jwt_verifier.c', |
| 535 | 'src/core/lib/security/credentials/oauth2/oauth2_credentials.c', |
| 536 | 'src/core/lib/security/credentials/plugin/plugin_credentials.c', |
| 537 | 'src/core/lib/security/credentials/ssl/ssl_credentials.c', |
| 538 | 'src/core/lib/security/transport/client_auth_filter.c', |
| 539 | 'src/core/lib/security/transport/handshake.c', |
| 540 | 'src/core/lib/security/transport/secure_endpoint.c', |
| 541 | 'src/core/lib/security/transport/security_connector.c', |
| 542 | 'src/core/lib/security/transport/server_auth_filter.c', |
| 543 | 'src/core/lib/security/transport/tsi_error.c', |
| 544 | 'src/core/lib/security/util/b64.c', |
| 545 | 'src/core/lib/security/util/json_util.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 546 | 'src/core/lib/surface/init_secure.c', |
| 547 | 'src/core/lib/tsi/fake_transport_security.c', |
| 548 | 'src/core/lib/tsi/ssl_transport_security.c', |
| 549 | 'src/core/lib/tsi/transport_security.c', |
| 550 | 'src/core/ext/transport/chttp2/client/secure/secure_channel_create.c', |
| 551 | 'src/core/ext/client_config/channel_connectivity.c', |
| 552 | 'src/core/ext/client_config/client_channel.c', |
| 553 | 'src/core/ext/client_config/client_channel_factory.c', |
| 554 | 'src/core/ext/client_config/client_config.c', |
| 555 | 'src/core/ext/client_config/client_config_plugin.c', |
| 556 | 'src/core/ext/client_config/connector.c', |
| 557 | 'src/core/ext/client_config/default_initial_connect_string.c', |
| 558 | 'src/core/ext/client_config/initial_connect_string.c', |
| 559 | 'src/core/ext/client_config/lb_policy.c', |
| 560 | 'src/core/ext/client_config/lb_policy_factory.c', |
| 561 | 'src/core/ext/client_config/lb_policy_registry.c', |
| 562 | 'src/core/ext/client_config/parse_address.c', |
| 563 | 'src/core/ext/client_config/resolver.c', |
| 564 | 'src/core/ext/client_config/resolver_factory.c', |
| 565 | 'src/core/ext/client_config/resolver_registry.c', |
| 566 | 'src/core/ext/client_config/subchannel.c', |
| 567 | 'src/core/ext/client_config/subchannel_call_holder.c', |
| 568 | 'src/core/ext/client_config/subchannel_index.c', |
| 569 | 'src/core/ext/client_config/uri_parser.c', |
| 570 | 'src/core/ext/transport/chttp2/server/insecure/server_chttp2.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 571 | 'src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 572 | 'src/core/ext/transport/chttp2/client/insecure/channel_create.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 573 | 'src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 574 | 'src/core/ext/lb_policy/grpclb/load_balancer_api.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 575 | 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 576 | 'third_party/nanopb/pb_common.c', |
| 577 | 'third_party/nanopb/pb_decode.c', |
| 578 | 'third_party/nanopb/pb_encode.c', |
| 579 | 'src/core/ext/lb_policy/pick_first/pick_first.c', |
| 580 | 'src/core/ext/lb_policy/round_robin/round_robin.c', |
| 581 | 'src/core/ext/resolver/dns/native/dns_resolver.c', |
| 582 | 'src/core/ext/resolver/sockaddr/sockaddr_resolver.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 583 | 'src/core/ext/load_reporting/load_reporting.c', |
| 584 | 'src/core/ext/load_reporting/load_reporting_filter.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 585 | 'src/core/ext/census/context.c', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 586 | 'src/core/ext/census/gen/census.pb.c', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 587 | 'src/core/ext/census/grpc_context.c', |
| 588 | 'src/core/ext/census/grpc_filter.c', |
| 589 | 'src/core/ext/census/grpc_plugin.c', |
| 590 | 'src/core/ext/census/initialize.c', |
| 591 | 'src/core/ext/census/mlog.c', |
| 592 | 'src/core/ext/census/operation.c', |
| 593 | 'src/core/ext/census/placeholders.c', |
| 594 | 'src/core/ext/census/tracing.c', |
| 595 | 'src/core/plugin_registry/grpc_plugin_registry.c' |
| 596 | |
| 597 | ss.private_header_files = 'src/core/lib/profiling/timers.h', |
| 598 | 'src/core/lib/support/backoff.h', |
| 599 | 'src/core/lib/support/block_annotate.h', |
| 600 | 'src/core/lib/support/env.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 601 | 'src/core/lib/support/murmur_hash.h', |
| 602 | 'src/core/lib/support/stack_lockfree.h', |
| 603 | 'src/core/lib/support/string.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 604 | 'src/core/lib/support/string_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 605 | 'src/core/lib/support/thd_internal.h', |
| 606 | 'src/core/lib/support/time_precise.h', |
| 607 | 'src/core/lib/support/tmpfile.h', |
| 608 | 'src/core/lib/channel/channel_args.h', |
| 609 | 'src/core/lib/channel/channel_stack.h', |
| 610 | 'src/core/lib/channel/channel_stack_builder.h', |
| 611 | 'src/core/lib/channel/compress_filter.h', |
| 612 | 'src/core/lib/channel/connected_channel.h', |
| 613 | 'src/core/lib/channel/context.h', |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame^] | 614 | 'src/core/lib/channel/handshaker.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 615 | 'src/core/lib/channel/http_client_filter.h', |
| 616 | 'src/core/lib/channel/http_server_filter.h', |
| 617 | 'src/core/lib/compression/algorithm_metadata.h', |
| 618 | 'src/core/lib/compression/message_compress.h', |
| 619 | 'src/core/lib/debug/trace.h', |
| 620 | 'src/core/lib/http/format_request.h', |
| 621 | 'src/core/lib/http/httpcli.h', |
| 622 | 'src/core/lib/http/parser.h', |
| 623 | 'src/core/lib/iomgr/closure.h', |
| 624 | 'src/core/lib/iomgr/endpoint.h', |
| 625 | 'src/core/lib/iomgr/endpoint_pair.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 626 | 'src/core/lib/iomgr/error.h', |
| 627 | 'src/core/lib/iomgr/ev_epoll_linux.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 628 | 'src/core/lib/iomgr/ev_poll_and_epoll_posix.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 629 | 'src/core/lib/iomgr/ev_poll_posix.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 630 | 'src/core/lib/iomgr/ev_posix.h', |
| 631 | 'src/core/lib/iomgr/exec_ctx.h', |
| 632 | 'src/core/lib/iomgr/executor.h', |
| 633 | 'src/core/lib/iomgr/iocp_windows.h', |
| 634 | 'src/core/lib/iomgr/iomgr.h', |
| 635 | 'src/core/lib/iomgr/iomgr_internal.h', |
| 636 | 'src/core/lib/iomgr/iomgr_posix.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 637 | 'src/core/lib/iomgr/load_file.h', |
| 638 | 'src/core/lib/iomgr/network_status_tracker.h', |
| 639 | 'src/core/lib/iomgr/polling_entity.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 640 | 'src/core/lib/iomgr/pollset.h', |
| 641 | 'src/core/lib/iomgr/pollset_set.h', |
| 642 | 'src/core/lib/iomgr/pollset_set_windows.h', |
| 643 | 'src/core/lib/iomgr/pollset_windows.h', |
| 644 | 'src/core/lib/iomgr/resolve_address.h', |
| 645 | 'src/core/lib/iomgr/sockaddr.h', |
| 646 | 'src/core/lib/iomgr/sockaddr_posix.h', |
| 647 | 'src/core/lib/iomgr/sockaddr_utils.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 648 | 'src/core/lib/iomgr/sockaddr_windows.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 649 | 'src/core/lib/iomgr/socket_utils_posix.h', |
| 650 | 'src/core/lib/iomgr/socket_windows.h', |
| 651 | 'src/core/lib/iomgr/tcp_client.h', |
| 652 | 'src/core/lib/iomgr/tcp_posix.h', |
| 653 | 'src/core/lib/iomgr/tcp_server.h', |
| 654 | 'src/core/lib/iomgr/tcp_windows.h', |
| 655 | 'src/core/lib/iomgr/time_averaged_stats.h', |
| 656 | 'src/core/lib/iomgr/timer.h', |
| 657 | 'src/core/lib/iomgr/timer_heap.h', |
| 658 | 'src/core/lib/iomgr/udp_server.h', |
| 659 | 'src/core/lib/iomgr/unix_sockets_posix.h', |
| 660 | 'src/core/lib/iomgr/wakeup_fd_pipe.h', |
| 661 | 'src/core/lib/iomgr/wakeup_fd_posix.h', |
| 662 | 'src/core/lib/iomgr/workqueue.h', |
| 663 | 'src/core/lib/iomgr/workqueue_posix.h', |
| 664 | 'src/core/lib/iomgr/workqueue_windows.h', |
| 665 | 'src/core/lib/json/json.h', |
| 666 | 'src/core/lib/json/json_common.h', |
| 667 | 'src/core/lib/json/json_reader.h', |
| 668 | 'src/core/lib/json/json_writer.h', |
| 669 | 'src/core/lib/surface/api_trace.h', |
| 670 | 'src/core/lib/surface/call.h', |
| 671 | 'src/core/lib/surface/call_test_only.h', |
| 672 | 'src/core/lib/surface/channel.h', |
| 673 | 'src/core/lib/surface/channel_init.h', |
| 674 | 'src/core/lib/surface/channel_stack_type.h', |
| 675 | 'src/core/lib/surface/completion_queue.h', |
| 676 | 'src/core/lib/surface/event_string.h', |
| 677 | 'src/core/lib/surface/init.h', |
| 678 | 'src/core/lib/surface/lame_client.h', |
| 679 | 'src/core/lib/surface/server.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 680 | 'src/core/lib/transport/byte_stream.h', |
| 681 | 'src/core/lib/transport/connectivity_state.h', |
| 682 | 'src/core/lib/transport/metadata.h', |
| 683 | 'src/core/lib/transport/metadata_batch.h', |
| 684 | 'src/core/lib/transport/static_metadata.h', |
| 685 | 'src/core/lib/transport/transport.h', |
| 686 | 'src/core/lib/transport/transport_impl.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 687 | 'src/core/ext/transport/chttp2/transport/bin_decoder.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 688 | 'src/core/ext/transport/chttp2/transport/bin_encoder.h', |
| 689 | 'src/core/ext/transport/chttp2/transport/chttp2_transport.h', |
| 690 | 'src/core/ext/transport/chttp2/transport/frame.h', |
| 691 | 'src/core/ext/transport/chttp2/transport/frame_data.h', |
| 692 | 'src/core/ext/transport/chttp2/transport/frame_goaway.h', |
| 693 | 'src/core/ext/transport/chttp2/transport/frame_ping.h', |
| 694 | 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h', |
| 695 | 'src/core/ext/transport/chttp2/transport/frame_settings.h', |
| 696 | 'src/core/ext/transport/chttp2/transport/frame_window_update.h', |
| 697 | 'src/core/ext/transport/chttp2/transport/hpack_encoder.h', |
| 698 | 'src/core/ext/transport/chttp2/transport/hpack_parser.h', |
| 699 | 'src/core/ext/transport/chttp2/transport/hpack_table.h', |
| 700 | 'src/core/ext/transport/chttp2/transport/http2_errors.h', |
| 701 | 'src/core/ext/transport/chttp2/transport/huffsyms.h', |
| 702 | 'src/core/ext/transport/chttp2/transport/incoming_metadata.h', |
| 703 | 'src/core/ext/transport/chttp2/transport/internal.h', |
| 704 | 'src/core/ext/transport/chttp2/transport/status_conversion.h', |
| 705 | 'src/core/ext/transport/chttp2/transport/stream_map.h', |
| 706 | 'src/core/ext/transport/chttp2/transport/timeout_encoding.h', |
| 707 | 'src/core/ext/transport/chttp2/transport/varint.h', |
| 708 | 'src/core/ext/transport/chttp2/alpn/alpn.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 709 | 'src/core/lib/security/context/security_context.h', |
| 710 | 'src/core/lib/security/credentials/composite/composite_credentials.h', |
| 711 | 'src/core/lib/security/credentials/credentials.h', |
| 712 | 'src/core/lib/security/credentials/fake/fake_credentials.h', |
| 713 | 'src/core/lib/security/credentials/google_default/google_default_credentials.h', |
| 714 | 'src/core/lib/security/credentials/iam/iam_credentials.h', |
| 715 | 'src/core/lib/security/credentials/jwt/json_token.h', |
| 716 | 'src/core/lib/security/credentials/jwt/jwt_credentials.h', |
| 717 | 'src/core/lib/security/credentials/jwt/jwt_verifier.h', |
| 718 | 'src/core/lib/security/credentials/oauth2/oauth2_credentials.h', |
| 719 | 'src/core/lib/security/credentials/plugin/plugin_credentials.h', |
| 720 | 'src/core/lib/security/credentials/ssl/ssl_credentials.h', |
| 721 | 'src/core/lib/security/transport/auth_filters.h', |
| 722 | 'src/core/lib/security/transport/handshake.h', |
| 723 | 'src/core/lib/security/transport/secure_endpoint.h', |
| 724 | 'src/core/lib/security/transport/security_connector.h', |
| 725 | 'src/core/lib/security/transport/tsi_error.h', |
| 726 | 'src/core/lib/security/util/b64.h', |
| 727 | 'src/core/lib/security/util/json_util.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 728 | 'src/core/lib/tsi/fake_transport_security.h', |
| 729 | 'src/core/lib/tsi/ssl_transport_security.h', |
| 730 | 'src/core/lib/tsi/ssl_types.h', |
| 731 | 'src/core/lib/tsi/transport_security.h', |
| 732 | 'src/core/lib/tsi/transport_security_interface.h', |
| 733 | 'src/core/ext/client_config/client_channel.h', |
| 734 | 'src/core/ext/client_config/client_channel_factory.h', |
| 735 | 'src/core/ext/client_config/client_config.h', |
| 736 | 'src/core/ext/client_config/connector.h', |
| 737 | 'src/core/ext/client_config/initial_connect_string.h', |
| 738 | 'src/core/ext/client_config/lb_policy.h', |
| 739 | 'src/core/ext/client_config/lb_policy_factory.h', |
| 740 | 'src/core/ext/client_config/lb_policy_registry.h', |
| 741 | 'src/core/ext/client_config/parse_address.h', |
| 742 | 'src/core/ext/client_config/resolver.h', |
| 743 | 'src/core/ext/client_config/resolver_factory.h', |
| 744 | 'src/core/ext/client_config/resolver_registry.h', |
| 745 | 'src/core/ext/client_config/subchannel.h', |
| 746 | 'src/core/ext/client_config/subchannel_call_holder.h', |
| 747 | 'src/core/ext/client_config/subchannel_index.h', |
| 748 | 'src/core/ext/client_config/uri_parser.h', |
| 749 | 'src/core/ext/lb_policy/grpclb/load_balancer_api.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 750 | 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 751 | 'third_party/nanopb/pb.h', |
| 752 | 'third_party/nanopb/pb_common.h', |
| 753 | 'third_party/nanopb/pb_decode.h', |
| 754 | 'third_party/nanopb/pb_encode.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 755 | 'src/core/ext/load_reporting/load_reporting.h', |
| 756 | 'src/core/ext/load_reporting/load_reporting_filter.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 757 | 'src/core/ext/census/aggregation.h', |
| 758 | 'src/core/ext/census/census_interface.h', |
| 759 | 'src/core/ext/census/census_rpc_stats.h', |
Jorge Canizales | 3bdaa5e | 2016-06-30 19:15:21 -0700 | [diff] [blame] | 760 | 'src/core/ext/census/gen/census.pb.h', |
Jorge Canizales | cc074d9 | 2016-06-28 09:52:43 -0700 | [diff] [blame] | 761 | 'src/core/ext/census/grpc_filter.h', |
| 762 | 'src/core/ext/census/mlog.h', |
| 763 | 'src/core/ext/census/rpc_metric_id.h' |
| 764 | end |
Jorge Canizales | e487a72 | 2016-04-30 12:05:26 -0700 | [diff] [blame] | 765 | end |