[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 1 / 0 / gRPC-Core / 1.4.1 / gRPC-Core.podspec.json
blobc7faf866df76eb11504bd02876a79a2b10d1f494
2   "name": "gRPC-Core",
3   "version": "1.4.1",
4   "summary": "Core cross-platform gRPC library, written in C",
5   "homepage": "http://www.grpc.io",
6   "license": "New BSD",
7   "authors": {
8     "The gRPC contributors": "grpc-packages@google.com"
9   },
10   "source": {
11     "git": "https://github.com/grpc/grpc.git",
12     "tag": "v1.4.1",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": false,
20   "module_name": "grpc",
21   "header_mappings_dir": "include/grpc",
22   "header_dir": "grpc",
23   "module_map": "include/grpc/module.modulemap",
24   "pod_target_xcconfig": {
25     "GRPC_SRC_ROOT": "$(PODS_ROOT)/gRPC-Core",
26     "HEADER_SEARCH_PATHS": "\"$(inherited)\" \"$(GRPC_SRC_ROOT)/include\"",
27     "USER_HEADER_SEARCH_PATHS": "\"$(GRPC_SRC_ROOT)\"",
28     "USE_HEADERMAP": "NO",
29     "ALWAYS_SEARCH_USER_PATHS": "NO"
30   },
31   "default_subspecs": [
32     "Interface",
33     "Implementation"
34   ],
35   "compiler_flags": "-DGRPC_ARES=0",
36   "subspecs": [
37     {
38       "name": "Interface",
39       "header_mappings_dir": "include/grpc",
40       "source_files": [
41         "include/grpc/support/alloc.h",
42         "include/grpc/support/atm.h",
43         "include/grpc/support/atm_gcc_atomic.h",
44         "include/grpc/support/atm_gcc_sync.h",
45         "include/grpc/support/atm_windows.h",
46         "include/grpc/support/avl.h",
47         "include/grpc/support/cmdline.h",
48         "include/grpc/support/cpu.h",
49         "include/grpc/support/histogram.h",
50         "include/grpc/support/host_port.h",
51         "include/grpc/support/log.h",
52         "include/grpc/support/log_windows.h",
53         "include/grpc/support/port_platform.h",
54         "include/grpc/support/string_util.h",
55         "include/grpc/support/subprocess.h",
56         "include/grpc/support/sync.h",
57         "include/grpc/support/sync_generic.h",
58         "include/grpc/support/sync_posix.h",
59         "include/grpc/support/sync_windows.h",
60         "include/grpc/support/thd.h",
61         "include/grpc/support/time.h",
62         "include/grpc/support/tls.h",
63         "include/grpc/support/tls_gcc.h",
64         "include/grpc/support/tls_msvc.h",
65         "include/grpc/support/tls_pthread.h",
66         "include/grpc/support/useful.h",
67         "include/grpc/impl/codegen/atm.h",
68         "include/grpc/impl/codegen/atm_gcc_atomic.h",
69         "include/grpc/impl/codegen/atm_gcc_sync.h",
70         "include/grpc/impl/codegen/atm_windows.h",
71         "include/grpc/impl/codegen/gpr_slice.h",
72         "include/grpc/impl/codegen/gpr_types.h",
73         "include/grpc/impl/codegen/port_platform.h",
74         "include/grpc/impl/codegen/sync.h",
75         "include/grpc/impl/codegen/sync_generic.h",
76         "include/grpc/impl/codegen/sync_posix.h",
77         "include/grpc/impl/codegen/sync_windows.h",
78         "include/grpc/byte_buffer.h",
79         "include/grpc/byte_buffer_reader.h",
80         "include/grpc/compression.h",
81         "include/grpc/grpc.h",
82         "include/grpc/grpc_posix.h",
83         "include/grpc/grpc_security_constants.h",
84         "include/grpc/load_reporting.h",
85         "include/grpc/slice.h",
86         "include/grpc/slice_buffer.h",
87         "include/grpc/status.h",
88         "include/grpc/support/workaround_list.h",
89         "include/grpc/impl/codegen/byte_buffer_reader.h",
90         "include/grpc/impl/codegen/compression_types.h",
91         "include/grpc/impl/codegen/connectivity_state.h",
92         "include/grpc/impl/codegen/exec_ctx_fwd.h",
93         "include/grpc/impl/codegen/grpc_types.h",
94         "include/grpc/impl/codegen/propagation_bits.h",
95         "include/grpc/impl/codegen/slice.h",
96         "include/grpc/impl/codegen/status.h",
97         "include/grpc/impl/codegen/atm.h",
98         "include/grpc/impl/codegen/atm_gcc_atomic.h",
99         "include/grpc/impl/codegen/atm_gcc_sync.h",
100         "include/grpc/impl/codegen/atm_windows.h",
101         "include/grpc/impl/codegen/gpr_slice.h",
102         "include/grpc/impl/codegen/gpr_types.h",
103         "include/grpc/impl/codegen/port_platform.h",
104         "include/grpc/impl/codegen/sync.h",
105         "include/grpc/impl/codegen/sync_generic.h",
106         "include/grpc/impl/codegen/sync_posix.h",
107         "include/grpc/impl/codegen/sync_windows.h",
108         "include/grpc/grpc_security.h",
109         "include/grpc/census.h"
110       ]
111     },
112     {
113       "name": "Implementation",
114       "header_mappings_dir": ".",
115       "libraries": "z",
116       "dependencies": {
117         "gRPC-Core/Interface": [
118           "1.4.1"
119         ],
120         "BoringSSL": [
121           "~> 8.0"
122         ]
123       },
124       "source_files": [
125         "src/core/lib/profiling/timers.h",
126         "src/core/lib/support/arena.h",
127         "src/core/lib/support/atomic.h",
128         "src/core/lib/support/atomic_with_atm.h",
129         "src/core/lib/support/atomic_with_std.h",
130         "src/core/lib/support/backoff.h",
131         "src/core/lib/support/block_annotate.h",
132         "src/core/lib/support/env.h",
133         "src/core/lib/support/memory.h",
134         "src/core/lib/support/mpscq.h",
135         "src/core/lib/support/murmur_hash.h",
136         "src/core/lib/support/spinlock.h",
137         "src/core/lib/support/stack_lockfree.h",
138         "src/core/lib/support/string.h",
139         "src/core/lib/support/string_windows.h",
140         "src/core/lib/support/thd_internal.h",
141         "src/core/lib/support/time_precise.h",
142         "src/core/lib/support/tmpfile.h",
143         "src/core/lib/profiling/basic_timers.c",
144         "src/core/lib/profiling/stap_timers.c",
145         "src/core/lib/support/alloc.c",
146         "src/core/lib/support/arena.c",
147         "src/core/lib/support/atm.c",
148         "src/core/lib/support/avl.c",
149         "src/core/lib/support/backoff.c",
150         "src/core/lib/support/cmdline.c",
151         "src/core/lib/support/cpu_iphone.c",
152         "src/core/lib/support/cpu_linux.c",
153         "src/core/lib/support/cpu_posix.c",
154         "src/core/lib/support/cpu_windows.c",
155         "src/core/lib/support/env_linux.c",
156         "src/core/lib/support/env_posix.c",
157         "src/core/lib/support/env_windows.c",
158         "src/core/lib/support/histogram.c",
159         "src/core/lib/support/host_port.c",
160         "src/core/lib/support/log.c",
161         "src/core/lib/support/log_android.c",
162         "src/core/lib/support/log_linux.c",
163         "src/core/lib/support/log_posix.c",
164         "src/core/lib/support/log_windows.c",
165         "src/core/lib/support/mpscq.c",
166         "src/core/lib/support/murmur_hash.c",
167         "src/core/lib/support/stack_lockfree.c",
168         "src/core/lib/support/string.c",
169         "src/core/lib/support/string_posix.c",
170         "src/core/lib/support/string_util_windows.c",
171         "src/core/lib/support/string_windows.c",
172         "src/core/lib/support/subprocess_posix.c",
173         "src/core/lib/support/subprocess_windows.c",
174         "src/core/lib/support/sync.c",
175         "src/core/lib/support/sync_posix.c",
176         "src/core/lib/support/sync_windows.c",
177         "src/core/lib/support/thd.c",
178         "src/core/lib/support/thd_posix.c",
179         "src/core/lib/support/thd_windows.c",
180         "src/core/lib/support/time.c",
181         "src/core/lib/support/time_posix.c",
182         "src/core/lib/support/time_precise.c",
183         "src/core/lib/support/time_windows.c",
184         "src/core/lib/support/tls_pthread.c",
185         "src/core/lib/support/tmpfile_msys.c",
186         "src/core/lib/support/tmpfile_posix.c",
187         "src/core/lib/support/tmpfile_windows.c",
188         "src/core/lib/support/wrap_memcpy.c",
189         "src/core/lib/channel/channel_args.h",
190         "src/core/lib/channel/channel_stack.h",
191         "src/core/lib/channel/channel_stack_builder.h",
192         "src/core/lib/channel/connected_channel.h",
193         "src/core/lib/channel/context.h",
194         "src/core/lib/channel/handshaker.h",
195         "src/core/lib/channel/handshaker_factory.h",
196         "src/core/lib/channel/handshaker_registry.h",
197         "src/core/lib/compression/algorithm_metadata.h",
198         "src/core/lib/compression/message_compress.h",
199         "src/core/lib/http/format_request.h",
200         "src/core/lib/http/httpcli.h",
201         "src/core/lib/http/parser.h",
202         "src/core/lib/iomgr/closure.h",
203         "src/core/lib/iomgr/combiner.h",
204         "src/core/lib/iomgr/endpoint.h",
205         "src/core/lib/iomgr/endpoint_pair.h",
206         "src/core/lib/iomgr/error.h",
207         "src/core/lib/iomgr/error_internal.h",
208         "src/core/lib/iomgr/ev_epoll1_linux.h",
209         "src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h",
210         "src/core/lib/iomgr/ev_epoll_thread_pool_linux.h",
211         "src/core/lib/iomgr/ev_epollex_linux.h",
212         "src/core/lib/iomgr/ev_epollsig_linux.h",
213         "src/core/lib/iomgr/ev_poll_posix.h",
214         "src/core/lib/iomgr/ev_posix.h",
215         "src/core/lib/iomgr/exec_ctx.h",
216         "src/core/lib/iomgr/executor.h",
217         "src/core/lib/iomgr/iocp_windows.h",
218         "src/core/lib/iomgr/iomgr.h",
219         "src/core/lib/iomgr/iomgr_internal.h",
220         "src/core/lib/iomgr/iomgr_posix.h",
221         "src/core/lib/iomgr/is_epollexclusive_available.h",
222         "src/core/lib/iomgr/load_file.h",
223         "src/core/lib/iomgr/lockfree_event.h",
224         "src/core/lib/iomgr/network_status_tracker.h",
225         "src/core/lib/iomgr/polling_entity.h",
226         "src/core/lib/iomgr/pollset.h",
227         "src/core/lib/iomgr/pollset_set.h",
228         "src/core/lib/iomgr/pollset_set_windows.h",
229         "src/core/lib/iomgr/pollset_uv.h",
230         "src/core/lib/iomgr/pollset_windows.h",
231         "src/core/lib/iomgr/port.h",
232         "src/core/lib/iomgr/resolve_address.h",
233         "src/core/lib/iomgr/resource_quota.h",
234         "src/core/lib/iomgr/sockaddr.h",
235         "src/core/lib/iomgr/sockaddr_posix.h",
236         "src/core/lib/iomgr/sockaddr_utils.h",
237         "src/core/lib/iomgr/sockaddr_windows.h",
238         "src/core/lib/iomgr/socket_factory_posix.h",
239         "src/core/lib/iomgr/socket_mutator.h",
240         "src/core/lib/iomgr/socket_utils.h",
241         "src/core/lib/iomgr/socket_utils_posix.h",
242         "src/core/lib/iomgr/socket_windows.h",
243         "src/core/lib/iomgr/sys_epoll_wrapper.h",
244         "src/core/lib/iomgr/tcp_client.h",
245         "src/core/lib/iomgr/tcp_client_posix.h",
246         "src/core/lib/iomgr/tcp_posix.h",
247         "src/core/lib/iomgr/tcp_server.h",
248         "src/core/lib/iomgr/tcp_server_utils_posix.h",
249         "src/core/lib/iomgr/tcp_uv.h",
250         "src/core/lib/iomgr/tcp_windows.h",
251         "src/core/lib/iomgr/time_averaged_stats.h",
252         "src/core/lib/iomgr/timer.h",
253         "src/core/lib/iomgr/timer_generic.h",
254         "src/core/lib/iomgr/timer_heap.h",
255         "src/core/lib/iomgr/timer_manager.h",
256         "src/core/lib/iomgr/timer_uv.h",
257         "src/core/lib/iomgr/udp_server.h",
258         "src/core/lib/iomgr/unix_sockets_posix.h",
259         "src/core/lib/iomgr/wakeup_fd_cv.h",
260         "src/core/lib/iomgr/wakeup_fd_pipe.h",
261         "src/core/lib/iomgr/wakeup_fd_posix.h",
262         "src/core/lib/iomgr/workqueue.h",
263         "src/core/lib/iomgr/workqueue_uv.h",
264         "src/core/lib/iomgr/workqueue_windows.h",
265         "src/core/lib/json/json.h",
266         "src/core/lib/json/json_common.h",
267         "src/core/lib/json/json_reader.h",
268         "src/core/lib/json/json_writer.h",
269         "src/core/lib/slice/b64.h",
270         "src/core/lib/slice/percent_encoding.h",
271         "src/core/lib/slice/slice_hash_table.h",
272         "src/core/lib/slice/slice_internal.h",
273         "src/core/lib/slice/slice_string_helpers.h",
274         "src/core/lib/surface/api_trace.h",
275         "src/core/lib/surface/call.h",
276         "src/core/lib/surface/call_test_only.h",
277         "src/core/lib/surface/channel.h",
278         "src/core/lib/surface/channel_init.h",
279         "src/core/lib/surface/channel_stack_type.h",
280         "src/core/lib/surface/completion_queue.h",
281         "src/core/lib/surface/completion_queue_factory.h",
282         "src/core/lib/surface/event_string.h",
283         "src/core/lib/surface/init.h",
284         "src/core/lib/surface/lame_client.h",
285         "src/core/lib/surface/server.h",
286         "src/core/lib/surface/validate_metadata.h",
287         "src/core/lib/transport/bdp_estimator.h",
288         "src/core/lib/transport/byte_stream.h",
289         "src/core/lib/transport/connectivity_state.h",
290         "src/core/lib/transport/error_utils.h",
291         "src/core/lib/transport/http2_errors.h",
292         "src/core/lib/transport/metadata.h",
293         "src/core/lib/transport/metadata_batch.h",
294         "src/core/lib/transport/pid_controller.h",
295         "src/core/lib/transport/service_config.h",
296         "src/core/lib/transport/static_metadata.h",
297         "src/core/lib/transport/status_conversion.h",
298         "src/core/lib/transport/timeout_encoding.h",
299         "src/core/lib/transport/transport.h",
300         "src/core/lib/transport/transport_impl.h",
301         "src/core/lib/debug/trace.h",
302         "src/core/ext/transport/chttp2/transport/bin_decoder.h",
303         "src/core/ext/transport/chttp2/transport/bin_encoder.h",
304         "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
305         "src/core/ext/transport/chttp2/transport/frame.h",
306         "src/core/ext/transport/chttp2/transport/frame_data.h",
307         "src/core/ext/transport/chttp2/transport/frame_goaway.h",
308         "src/core/ext/transport/chttp2/transport/frame_ping.h",
309         "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
310         "src/core/ext/transport/chttp2/transport/frame_settings.h",
311         "src/core/ext/transport/chttp2/transport/frame_window_update.h",
312         "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
313         "src/core/ext/transport/chttp2/transport/hpack_parser.h",
314         "src/core/ext/transport/chttp2/transport/hpack_table.h",
315         "src/core/ext/transport/chttp2/transport/http2_settings.h",
316         "src/core/ext/transport/chttp2/transport/huffsyms.h",
317         "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
318         "src/core/ext/transport/chttp2/transport/internal.h",
319         "src/core/ext/transport/chttp2/transport/stream_map.h",
320         "src/core/ext/transport/chttp2/transport/varint.h",
321         "src/core/ext/transport/chttp2/alpn/alpn.h",
322         "src/core/ext/filters/http/client/http_client_filter.h",
323         "src/core/ext/filters/http/message_compress/message_compress_filter.h",
324         "src/core/ext/filters/http/server/http_server_filter.h",
325         "src/core/lib/security/context/security_context.h",
326         "src/core/lib/security/credentials/composite/composite_credentials.h",
327         "src/core/lib/security/credentials/credentials.h",
328         "src/core/lib/security/credentials/fake/fake_credentials.h",
329         "src/core/lib/security/credentials/google_default/google_default_credentials.h",
330         "src/core/lib/security/credentials/iam/iam_credentials.h",
331         "src/core/lib/security/credentials/jwt/json_token.h",
332         "src/core/lib/security/credentials/jwt/jwt_credentials.h",
333         "src/core/lib/security/credentials/jwt/jwt_verifier.h",
334         "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
335         "src/core/lib/security/credentials/plugin/plugin_credentials.h",
336         "src/core/lib/security/credentials/ssl/ssl_credentials.h",
337         "src/core/lib/security/transport/auth_filters.h",
338         "src/core/lib/security/transport/lb_targets_info.h",
339         "src/core/lib/security/transport/secure_endpoint.h",
340         "src/core/lib/security/transport/security_connector.h",
341         "src/core/lib/security/transport/security_handshaker.h",
342         "src/core/lib/security/transport/tsi_error.h",
343         "src/core/lib/security/util/json_util.h",
344         "src/core/tsi/fake_transport_security.h",
345         "src/core/tsi/ssl_transport_security.h",
346         "src/core/tsi/ssl_types.h",
347         "src/core/tsi/transport_security.h",
348         "src/core/tsi/transport_security_adapter.h",
349         "src/core/tsi/transport_security_interface.h",
350         "src/core/ext/transport/chttp2/server/chttp2_server.h",
351         "src/core/ext/filters/client_channel/client_channel.h",
352         "src/core/ext/filters/client_channel/client_channel_factory.h",
353         "src/core/ext/filters/client_channel/connector.h",
354         "src/core/ext/filters/client_channel/http_connect_handshaker.h",
355         "src/core/ext/filters/client_channel/http_proxy.h",
356         "src/core/ext/filters/client_channel/lb_policy.h",
357         "src/core/ext/filters/client_channel/lb_policy_factory.h",
358         "src/core/ext/filters/client_channel/lb_policy_registry.h",
359         "src/core/ext/filters/client_channel/parse_address.h",
360         "src/core/ext/filters/client_channel/proxy_mapper.h",
361         "src/core/ext/filters/client_channel/proxy_mapper_registry.h",
362         "src/core/ext/filters/client_channel/resolver.h",
363         "src/core/ext/filters/client_channel/resolver_factory.h",
364         "src/core/ext/filters/client_channel/resolver_registry.h",
365         "src/core/ext/filters/client_channel/retry_throttle.h",
366         "src/core/ext/filters/client_channel/subchannel.h",
367         "src/core/ext/filters/client_channel/subchannel_index.h",
368         "src/core/ext/filters/client_channel/uri_parser.h",
369         "src/core/ext/filters/deadline/deadline_filter.h",
370         "src/core/ext/transport/chttp2/client/chttp2_connector.h",
371         "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h",
372         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h",
373         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h",
374         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h",
375         "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h",
376         "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
377         "third_party/nanopb/pb.h",
378         "third_party/nanopb/pb_common.h",
379         "third_party/nanopb/pb_decode.h",
380         "third_party/nanopb/pb_encode.h",
381         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h",
382         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h",
383         "src/core/ext/filters/load_reporting/load_reporting.h",
384         "src/core/ext/filters/load_reporting/load_reporting_filter.h",
385         "src/core/ext/census/aggregation.h",
386         "src/core/ext/census/base_resources.h",
387         "src/core/ext/census/census_interface.h",
388         "src/core/ext/census/census_rpc_stats.h",
389         "src/core/ext/census/gen/census.pb.h",
390         "src/core/ext/census/gen/trace_context.pb.h",
391         "src/core/ext/census/grpc_filter.h",
392         "src/core/ext/census/intrusive_hash_map.h",
393         "src/core/ext/census/intrusive_hash_map_internal.h",
394         "src/core/ext/census/mlog.h",
395         "src/core/ext/census/resource.h",
396         "src/core/ext/census/rpc_metric_id.h",
397         "src/core/ext/census/trace_context.h",
398         "src/core/ext/census/trace_label.h",
399         "src/core/ext/census/trace_propagation.h",
400         "src/core/ext/census/trace_status.h",
401         "src/core/ext/census/trace_string.h",
402         "src/core/ext/census/tracing.h",
403         "src/core/ext/filters/max_age/max_age_filter.h",
404         "src/core/ext/filters/message_size/message_size_filter.h",
405         "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h",
406         "src/core/ext/filters/workarounds/workaround_utils.h",
407         "src/core/lib/surface/init.c",
408         "src/core/lib/channel/channel_args.c",
409         "src/core/lib/channel/channel_stack.c",
410         "src/core/lib/channel/channel_stack_builder.c",
411         "src/core/lib/channel/connected_channel.c",
412         "src/core/lib/channel/handshaker.c",
413         "src/core/lib/channel/handshaker_factory.c",
414         "src/core/lib/channel/handshaker_registry.c",
415         "src/core/lib/compression/compression.c",
416         "src/core/lib/compression/message_compress.c",
417         "src/core/lib/http/format_request.c",
418         "src/core/lib/http/httpcli.c",
419         "src/core/lib/http/parser.c",
420         "src/core/lib/iomgr/closure.c",
421         "src/core/lib/iomgr/combiner.c",
422         "src/core/lib/iomgr/endpoint.c",
423         "src/core/lib/iomgr/endpoint_pair_posix.c",
424         "src/core/lib/iomgr/endpoint_pair_uv.c",
425         "src/core/lib/iomgr/endpoint_pair_windows.c",
426         "src/core/lib/iomgr/error.c",
427         "src/core/lib/iomgr/ev_epoll1_linux.c",
428         "src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c",
429         "src/core/lib/iomgr/ev_epoll_thread_pool_linux.c",
430         "src/core/lib/iomgr/ev_epollex_linux.c",
431         "src/core/lib/iomgr/ev_epollsig_linux.c",
432         "src/core/lib/iomgr/ev_poll_posix.c",
433         "src/core/lib/iomgr/ev_posix.c",
434         "src/core/lib/iomgr/ev_windows.c",
435         "src/core/lib/iomgr/exec_ctx.c",
436         "src/core/lib/iomgr/executor.c",
437         "src/core/lib/iomgr/iocp_windows.c",
438         "src/core/lib/iomgr/iomgr.c",
439         "src/core/lib/iomgr/iomgr_posix.c",
440         "src/core/lib/iomgr/iomgr_uv.c",
441         "src/core/lib/iomgr/iomgr_windows.c",
442         "src/core/lib/iomgr/is_epollexclusive_available.c",
443         "src/core/lib/iomgr/load_file.c",
444         "src/core/lib/iomgr/lockfree_event.c",
445         "src/core/lib/iomgr/network_status_tracker.c",
446         "src/core/lib/iomgr/polling_entity.c",
447         "src/core/lib/iomgr/pollset_set_uv.c",
448         "src/core/lib/iomgr/pollset_set_windows.c",
449         "src/core/lib/iomgr/pollset_uv.c",
450         "src/core/lib/iomgr/pollset_windows.c",
451         "src/core/lib/iomgr/resolve_address_posix.c",
452         "src/core/lib/iomgr/resolve_address_uv.c",
453         "src/core/lib/iomgr/resolve_address_windows.c",
454         "src/core/lib/iomgr/resource_quota.c",
455         "src/core/lib/iomgr/sockaddr_utils.c",
456         "src/core/lib/iomgr/socket_factory_posix.c",
457         "src/core/lib/iomgr/socket_mutator.c",
458         "src/core/lib/iomgr/socket_utils_common_posix.c",
459         "src/core/lib/iomgr/socket_utils_linux.c",
460         "src/core/lib/iomgr/socket_utils_posix.c",
461         "src/core/lib/iomgr/socket_utils_uv.c",
462         "src/core/lib/iomgr/socket_utils_windows.c",
463         "src/core/lib/iomgr/socket_windows.c",
464         "src/core/lib/iomgr/tcp_client_posix.c",
465         "src/core/lib/iomgr/tcp_client_uv.c",
466         "src/core/lib/iomgr/tcp_client_windows.c",
467         "src/core/lib/iomgr/tcp_posix.c",
468         "src/core/lib/iomgr/tcp_server_posix.c",
469         "src/core/lib/iomgr/tcp_server_utils_posix_common.c",
470         "src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c",
471         "src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c",
472         "src/core/lib/iomgr/tcp_server_uv.c",
473         "src/core/lib/iomgr/tcp_server_windows.c",
474         "src/core/lib/iomgr/tcp_uv.c",
475         "src/core/lib/iomgr/tcp_windows.c",
476         "src/core/lib/iomgr/time_averaged_stats.c",
477         "src/core/lib/iomgr/timer_generic.c",
478         "src/core/lib/iomgr/timer_heap.c",
479         "src/core/lib/iomgr/timer_manager.c",
480         "src/core/lib/iomgr/timer_uv.c",
481         "src/core/lib/iomgr/udp_server.c",
482         "src/core/lib/iomgr/unix_sockets_posix.c",
483         "src/core/lib/iomgr/unix_sockets_posix_noop.c",
484         "src/core/lib/iomgr/wakeup_fd_cv.c",
485         "src/core/lib/iomgr/wakeup_fd_eventfd.c",
486         "src/core/lib/iomgr/wakeup_fd_nospecial.c",
487         "src/core/lib/iomgr/wakeup_fd_pipe.c",
488         "src/core/lib/iomgr/wakeup_fd_posix.c",
489         "src/core/lib/iomgr/workqueue_uv.c",
490         "src/core/lib/iomgr/workqueue_windows.c",
491         "src/core/lib/json/json.c",
492         "src/core/lib/json/json_reader.c",
493         "src/core/lib/json/json_string.c",
494         "src/core/lib/json/json_writer.c",
495         "src/core/lib/slice/b64.c",
496         "src/core/lib/slice/percent_encoding.c",
497         "src/core/lib/slice/slice.c",
498         "src/core/lib/slice/slice_buffer.c",
499         "src/core/lib/slice/slice_hash_table.c",
500         "src/core/lib/slice/slice_intern.c",
501         "src/core/lib/slice/slice_string_helpers.c",
502         "src/core/lib/surface/alarm.c",
503         "src/core/lib/surface/api_trace.c",
504         "src/core/lib/surface/byte_buffer.c",
505         "src/core/lib/surface/byte_buffer_reader.c",
506         "src/core/lib/surface/call.c",
507         "src/core/lib/surface/call_details.c",
508         "src/core/lib/surface/call_log_batch.c",
509         "src/core/lib/surface/channel.c",
510         "src/core/lib/surface/channel_init.c",
511         "src/core/lib/surface/channel_ping.c",
512         "src/core/lib/surface/channel_stack_type.c",
513         "src/core/lib/surface/completion_queue.c",
514         "src/core/lib/surface/completion_queue_factory.c",
515         "src/core/lib/surface/event_string.c",
516         "src/core/lib/surface/lame_client.cc",
517         "src/core/lib/surface/metadata_array.c",
518         "src/core/lib/surface/server.c",
519         "src/core/lib/surface/validate_metadata.c",
520         "src/core/lib/surface/version.c",
521         "src/core/lib/transport/bdp_estimator.c",
522         "src/core/lib/transport/byte_stream.c",
523         "src/core/lib/transport/connectivity_state.c",
524         "src/core/lib/transport/error_utils.c",
525         "src/core/lib/transport/metadata.c",
526         "src/core/lib/transport/metadata_batch.c",
527         "src/core/lib/transport/pid_controller.c",
528         "src/core/lib/transport/service_config.c",
529         "src/core/lib/transport/static_metadata.c",
530         "src/core/lib/transport/status_conversion.c",
531         "src/core/lib/transport/timeout_encoding.c",
532         "src/core/lib/transport/transport.c",
533         "src/core/lib/transport/transport_op_string.c",
534         "src/core/lib/debug/trace.c",
535         "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
536         "src/core/ext/transport/chttp2/transport/bin_decoder.c",
537         "src/core/ext/transport/chttp2/transport/bin_encoder.c",
538         "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
539         "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
540         "src/core/ext/transport/chttp2/transport/frame_data.c",
541         "src/core/ext/transport/chttp2/transport/frame_goaway.c",
542         "src/core/ext/transport/chttp2/transport/frame_ping.c",
543         "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
544         "src/core/ext/transport/chttp2/transport/frame_settings.c",
545         "src/core/ext/transport/chttp2/transport/frame_window_update.c",
546         "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
547         "src/core/ext/transport/chttp2/transport/hpack_parser.c",
548         "src/core/ext/transport/chttp2/transport/hpack_table.c",
549         "src/core/ext/transport/chttp2/transport/http2_settings.c",
550         "src/core/ext/transport/chttp2/transport/huffsyms.c",
551         "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
552         "src/core/ext/transport/chttp2/transport/parsing.c",
553         "src/core/ext/transport/chttp2/transport/stream_lists.c",
554         "src/core/ext/transport/chttp2/transport/stream_map.c",
555         "src/core/ext/transport/chttp2/transport/varint.c",
556         "src/core/ext/transport/chttp2/transport/writing.c",
557         "src/core/ext/transport/chttp2/alpn/alpn.c",
558         "src/core/ext/filters/http/client/http_client_filter.c",
559         "src/core/ext/filters/http/http_filters_plugin.c",
560         "src/core/ext/filters/http/message_compress/message_compress_filter.c",
561         "src/core/ext/filters/http/server/http_server_filter.c",
562         "src/core/lib/http/httpcli_security_connector.c",
563         "src/core/lib/security/context/security_context.c",
564         "src/core/lib/security/credentials/composite/composite_credentials.c",
565         "src/core/lib/security/credentials/credentials.c",
566         "src/core/lib/security/credentials/credentials_metadata.c",
567         "src/core/lib/security/credentials/fake/fake_credentials.c",
568         "src/core/lib/security/credentials/google_default/credentials_generic.c",
569         "src/core/lib/security/credentials/google_default/google_default_credentials.c",
570         "src/core/lib/security/credentials/iam/iam_credentials.c",
571         "src/core/lib/security/credentials/jwt/json_token.c",
572         "src/core/lib/security/credentials/jwt/jwt_credentials.c",
573         "src/core/lib/security/credentials/jwt/jwt_verifier.c",
574         "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
575         "src/core/lib/security/credentials/plugin/plugin_credentials.c",
576         "src/core/lib/security/credentials/ssl/ssl_credentials.c",
577         "src/core/lib/security/transport/client_auth_filter.c",
578         "src/core/lib/security/transport/lb_targets_info.c",
579         "src/core/lib/security/transport/secure_endpoint.c",
580         "src/core/lib/security/transport/security_connector.c",
581         "src/core/lib/security/transport/security_handshaker.c",
582         "src/core/lib/security/transport/server_auth_filter.c",
583         "src/core/lib/security/transport/tsi_error.c",
584         "src/core/lib/security/util/json_util.c",
585         "src/core/lib/surface/init_secure.c",
586         "src/core/tsi/fake_transport_security.c",
587         "src/core/tsi/ssl_transport_security.c",
588         "src/core/tsi/transport_security.c",
589         "src/core/tsi/transport_security_adapter.c",
590         "src/core/ext/transport/chttp2/server/chttp2_server.c",
591         "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
592         "src/core/ext/filters/client_channel/channel_connectivity.c",
593         "src/core/ext/filters/client_channel/client_channel.c",
594         "src/core/ext/filters/client_channel/client_channel_factory.c",
595         "src/core/ext/filters/client_channel/client_channel_plugin.c",
596         "src/core/ext/filters/client_channel/connector.c",
597         "src/core/ext/filters/client_channel/http_connect_handshaker.c",
598         "src/core/ext/filters/client_channel/http_proxy.c",
599         "src/core/ext/filters/client_channel/lb_policy.c",
600         "src/core/ext/filters/client_channel/lb_policy_factory.c",
601         "src/core/ext/filters/client_channel/lb_policy_registry.c",
602         "src/core/ext/filters/client_channel/parse_address.c",
603         "src/core/ext/filters/client_channel/proxy_mapper.c",
604         "src/core/ext/filters/client_channel/proxy_mapper_registry.c",
605         "src/core/ext/filters/client_channel/resolver.c",
606         "src/core/ext/filters/client_channel/resolver_factory.c",
607         "src/core/ext/filters/client_channel/resolver_registry.c",
608         "src/core/ext/filters/client_channel/retry_throttle.c",
609         "src/core/ext/filters/client_channel/subchannel.c",
610         "src/core/ext/filters/client_channel/subchannel_index.c",
611         "src/core/ext/filters/client_channel/uri_parser.c",
612         "src/core/ext/filters/deadline/deadline_filter.c",
613         "src/core/ext/transport/chttp2/client/chttp2_connector.c",
614         "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
615         "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
616         "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
617         "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
618         "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c",
619         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c",
620         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c",
621         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c",
622         "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c",
623         "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
624         "third_party/nanopb/pb_common.c",
625         "third_party/nanopb/pb_decode.c",
626         "third_party/nanopb/pb_encode.c",
627         "src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c",
628         "src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c",
629         "src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c",
630         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c",
631         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c",
632         "src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c",
633         "src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c",
634         "src/core/ext/filters/load_reporting/load_reporting.c",
635         "src/core/ext/filters/load_reporting/load_reporting_filter.c",
636         "src/core/ext/census/base_resources.c",
637         "src/core/ext/census/context.c",
638         "src/core/ext/census/gen/census.pb.c",
639         "src/core/ext/census/gen/trace_context.pb.c",
640         "src/core/ext/census/grpc_context.c",
641         "src/core/ext/census/grpc_filter.c",
642         "src/core/ext/census/grpc_plugin.c",
643         "src/core/ext/census/initialize.c",
644         "src/core/ext/census/intrusive_hash_map.c",
645         "src/core/ext/census/mlog.c",
646         "src/core/ext/census/operation.c",
647         "src/core/ext/census/placeholders.c",
648         "src/core/ext/census/resource.c",
649         "src/core/ext/census/trace_context.c",
650         "src/core/ext/census/tracing.c",
651         "src/core/ext/filters/max_age/max_age_filter.c",
652         "src/core/ext/filters/message_size/message_size_filter.c",
653         "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c",
654         "src/core/ext/filters/workarounds/workaround_utils.c",
655         "src/core/plugin_registry/grpc_plugin_registry.c"
656       ],
657       "private_header_files": [
658         "src/core/lib/profiling/timers.h",
659         "src/core/lib/support/arena.h",
660         "src/core/lib/support/atomic.h",
661         "src/core/lib/support/atomic_with_atm.h",
662         "src/core/lib/support/atomic_with_std.h",
663         "src/core/lib/support/backoff.h",
664         "src/core/lib/support/block_annotate.h",
665         "src/core/lib/support/env.h",
666         "src/core/lib/support/memory.h",
667         "src/core/lib/support/mpscq.h",
668         "src/core/lib/support/murmur_hash.h",
669         "src/core/lib/support/spinlock.h",
670         "src/core/lib/support/stack_lockfree.h",
671         "src/core/lib/support/string.h",
672         "src/core/lib/support/string_windows.h",
673         "src/core/lib/support/thd_internal.h",
674         "src/core/lib/support/time_precise.h",
675         "src/core/lib/support/tmpfile.h",
676         "src/core/lib/channel/channel_args.h",
677         "src/core/lib/channel/channel_stack.h",
678         "src/core/lib/channel/channel_stack_builder.h",
679         "src/core/lib/channel/connected_channel.h",
680         "src/core/lib/channel/context.h",
681         "src/core/lib/channel/handshaker.h",
682         "src/core/lib/channel/handshaker_factory.h",
683         "src/core/lib/channel/handshaker_registry.h",
684         "src/core/lib/compression/algorithm_metadata.h",
685         "src/core/lib/compression/message_compress.h",
686         "src/core/lib/http/format_request.h",
687         "src/core/lib/http/httpcli.h",
688         "src/core/lib/http/parser.h",
689         "src/core/lib/iomgr/closure.h",
690         "src/core/lib/iomgr/combiner.h",
691         "src/core/lib/iomgr/endpoint.h",
692         "src/core/lib/iomgr/endpoint_pair.h",
693         "src/core/lib/iomgr/error.h",
694         "src/core/lib/iomgr/error_internal.h",
695         "src/core/lib/iomgr/ev_epoll1_linux.h",
696         "src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h",
697         "src/core/lib/iomgr/ev_epoll_thread_pool_linux.h",
698         "src/core/lib/iomgr/ev_epollex_linux.h",
699         "src/core/lib/iomgr/ev_epollsig_linux.h",
700         "src/core/lib/iomgr/ev_poll_posix.h",
701         "src/core/lib/iomgr/ev_posix.h",
702         "src/core/lib/iomgr/exec_ctx.h",
703         "src/core/lib/iomgr/executor.h",
704         "src/core/lib/iomgr/iocp_windows.h",
705         "src/core/lib/iomgr/iomgr.h",
706         "src/core/lib/iomgr/iomgr_internal.h",
707         "src/core/lib/iomgr/iomgr_posix.h",
708         "src/core/lib/iomgr/is_epollexclusive_available.h",
709         "src/core/lib/iomgr/load_file.h",
710         "src/core/lib/iomgr/lockfree_event.h",
711         "src/core/lib/iomgr/network_status_tracker.h",
712         "src/core/lib/iomgr/polling_entity.h",
713         "src/core/lib/iomgr/pollset.h",
714         "src/core/lib/iomgr/pollset_set.h",
715         "src/core/lib/iomgr/pollset_set_windows.h",
716         "src/core/lib/iomgr/pollset_uv.h",
717         "src/core/lib/iomgr/pollset_windows.h",
718         "src/core/lib/iomgr/port.h",
719         "src/core/lib/iomgr/resolve_address.h",
720         "src/core/lib/iomgr/resource_quota.h",
721         "src/core/lib/iomgr/sockaddr.h",
722         "src/core/lib/iomgr/sockaddr_posix.h",
723         "src/core/lib/iomgr/sockaddr_utils.h",
724         "src/core/lib/iomgr/sockaddr_windows.h",
725         "src/core/lib/iomgr/socket_factory_posix.h",
726         "src/core/lib/iomgr/socket_mutator.h",
727         "src/core/lib/iomgr/socket_utils.h",
728         "src/core/lib/iomgr/socket_utils_posix.h",
729         "src/core/lib/iomgr/socket_windows.h",
730         "src/core/lib/iomgr/sys_epoll_wrapper.h",
731         "src/core/lib/iomgr/tcp_client.h",
732         "src/core/lib/iomgr/tcp_client_posix.h",
733         "src/core/lib/iomgr/tcp_posix.h",
734         "src/core/lib/iomgr/tcp_server.h",
735         "src/core/lib/iomgr/tcp_server_utils_posix.h",
736         "src/core/lib/iomgr/tcp_uv.h",
737         "src/core/lib/iomgr/tcp_windows.h",
738         "src/core/lib/iomgr/time_averaged_stats.h",
739         "src/core/lib/iomgr/timer.h",
740         "src/core/lib/iomgr/timer_generic.h",
741         "src/core/lib/iomgr/timer_heap.h",
742         "src/core/lib/iomgr/timer_manager.h",
743         "src/core/lib/iomgr/timer_uv.h",
744         "src/core/lib/iomgr/udp_server.h",
745         "src/core/lib/iomgr/unix_sockets_posix.h",
746         "src/core/lib/iomgr/wakeup_fd_cv.h",
747         "src/core/lib/iomgr/wakeup_fd_pipe.h",
748         "src/core/lib/iomgr/wakeup_fd_posix.h",
749         "src/core/lib/iomgr/workqueue.h",
750         "src/core/lib/iomgr/workqueue_uv.h",
751         "src/core/lib/iomgr/workqueue_windows.h",
752         "src/core/lib/json/json.h",
753         "src/core/lib/json/json_common.h",
754         "src/core/lib/json/json_reader.h",
755         "src/core/lib/json/json_writer.h",
756         "src/core/lib/slice/b64.h",
757         "src/core/lib/slice/percent_encoding.h",
758         "src/core/lib/slice/slice_hash_table.h",
759         "src/core/lib/slice/slice_internal.h",
760         "src/core/lib/slice/slice_string_helpers.h",
761         "src/core/lib/surface/api_trace.h",
762         "src/core/lib/surface/call.h",
763         "src/core/lib/surface/call_test_only.h",
764         "src/core/lib/surface/channel.h",
765         "src/core/lib/surface/channel_init.h",
766         "src/core/lib/surface/channel_stack_type.h",
767         "src/core/lib/surface/completion_queue.h",
768         "src/core/lib/surface/completion_queue_factory.h",
769         "src/core/lib/surface/event_string.h",
770         "src/core/lib/surface/init.h",
771         "src/core/lib/surface/lame_client.h",
772         "src/core/lib/surface/server.h",
773         "src/core/lib/surface/validate_metadata.h",
774         "src/core/lib/transport/bdp_estimator.h",
775         "src/core/lib/transport/byte_stream.h",
776         "src/core/lib/transport/connectivity_state.h",
777         "src/core/lib/transport/error_utils.h",
778         "src/core/lib/transport/http2_errors.h",
779         "src/core/lib/transport/metadata.h",
780         "src/core/lib/transport/metadata_batch.h",
781         "src/core/lib/transport/pid_controller.h",
782         "src/core/lib/transport/service_config.h",
783         "src/core/lib/transport/static_metadata.h",
784         "src/core/lib/transport/status_conversion.h",
785         "src/core/lib/transport/timeout_encoding.h",
786         "src/core/lib/transport/transport.h",
787         "src/core/lib/transport/transport_impl.h",
788         "src/core/lib/debug/trace.h",
789         "src/core/ext/transport/chttp2/transport/bin_decoder.h",
790         "src/core/ext/transport/chttp2/transport/bin_encoder.h",
791         "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
792         "src/core/ext/transport/chttp2/transport/frame.h",
793         "src/core/ext/transport/chttp2/transport/frame_data.h",
794         "src/core/ext/transport/chttp2/transport/frame_goaway.h",
795         "src/core/ext/transport/chttp2/transport/frame_ping.h",
796         "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
797         "src/core/ext/transport/chttp2/transport/frame_settings.h",
798         "src/core/ext/transport/chttp2/transport/frame_window_update.h",
799         "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
800         "src/core/ext/transport/chttp2/transport/hpack_parser.h",
801         "src/core/ext/transport/chttp2/transport/hpack_table.h",
802         "src/core/ext/transport/chttp2/transport/http2_settings.h",
803         "src/core/ext/transport/chttp2/transport/huffsyms.h",
804         "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
805         "src/core/ext/transport/chttp2/transport/internal.h",
806         "src/core/ext/transport/chttp2/transport/stream_map.h",
807         "src/core/ext/transport/chttp2/transport/varint.h",
808         "src/core/ext/transport/chttp2/alpn/alpn.h",
809         "src/core/ext/filters/http/client/http_client_filter.h",
810         "src/core/ext/filters/http/message_compress/message_compress_filter.h",
811         "src/core/ext/filters/http/server/http_server_filter.h",
812         "src/core/lib/security/context/security_context.h",
813         "src/core/lib/security/credentials/composite/composite_credentials.h",
814         "src/core/lib/security/credentials/credentials.h",
815         "src/core/lib/security/credentials/fake/fake_credentials.h",
816         "src/core/lib/security/credentials/google_default/google_default_credentials.h",
817         "src/core/lib/security/credentials/iam/iam_credentials.h",
818         "src/core/lib/security/credentials/jwt/json_token.h",
819         "src/core/lib/security/credentials/jwt/jwt_credentials.h",
820         "src/core/lib/security/credentials/jwt/jwt_verifier.h",
821         "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
822         "src/core/lib/security/credentials/plugin/plugin_credentials.h",
823         "src/core/lib/security/credentials/ssl/ssl_credentials.h",
824         "src/core/lib/security/transport/auth_filters.h",
825         "src/core/lib/security/transport/lb_targets_info.h",
826         "src/core/lib/security/transport/secure_endpoint.h",
827         "src/core/lib/security/transport/security_connector.h",
828         "src/core/lib/security/transport/security_handshaker.h",
829         "src/core/lib/security/transport/tsi_error.h",
830         "src/core/lib/security/util/json_util.h",
831         "src/core/tsi/fake_transport_security.h",
832         "src/core/tsi/ssl_transport_security.h",
833         "src/core/tsi/ssl_types.h",
834         "src/core/tsi/transport_security.h",
835         "src/core/tsi/transport_security_adapter.h",
836         "src/core/tsi/transport_security_interface.h",
837         "src/core/ext/transport/chttp2/server/chttp2_server.h",
838         "src/core/ext/filters/client_channel/client_channel.h",
839         "src/core/ext/filters/client_channel/client_channel_factory.h",
840         "src/core/ext/filters/client_channel/connector.h",
841         "src/core/ext/filters/client_channel/http_connect_handshaker.h",
842         "src/core/ext/filters/client_channel/http_proxy.h",
843         "src/core/ext/filters/client_channel/lb_policy.h",
844         "src/core/ext/filters/client_channel/lb_policy_factory.h",
845         "src/core/ext/filters/client_channel/lb_policy_registry.h",
846         "src/core/ext/filters/client_channel/parse_address.h",
847         "src/core/ext/filters/client_channel/proxy_mapper.h",
848         "src/core/ext/filters/client_channel/proxy_mapper_registry.h",
849         "src/core/ext/filters/client_channel/resolver.h",
850         "src/core/ext/filters/client_channel/resolver_factory.h",
851         "src/core/ext/filters/client_channel/resolver_registry.h",
852         "src/core/ext/filters/client_channel/retry_throttle.h",
853         "src/core/ext/filters/client_channel/subchannel.h",
854         "src/core/ext/filters/client_channel/subchannel_index.h",
855         "src/core/ext/filters/client_channel/uri_parser.h",
856         "src/core/ext/filters/deadline/deadline_filter.h",
857         "src/core/ext/transport/chttp2/client/chttp2_connector.h",
858         "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h",
859         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h",
860         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h",
861         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h",
862         "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h",
863         "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
864         "third_party/nanopb/pb.h",
865         "third_party/nanopb/pb_common.h",
866         "third_party/nanopb/pb_decode.h",
867         "third_party/nanopb/pb_encode.h",
868         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h",
869         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h",
870         "src/core/ext/filters/load_reporting/load_reporting.h",
871         "src/core/ext/filters/load_reporting/load_reporting_filter.h",
872         "src/core/ext/census/aggregation.h",
873         "src/core/ext/census/base_resources.h",
874         "src/core/ext/census/census_interface.h",
875         "src/core/ext/census/census_rpc_stats.h",
876         "src/core/ext/census/gen/census.pb.h",
877         "src/core/ext/census/gen/trace_context.pb.h",
878         "src/core/ext/census/grpc_filter.h",
879         "src/core/ext/census/intrusive_hash_map.h",
880         "src/core/ext/census/intrusive_hash_map_internal.h",
881         "src/core/ext/census/mlog.h",
882         "src/core/ext/census/resource.h",
883         "src/core/ext/census/rpc_metric_id.h",
884         "src/core/ext/census/trace_context.h",
885         "src/core/ext/census/trace_label.h",
886         "src/core/ext/census/trace_propagation.h",
887         "src/core/ext/census/trace_status.h",
888         "src/core/ext/census/trace_string.h",
889         "src/core/ext/census/tracing.h",
890         "src/core/ext/filters/max_age/max_age_filter.h",
891         "src/core/ext/filters/message_size/message_size_filter.h",
892         "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h",
893         "src/core/ext/filters/workarounds/workaround_utils.h"
894       ]
895     },
896     {
897       "name": "Cronet-Interface",
898       "header_mappings_dir": "include/grpc",
899       "source_files": "include/grpc/grpc_cronet.h"
900     },
901     {
902       "name": "Cronet-Implementation",
903       "header_mappings_dir": ".",
904       "dependencies": {
905         "gRPC-Core/Interface": [
906           "1.4.1"
907         ],
908         "gRPC-Core/Implementation": [
909           "1.4.1"
910         ],
911         "gRPC-Core/Cronet-Interface": [
912           "1.4.1"
913         ]
914       },
915       "source_files": [
916         "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c",
917         "src/core/ext/transport/cronet/transport/cronet_transport.{c,h}",
918         "third_party/objective_c/Cronet/bidirectional_stream_c.h"
919       ]
920     },
921     {
922       "name": "Tests",
923       "header_mappings_dir": ".",
924       "dependencies": {
925         "gRPC-Core/Interface": [
926           "1.4.1"
927         ],
928         "gRPC-Core/Implementation": [
929           "1.4.1"
930         ]
931       },
932       "source_files": [
933         "test/core/end2end/cq_verifier.{c,h}",
934         "test/core/end2end/end2end_tests.{c,h}",
935         "test/core/end2end/end2end_test_utils.c",
936         "test/core/end2end/tests/*.{c,h}",
937         "test/core/end2end/data/*.{c,h}",
938         "test/core/util/debugger_macros.{c,h}",
939         "test/core/util/test_config.{c,h}",
940         "test/core/util/port.h",
941         "test/core/util/port.c",
942         "test/core/util/port_server_client.{c,h}"
943       ]
944     }
945   ]