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