[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / 0 / gRPC-Core / 1.1.0-pre1 / gRPC-Core.podspec.json
blob586a0b0fee00fa25009f33b6d35559ff1dfe6911
2   "name": "gRPC-Core",
3   "version": "1.1.0-pre1",
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.1.0-pre1",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.1",
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   "subspecs": [
36     {
37       "name": "Interface",
38       "header_mappings_dir": "include/grpc",
39       "source_files": [
40         "include/grpc/support/alloc.h",
41         "include/grpc/support/atm.h",
42         "include/grpc/support/atm_gcc_atomic.h",
43         "include/grpc/support/atm_gcc_sync.h",
44         "include/grpc/support/atm_windows.h",
45         "include/grpc/support/avl.h",
46         "include/grpc/support/cmdline.h",
47         "include/grpc/support/cpu.h",
48         "include/grpc/support/histogram.h",
49         "include/grpc/support/host_port.h",
50         "include/grpc/support/log.h",
51         "include/grpc/support/log_windows.h",
52         "include/grpc/support/port_platform.h",
53         "include/grpc/support/string_util.h",
54         "include/grpc/support/subprocess.h",
55         "include/grpc/support/sync.h",
56         "include/grpc/support/sync_generic.h",
57         "include/grpc/support/sync_posix.h",
58         "include/grpc/support/sync_windows.h",
59         "include/grpc/support/thd.h",
60         "include/grpc/support/time.h",
61         "include/grpc/support/tls.h",
62         "include/grpc/support/tls_gcc.h",
63         "include/grpc/support/tls_msvc.h",
64         "include/grpc/support/tls_pthread.h",
65         "include/grpc/support/useful.h",
66         "include/grpc/impl/codegen/atm.h",
67         "include/grpc/impl/codegen/atm_gcc_atomic.h",
68         "include/grpc/impl/codegen/atm_gcc_sync.h",
69         "include/grpc/impl/codegen/atm_windows.h",
70         "include/grpc/impl/codegen/gpr_slice.h",
71         "include/grpc/impl/codegen/gpr_types.h",
72         "include/grpc/impl/codegen/port_platform.h",
73         "include/grpc/impl/codegen/slice.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/slice.h",
85         "include/grpc/slice_buffer.h",
86         "include/grpc/status.h",
87         "include/grpc/impl/codegen/byte_buffer_reader.h",
88         "include/grpc/impl/codegen/compression_types.h",
89         "include/grpc/impl/codegen/connectivity_state.h",
90         "include/grpc/impl/codegen/exec_ctx_fwd.h",
91         "include/grpc/impl/codegen/grpc_types.h",
92         "include/grpc/impl/codegen/propagation_bits.h",
93         "include/grpc/impl/codegen/status.h",
94         "include/grpc/impl/codegen/atm.h",
95         "include/grpc/impl/codegen/atm_gcc_atomic.h",
96         "include/grpc/impl/codegen/atm_gcc_sync.h",
97         "include/grpc/impl/codegen/atm_windows.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/slice.h",
102         "include/grpc/impl/codegen/sync.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/census.h"
108       ]
109     },
110     {
111       "name": "Implementation",
112       "header_mappings_dir": ".",
113       "libraries": "z",
114       "dependencies": {
115         "gRPC-Core/Interface": [
116           "1.1.0-pre1"
117         ],
118         "BoringSSL": [
119           "~> 8.0"
120         ]
121       },
122       "source_files": [
123         "src/core/lib/profiling/timers.h",
124         "src/core/lib/support/backoff.h",
125         "src/core/lib/support/block_annotate.h",
126         "src/core/lib/support/env.h",
127         "src/core/lib/support/mpscq.h",
128         "src/core/lib/support/murmur_hash.h",
129         "src/core/lib/support/stack_lockfree.h",
130         "src/core/lib/support/string.h",
131         "src/core/lib/support/string_windows.h",
132         "src/core/lib/support/thd_internal.h",
133         "src/core/lib/support/time_precise.h",
134         "src/core/lib/support/tmpfile.h",
135         "src/core/lib/profiling/basic_timers.c",
136         "src/core/lib/profiling/stap_timers.c",
137         "src/core/lib/support/alloc.c",
138         "src/core/lib/support/avl.c",
139         "src/core/lib/support/backoff.c",
140         "src/core/lib/support/cmdline.c",
141         "src/core/lib/support/cpu_iphone.c",
142         "src/core/lib/support/cpu_linux.c",
143         "src/core/lib/support/cpu_posix.c",
144         "src/core/lib/support/cpu_windows.c",
145         "src/core/lib/support/env_linux.c",
146         "src/core/lib/support/env_posix.c",
147         "src/core/lib/support/env_windows.c",
148         "src/core/lib/support/histogram.c",
149         "src/core/lib/support/host_port.c",
150         "src/core/lib/support/log.c",
151         "src/core/lib/support/log_android.c",
152         "src/core/lib/support/log_linux.c",
153         "src/core/lib/support/log_posix.c",
154         "src/core/lib/support/log_windows.c",
155         "src/core/lib/support/mpscq.c",
156         "src/core/lib/support/murmur_hash.c",
157         "src/core/lib/support/stack_lockfree.c",
158         "src/core/lib/support/string.c",
159         "src/core/lib/support/string_posix.c",
160         "src/core/lib/support/string_util_windows.c",
161         "src/core/lib/support/string_windows.c",
162         "src/core/lib/support/subprocess_posix.c",
163         "src/core/lib/support/subprocess_windows.c",
164         "src/core/lib/support/sync.c",
165         "src/core/lib/support/sync_posix.c",
166         "src/core/lib/support/sync_windows.c",
167         "src/core/lib/support/thd.c",
168         "src/core/lib/support/thd_posix.c",
169         "src/core/lib/support/thd_windows.c",
170         "src/core/lib/support/time.c",
171         "src/core/lib/support/time_posix.c",
172         "src/core/lib/support/time_precise.c",
173         "src/core/lib/support/time_windows.c",
174         "src/core/lib/support/tls_pthread.c",
175         "src/core/lib/support/tmpfile_msys.c",
176         "src/core/lib/support/tmpfile_posix.c",
177         "src/core/lib/support/tmpfile_windows.c",
178         "src/core/lib/support/wrap_memcpy.c",
179         "src/core/lib/channel/channel_args.h",
180         "src/core/lib/channel/channel_stack.h",
181         "src/core/lib/channel/channel_stack_builder.h",
182         "src/core/lib/channel/compress_filter.h",
183         "src/core/lib/channel/connected_channel.h",
184         "src/core/lib/channel/context.h",
185         "src/core/lib/channel/deadline_filter.h",
186         "src/core/lib/channel/handshaker.h",
187         "src/core/lib/channel/handshaker_factory.h",
188         "src/core/lib/channel/handshaker_registry.h",
189         "src/core/lib/channel/http_client_filter.h",
190         "src/core/lib/channel/http_server_filter.h",
191         "src/core/lib/channel/message_size_filter.h",
192         "src/core/lib/compression/algorithm_metadata.h",
193         "src/core/lib/compression/message_compress.h",
194         "src/core/lib/debug/trace.h",
195         "src/core/lib/http/format_request.h",
196         "src/core/lib/http/httpcli.h",
197         "src/core/lib/http/parser.h",
198         "src/core/lib/iomgr/closure.h",
199         "src/core/lib/iomgr/combiner.h",
200         "src/core/lib/iomgr/endpoint.h",
201         "src/core/lib/iomgr/endpoint_pair.h",
202         "src/core/lib/iomgr/error.h",
203         "src/core/lib/iomgr/ev_epoll_linux.h",
204         "src/core/lib/iomgr/ev_poll_posix.h",
205         "src/core/lib/iomgr/ev_posix.h",
206         "src/core/lib/iomgr/exec_ctx.h",
207         "src/core/lib/iomgr/executor.h",
208         "src/core/lib/iomgr/iocp_windows.h",
209         "src/core/lib/iomgr/iomgr.h",
210         "src/core/lib/iomgr/iomgr_internal.h",
211         "src/core/lib/iomgr/iomgr_posix.h",
212         "src/core/lib/iomgr/load_file.h",
213         "src/core/lib/iomgr/network_status_tracker.h",
214         "src/core/lib/iomgr/polling_entity.h",
215         "src/core/lib/iomgr/pollset.h",
216         "src/core/lib/iomgr/pollset_set.h",
217         "src/core/lib/iomgr/pollset_set_windows.h",
218         "src/core/lib/iomgr/pollset_uv.h",
219         "src/core/lib/iomgr/pollset_windows.h",
220         "src/core/lib/iomgr/port.h",
221         "src/core/lib/iomgr/resolve_address.h",
222         "src/core/lib/iomgr/resource_quota.h",
223         "src/core/lib/iomgr/sockaddr.h",
224         "src/core/lib/iomgr/sockaddr_posix.h",
225         "src/core/lib/iomgr/sockaddr_utils.h",
226         "src/core/lib/iomgr/sockaddr_windows.h",
227         "src/core/lib/iomgr/socket_mutator.h",
228         "src/core/lib/iomgr/socket_utils.h",
229         "src/core/lib/iomgr/socket_utils_posix.h",
230         "src/core/lib/iomgr/socket_windows.h",
231         "src/core/lib/iomgr/tcp_client.h",
232         "src/core/lib/iomgr/tcp_client_posix.h",
233         "src/core/lib/iomgr/tcp_posix.h",
234         "src/core/lib/iomgr/tcp_server.h",
235         "src/core/lib/iomgr/tcp_uv.h",
236         "src/core/lib/iomgr/tcp_windows.h",
237         "src/core/lib/iomgr/time_averaged_stats.h",
238         "src/core/lib/iomgr/timer.h",
239         "src/core/lib/iomgr/timer_generic.h",
240         "src/core/lib/iomgr/timer_heap.h",
241         "src/core/lib/iomgr/timer_uv.h",
242         "src/core/lib/iomgr/udp_server.h",
243         "src/core/lib/iomgr/unix_sockets_posix.h",
244         "src/core/lib/iomgr/wakeup_fd_cv.h",
245         "src/core/lib/iomgr/wakeup_fd_pipe.h",
246         "src/core/lib/iomgr/wakeup_fd_posix.h",
247         "src/core/lib/iomgr/workqueue.h",
248         "src/core/lib/iomgr/workqueue_uv.h",
249         "src/core/lib/iomgr/workqueue_windows.h",
250         "src/core/lib/json/json.h",
251         "src/core/lib/json/json_common.h",
252         "src/core/lib/json/json_reader.h",
253         "src/core/lib/json/json_writer.h",
254         "src/core/lib/slice/percent_encoding.h",
255         "src/core/lib/slice/slice_internal.h",
256         "src/core/lib/slice/slice_string_helpers.h",
257         "src/core/lib/surface/api_trace.h",
258         "src/core/lib/surface/call.h",
259         "src/core/lib/surface/call_test_only.h",
260         "src/core/lib/surface/channel.h",
261         "src/core/lib/surface/channel_init.h",
262         "src/core/lib/surface/channel_stack_type.h",
263         "src/core/lib/surface/completion_queue.h",
264         "src/core/lib/surface/event_string.h",
265         "src/core/lib/surface/init.h",
266         "src/core/lib/surface/lame_client.h",
267         "src/core/lib/surface/server.h",
268         "src/core/lib/transport/byte_stream.h",
269         "src/core/lib/transport/connectivity_state.h",
270         "src/core/lib/transport/mdstr_hash_table.h",
271         "src/core/lib/transport/metadata.h",
272         "src/core/lib/transport/metadata_batch.h",
273         "src/core/lib/transport/pid_controller.h",
274         "src/core/lib/transport/service_config.h",
275         "src/core/lib/transport/static_metadata.h",
276         "src/core/lib/transport/timeout_encoding.h",
277         "src/core/lib/transport/transport.h",
278         "src/core/lib/transport/transport_impl.h",
279         "src/core/ext/transport/chttp2/transport/bin_decoder.h",
280         "src/core/ext/transport/chttp2/transport/bin_encoder.h",
281         "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
282         "src/core/ext/transport/chttp2/transport/frame.h",
283         "src/core/ext/transport/chttp2/transport/frame_data.h",
284         "src/core/ext/transport/chttp2/transport/frame_goaway.h",
285         "src/core/ext/transport/chttp2/transport/frame_ping.h",
286         "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
287         "src/core/ext/transport/chttp2/transport/frame_settings.h",
288         "src/core/ext/transport/chttp2/transport/frame_window_update.h",
289         "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
290         "src/core/ext/transport/chttp2/transport/hpack_parser.h",
291         "src/core/ext/transport/chttp2/transport/hpack_table.h",
292         "src/core/ext/transport/chttp2/transport/http2_errors.h",
293         "src/core/ext/transport/chttp2/transport/huffsyms.h",
294         "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
295         "src/core/ext/transport/chttp2/transport/internal.h",
296         "src/core/ext/transport/chttp2/transport/status_conversion.h",
297         "src/core/ext/transport/chttp2/transport/stream_map.h",
298         "src/core/ext/transport/chttp2/transport/varint.h",
299         "src/core/ext/transport/chttp2/alpn/alpn.h",
300         "src/core/lib/security/context/security_context.h",
301         "src/core/lib/security/credentials/composite/composite_credentials.h",
302         "src/core/lib/security/credentials/credentials.h",
303         "src/core/lib/security/credentials/fake/fake_credentials.h",
304         "src/core/lib/security/credentials/google_default/google_default_credentials.h",
305         "src/core/lib/security/credentials/iam/iam_credentials.h",
306         "src/core/lib/security/credentials/jwt/json_token.h",
307         "src/core/lib/security/credentials/jwt/jwt_credentials.h",
308         "src/core/lib/security/credentials/jwt/jwt_verifier.h",
309         "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
310         "src/core/lib/security/credentials/plugin/plugin_credentials.h",
311         "src/core/lib/security/credentials/ssl/ssl_credentials.h",
312         "src/core/lib/security/transport/auth_filters.h",
313         "src/core/lib/security/transport/secure_endpoint.h",
314         "src/core/lib/security/transport/security_connector.h",
315         "src/core/lib/security/transport/security_handshaker.h",
316         "src/core/lib/security/transport/tsi_error.h",
317         "src/core/lib/security/util/b64.h",
318         "src/core/lib/security/util/json_util.h",
319         "src/core/lib/tsi/fake_transport_security.h",
320         "src/core/lib/tsi/ssl_transport_security.h",
321         "src/core/lib/tsi/ssl_types.h",
322         "src/core/lib/tsi/transport_security.h",
323         "src/core/lib/tsi/transport_security_interface.h",
324         "src/core/ext/transport/chttp2/server/chttp2_server.h",
325         "src/core/ext/client_channel/client_channel.h",
326         "src/core/ext/client_channel/client_channel_factory.h",
327         "src/core/ext/client_channel/connector.h",
328         "src/core/ext/client_channel/http_connect_handshaker.h",
329         "src/core/ext/client_channel/initial_connect_string.h",
330         "src/core/ext/client_channel/lb_policy.h",
331         "src/core/ext/client_channel/lb_policy_factory.h",
332         "src/core/ext/client_channel/lb_policy_registry.h",
333         "src/core/ext/client_channel/parse_address.h",
334         "src/core/ext/client_channel/resolver.h",
335         "src/core/ext/client_channel/resolver_factory.h",
336         "src/core/ext/client_channel/resolver_registry.h",
337         "src/core/ext/client_channel/subchannel.h",
338         "src/core/ext/client_channel/subchannel_index.h",
339         "src/core/ext/client_channel/uri_parser.h",
340         "src/core/ext/transport/chttp2/client/chttp2_connector.h",
341         "src/core/ext/lb_policy/grpclb/grpclb.h",
342         "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
343         "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
344         "third_party/nanopb/pb.h",
345         "third_party/nanopb/pb_common.h",
346         "third_party/nanopb/pb_decode.h",
347         "third_party/nanopb/pb_encode.h",
348         "src/core/ext/load_reporting/load_reporting.h",
349         "src/core/ext/load_reporting/load_reporting_filter.h",
350         "src/core/ext/census/aggregation.h",
351         "src/core/ext/census/base_resources.h",
352         "src/core/ext/census/census_interface.h",
353         "src/core/ext/census/census_rpc_stats.h",
354         "src/core/ext/census/gen/census.pb.h",
355         "src/core/ext/census/gen/trace_context.pb.h",
356         "src/core/ext/census/grpc_filter.h",
357         "src/core/ext/census/mlog.h",
358         "src/core/ext/census/resource.h",
359         "src/core/ext/census/rpc_metric_id.h",
360         "src/core/ext/census/trace_context.h",
361         "src/core/lib/surface/init.c",
362         "src/core/lib/channel/channel_args.c",
363         "src/core/lib/channel/channel_stack.c",
364         "src/core/lib/channel/channel_stack_builder.c",
365         "src/core/lib/channel/compress_filter.c",
366         "src/core/lib/channel/connected_channel.c",
367         "src/core/lib/channel/deadline_filter.c",
368         "src/core/lib/channel/handshaker.c",
369         "src/core/lib/channel/handshaker_factory.c",
370         "src/core/lib/channel/handshaker_registry.c",
371         "src/core/lib/channel/http_client_filter.c",
372         "src/core/lib/channel/http_server_filter.c",
373         "src/core/lib/channel/message_size_filter.c",
374         "src/core/lib/compression/compression.c",
375         "src/core/lib/compression/message_compress.c",
376         "src/core/lib/debug/trace.c",
377         "src/core/lib/http/format_request.c",
378         "src/core/lib/http/httpcli.c",
379         "src/core/lib/http/parser.c",
380         "src/core/lib/iomgr/closure.c",
381         "src/core/lib/iomgr/combiner.c",
382         "src/core/lib/iomgr/endpoint.c",
383         "src/core/lib/iomgr/endpoint_pair_posix.c",
384         "src/core/lib/iomgr/endpoint_pair_uv.c",
385         "src/core/lib/iomgr/endpoint_pair_windows.c",
386         "src/core/lib/iomgr/error.c",
387         "src/core/lib/iomgr/ev_epoll_linux.c",
388         "src/core/lib/iomgr/ev_poll_posix.c",
389         "src/core/lib/iomgr/ev_posix.c",
390         "src/core/lib/iomgr/exec_ctx.c",
391         "src/core/lib/iomgr/executor.c",
392         "src/core/lib/iomgr/iocp_windows.c",
393         "src/core/lib/iomgr/iomgr.c",
394         "src/core/lib/iomgr/iomgr_posix.c",
395         "src/core/lib/iomgr/iomgr_uv.c",
396         "src/core/lib/iomgr/iomgr_windows.c",
397         "src/core/lib/iomgr/load_file.c",
398         "src/core/lib/iomgr/network_status_tracker.c",
399         "src/core/lib/iomgr/polling_entity.c",
400         "src/core/lib/iomgr/pollset_set_uv.c",
401         "src/core/lib/iomgr/pollset_set_windows.c",
402         "src/core/lib/iomgr/pollset_uv.c",
403         "src/core/lib/iomgr/pollset_windows.c",
404         "src/core/lib/iomgr/resolve_address_posix.c",
405         "src/core/lib/iomgr/resolve_address_uv.c",
406         "src/core/lib/iomgr/resolve_address_windows.c",
407         "src/core/lib/iomgr/resource_quota.c",
408         "src/core/lib/iomgr/sockaddr_utils.c",
409         "src/core/lib/iomgr/socket_mutator.c",
410         "src/core/lib/iomgr/socket_utils_common_posix.c",
411         "src/core/lib/iomgr/socket_utils_linux.c",
412         "src/core/lib/iomgr/socket_utils_posix.c",
413         "src/core/lib/iomgr/socket_utils_uv.c",
414         "src/core/lib/iomgr/socket_utils_windows.c",
415         "src/core/lib/iomgr/socket_windows.c",
416         "src/core/lib/iomgr/tcp_client_posix.c",
417         "src/core/lib/iomgr/tcp_client_uv.c",
418         "src/core/lib/iomgr/tcp_client_windows.c",
419         "src/core/lib/iomgr/tcp_posix.c",
420         "src/core/lib/iomgr/tcp_server_posix.c",
421         "src/core/lib/iomgr/tcp_server_uv.c",
422         "src/core/lib/iomgr/tcp_server_windows.c",
423         "src/core/lib/iomgr/tcp_uv.c",
424         "src/core/lib/iomgr/tcp_windows.c",
425         "src/core/lib/iomgr/time_averaged_stats.c",
426         "src/core/lib/iomgr/timer_generic.c",
427         "src/core/lib/iomgr/timer_heap.c",
428         "src/core/lib/iomgr/timer_uv.c",
429         "src/core/lib/iomgr/udp_server.c",
430         "src/core/lib/iomgr/unix_sockets_posix.c",
431         "src/core/lib/iomgr/unix_sockets_posix_noop.c",
432         "src/core/lib/iomgr/wakeup_fd_cv.c",
433         "src/core/lib/iomgr/wakeup_fd_eventfd.c",
434         "src/core/lib/iomgr/wakeup_fd_nospecial.c",
435         "src/core/lib/iomgr/wakeup_fd_pipe.c",
436         "src/core/lib/iomgr/wakeup_fd_posix.c",
437         "src/core/lib/iomgr/workqueue_uv.c",
438         "src/core/lib/iomgr/workqueue_windows.c",
439         "src/core/lib/json/json.c",
440         "src/core/lib/json/json_reader.c",
441         "src/core/lib/json/json_string.c",
442         "src/core/lib/json/json_writer.c",
443         "src/core/lib/slice/percent_encoding.c",
444         "src/core/lib/slice/slice.c",
445         "src/core/lib/slice/slice_buffer.c",
446         "src/core/lib/slice/slice_string_helpers.c",
447         "src/core/lib/surface/alarm.c",
448         "src/core/lib/surface/api_trace.c",
449         "src/core/lib/surface/byte_buffer.c",
450         "src/core/lib/surface/byte_buffer_reader.c",
451         "src/core/lib/surface/call.c",
452         "src/core/lib/surface/call_details.c",
453         "src/core/lib/surface/call_log_batch.c",
454         "src/core/lib/surface/channel.c",
455         "src/core/lib/surface/channel_init.c",
456         "src/core/lib/surface/channel_ping.c",
457         "src/core/lib/surface/channel_stack_type.c",
458         "src/core/lib/surface/completion_queue.c",
459         "src/core/lib/surface/event_string.c",
460         "src/core/lib/surface/lame_client.c",
461         "src/core/lib/surface/metadata_array.c",
462         "src/core/lib/surface/server.c",
463         "src/core/lib/surface/validate_metadata.c",
464         "src/core/lib/surface/version.c",
465         "src/core/lib/transport/byte_stream.c",
466         "src/core/lib/transport/connectivity_state.c",
467         "src/core/lib/transport/mdstr_hash_table.c",
468         "src/core/lib/transport/metadata.c",
469         "src/core/lib/transport/metadata_batch.c",
470         "src/core/lib/transport/pid_controller.c",
471         "src/core/lib/transport/service_config.c",
472         "src/core/lib/transport/static_metadata.c",
473         "src/core/lib/transport/timeout_encoding.c",
474         "src/core/lib/transport/transport.c",
475         "src/core/lib/transport/transport_op_string.c",
476         "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
477         "src/core/ext/transport/chttp2/transport/bin_decoder.c",
478         "src/core/ext/transport/chttp2/transport/bin_encoder.c",
479         "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
480         "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
481         "src/core/ext/transport/chttp2/transport/frame_data.c",
482         "src/core/ext/transport/chttp2/transport/frame_goaway.c",
483         "src/core/ext/transport/chttp2/transport/frame_ping.c",
484         "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
485         "src/core/ext/transport/chttp2/transport/frame_settings.c",
486         "src/core/ext/transport/chttp2/transport/frame_window_update.c",
487         "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
488         "src/core/ext/transport/chttp2/transport/hpack_parser.c",
489         "src/core/ext/transport/chttp2/transport/hpack_table.c",
490         "src/core/ext/transport/chttp2/transport/huffsyms.c",
491         "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
492         "src/core/ext/transport/chttp2/transport/parsing.c",
493         "src/core/ext/transport/chttp2/transport/status_conversion.c",
494         "src/core/ext/transport/chttp2/transport/stream_lists.c",
495         "src/core/ext/transport/chttp2/transport/stream_map.c",
496         "src/core/ext/transport/chttp2/transport/varint.c",
497         "src/core/ext/transport/chttp2/transport/writing.c",
498         "src/core/ext/transport/chttp2/alpn/alpn.c",
499         "src/core/lib/http/httpcli_security_connector.c",
500         "src/core/lib/security/context/security_context.c",
501         "src/core/lib/security/credentials/composite/composite_credentials.c",
502         "src/core/lib/security/credentials/credentials.c",
503         "src/core/lib/security/credentials/credentials_metadata.c",
504         "src/core/lib/security/credentials/fake/fake_credentials.c",
505         "src/core/lib/security/credentials/google_default/credentials_generic.c",
506         "src/core/lib/security/credentials/google_default/google_default_credentials.c",
507         "src/core/lib/security/credentials/iam/iam_credentials.c",
508         "src/core/lib/security/credentials/jwt/json_token.c",
509         "src/core/lib/security/credentials/jwt/jwt_credentials.c",
510         "src/core/lib/security/credentials/jwt/jwt_verifier.c",
511         "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
512         "src/core/lib/security/credentials/plugin/plugin_credentials.c",
513         "src/core/lib/security/credentials/ssl/ssl_credentials.c",
514         "src/core/lib/security/transport/client_auth_filter.c",
515         "src/core/lib/security/transport/secure_endpoint.c",
516         "src/core/lib/security/transport/security_connector.c",
517         "src/core/lib/security/transport/security_handshaker.c",
518         "src/core/lib/security/transport/server_auth_filter.c",
519         "src/core/lib/security/transport/tsi_error.c",
520         "src/core/lib/security/util/b64.c",
521         "src/core/lib/security/util/json_util.c",
522         "src/core/lib/surface/init_secure.c",
523         "src/core/lib/tsi/fake_transport_security.c",
524         "src/core/lib/tsi/ssl_transport_security.c",
525         "src/core/lib/tsi/transport_security.c",
526         "src/core/ext/transport/chttp2/server/chttp2_server.c",
527         "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
528         "src/core/ext/client_channel/channel_connectivity.c",
529         "src/core/ext/client_channel/client_channel.c",
530         "src/core/ext/client_channel/client_channel_factory.c",
531         "src/core/ext/client_channel/client_channel_plugin.c",
532         "src/core/ext/client_channel/connector.c",
533         "src/core/ext/client_channel/default_initial_connect_string.c",
534         "src/core/ext/client_channel/http_connect_handshaker.c",
535         "src/core/ext/client_channel/initial_connect_string.c",
536         "src/core/ext/client_channel/lb_policy.c",
537         "src/core/ext/client_channel/lb_policy_factory.c",
538         "src/core/ext/client_channel/lb_policy_registry.c",
539         "src/core/ext/client_channel/parse_address.c",
540         "src/core/ext/client_channel/resolver.c",
541         "src/core/ext/client_channel/resolver_factory.c",
542         "src/core/ext/client_channel/resolver_registry.c",
543         "src/core/ext/client_channel/subchannel.c",
544         "src/core/ext/client_channel/subchannel_index.c",
545         "src/core/ext/client_channel/uri_parser.c",
546         "src/core/ext/transport/chttp2/client/chttp2_connector.c",
547         "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
548         "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c",
549         "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
550         "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c",
551         "src/core/ext/lb_policy/grpclb/grpclb.c",
552         "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
553         "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
554         "third_party/nanopb/pb_common.c",
555         "third_party/nanopb/pb_decode.c",
556         "third_party/nanopb/pb_encode.c",
557         "src/core/ext/lb_policy/pick_first/pick_first.c",
558         "src/core/ext/lb_policy/round_robin/round_robin.c",
559         "src/core/ext/resolver/dns/native/dns_resolver.c",
560         "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
561         "src/core/ext/load_reporting/load_reporting.c",
562         "src/core/ext/load_reporting/load_reporting_filter.c",
563         "src/core/ext/census/base_resources.c",
564         "src/core/ext/census/context.c",
565         "src/core/ext/census/gen/census.pb.c",
566         "src/core/ext/census/gen/trace_context.pb.c",
567         "src/core/ext/census/grpc_context.c",
568         "src/core/ext/census/grpc_filter.c",
569         "src/core/ext/census/grpc_plugin.c",
570         "src/core/ext/census/initialize.c",
571         "src/core/ext/census/mlog.c",
572         "src/core/ext/census/operation.c",
573         "src/core/ext/census/placeholders.c",
574         "src/core/ext/census/resource.c",
575         "src/core/ext/census/trace_context.c",
576         "src/core/ext/census/tracing.c",
577         "src/core/plugin_registry/grpc_plugin_registry.c"
578       ],
579       "private_header_files": [
580         "src/core/lib/profiling/timers.h",
581         "src/core/lib/support/backoff.h",
582         "src/core/lib/support/block_annotate.h",
583         "src/core/lib/support/env.h",
584         "src/core/lib/support/mpscq.h",
585         "src/core/lib/support/murmur_hash.h",
586         "src/core/lib/support/stack_lockfree.h",
587         "src/core/lib/support/string.h",
588         "src/core/lib/support/string_windows.h",
589         "src/core/lib/support/thd_internal.h",
590         "src/core/lib/support/time_precise.h",
591         "src/core/lib/support/tmpfile.h",
592         "src/core/lib/channel/channel_args.h",
593         "src/core/lib/channel/channel_stack.h",
594         "src/core/lib/channel/channel_stack_builder.h",
595         "src/core/lib/channel/compress_filter.h",
596         "src/core/lib/channel/connected_channel.h",
597         "src/core/lib/channel/context.h",
598         "src/core/lib/channel/deadline_filter.h",
599         "src/core/lib/channel/handshaker.h",
600         "src/core/lib/channel/handshaker_factory.h",
601         "src/core/lib/channel/handshaker_registry.h",
602         "src/core/lib/channel/http_client_filter.h",
603         "src/core/lib/channel/http_server_filter.h",
604         "src/core/lib/channel/message_size_filter.h",
605         "src/core/lib/compression/algorithm_metadata.h",
606         "src/core/lib/compression/message_compress.h",
607         "src/core/lib/debug/trace.h",
608         "src/core/lib/http/format_request.h",
609         "src/core/lib/http/httpcli.h",
610         "src/core/lib/http/parser.h",
611         "src/core/lib/iomgr/closure.h",
612         "src/core/lib/iomgr/combiner.h",
613         "src/core/lib/iomgr/endpoint.h",
614         "src/core/lib/iomgr/endpoint_pair.h",
615         "src/core/lib/iomgr/error.h",
616         "src/core/lib/iomgr/ev_epoll_linux.h",
617         "src/core/lib/iomgr/ev_poll_posix.h",
618         "src/core/lib/iomgr/ev_posix.h",
619         "src/core/lib/iomgr/exec_ctx.h",
620         "src/core/lib/iomgr/executor.h",
621         "src/core/lib/iomgr/iocp_windows.h",
622         "src/core/lib/iomgr/iomgr.h",
623         "src/core/lib/iomgr/iomgr_internal.h",
624         "src/core/lib/iomgr/iomgr_posix.h",
625         "src/core/lib/iomgr/load_file.h",
626         "src/core/lib/iomgr/network_status_tracker.h",
627         "src/core/lib/iomgr/polling_entity.h",
628         "src/core/lib/iomgr/pollset.h",
629         "src/core/lib/iomgr/pollset_set.h",
630         "src/core/lib/iomgr/pollset_set_windows.h",
631         "src/core/lib/iomgr/pollset_uv.h",
632         "src/core/lib/iomgr/pollset_windows.h",
633         "src/core/lib/iomgr/port.h",
634         "src/core/lib/iomgr/resolve_address.h",
635         "src/core/lib/iomgr/resource_quota.h",
636         "src/core/lib/iomgr/sockaddr.h",
637         "src/core/lib/iomgr/sockaddr_posix.h",
638         "src/core/lib/iomgr/sockaddr_utils.h",
639         "src/core/lib/iomgr/sockaddr_windows.h",
640         "src/core/lib/iomgr/socket_mutator.h",
641         "src/core/lib/iomgr/socket_utils.h",
642         "src/core/lib/iomgr/socket_utils_posix.h",
643         "src/core/lib/iomgr/socket_windows.h",
644         "src/core/lib/iomgr/tcp_client.h",
645         "src/core/lib/iomgr/tcp_client_posix.h",
646         "src/core/lib/iomgr/tcp_posix.h",
647         "src/core/lib/iomgr/tcp_server.h",
648         "src/core/lib/iomgr/tcp_uv.h",
649         "src/core/lib/iomgr/tcp_windows.h",
650         "src/core/lib/iomgr/time_averaged_stats.h",
651         "src/core/lib/iomgr/timer.h",
652         "src/core/lib/iomgr/timer_generic.h",
653         "src/core/lib/iomgr/timer_heap.h",
654         "src/core/lib/iomgr/timer_uv.h",
655         "src/core/lib/iomgr/udp_server.h",
656         "src/core/lib/iomgr/unix_sockets_posix.h",
657         "src/core/lib/iomgr/wakeup_fd_cv.h",
658         "src/core/lib/iomgr/wakeup_fd_pipe.h",
659         "src/core/lib/iomgr/wakeup_fd_posix.h",
660         "src/core/lib/iomgr/workqueue.h",
661         "src/core/lib/iomgr/workqueue_uv.h",
662         "src/core/lib/iomgr/workqueue_windows.h",
663         "src/core/lib/json/json.h",
664         "src/core/lib/json/json_common.h",
665         "src/core/lib/json/json_reader.h",
666         "src/core/lib/json/json_writer.h",
667         "src/core/lib/slice/percent_encoding.h",
668         "src/core/lib/slice/slice_internal.h",
669         "src/core/lib/slice/slice_string_helpers.h",
670         "src/core/lib/surface/api_trace.h",
671         "src/core/lib/surface/call.h",
672         "src/core/lib/surface/call_test_only.h",
673         "src/core/lib/surface/channel.h",
674         "src/core/lib/surface/channel_init.h",
675         "src/core/lib/surface/channel_stack_type.h",
676         "src/core/lib/surface/completion_queue.h",
677         "src/core/lib/surface/event_string.h",
678         "src/core/lib/surface/init.h",
679         "src/core/lib/surface/lame_client.h",
680         "src/core/lib/surface/server.h",
681         "src/core/lib/transport/byte_stream.h",
682         "src/core/lib/transport/connectivity_state.h",
683         "src/core/lib/transport/mdstr_hash_table.h",
684         "src/core/lib/transport/metadata.h",
685         "src/core/lib/transport/metadata_batch.h",
686         "src/core/lib/transport/pid_controller.h",
687         "src/core/lib/transport/service_config.h",
688         "src/core/lib/transport/static_metadata.h",
689         "src/core/lib/transport/timeout_encoding.h",
690         "src/core/lib/transport/transport.h",
691         "src/core/lib/transport/transport_impl.h",
692         "src/core/ext/transport/chttp2/transport/bin_decoder.h",
693         "src/core/ext/transport/chttp2/transport/bin_encoder.h",
694         "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
695         "src/core/ext/transport/chttp2/transport/frame.h",
696         "src/core/ext/transport/chttp2/transport/frame_data.h",
697         "src/core/ext/transport/chttp2/transport/frame_goaway.h",
698         "src/core/ext/transport/chttp2/transport/frame_ping.h",
699         "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
700         "src/core/ext/transport/chttp2/transport/frame_settings.h",
701         "src/core/ext/transport/chttp2/transport/frame_window_update.h",
702         "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
703         "src/core/ext/transport/chttp2/transport/hpack_parser.h",
704         "src/core/ext/transport/chttp2/transport/hpack_table.h",
705         "src/core/ext/transport/chttp2/transport/http2_errors.h",
706         "src/core/ext/transport/chttp2/transport/huffsyms.h",
707         "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
708         "src/core/ext/transport/chttp2/transport/internal.h",
709         "src/core/ext/transport/chttp2/transport/status_conversion.h",
710         "src/core/ext/transport/chttp2/transport/stream_map.h",
711         "src/core/ext/transport/chttp2/transport/varint.h",
712         "src/core/ext/transport/chttp2/alpn/alpn.h",
713         "src/core/lib/security/context/security_context.h",
714         "src/core/lib/security/credentials/composite/composite_credentials.h",
715         "src/core/lib/security/credentials/credentials.h",
716         "src/core/lib/security/credentials/fake/fake_credentials.h",
717         "src/core/lib/security/credentials/google_default/google_default_credentials.h",
718         "src/core/lib/security/credentials/iam/iam_credentials.h",
719         "src/core/lib/security/credentials/jwt/json_token.h",
720         "src/core/lib/security/credentials/jwt/jwt_credentials.h",
721         "src/core/lib/security/credentials/jwt/jwt_verifier.h",
722         "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
723         "src/core/lib/security/credentials/plugin/plugin_credentials.h",
724         "src/core/lib/security/credentials/ssl/ssl_credentials.h",
725         "src/core/lib/security/transport/auth_filters.h",
726         "src/core/lib/security/transport/secure_endpoint.h",
727         "src/core/lib/security/transport/security_connector.h",
728         "src/core/lib/security/transport/security_handshaker.h",
729         "src/core/lib/security/transport/tsi_error.h",
730         "src/core/lib/security/util/b64.h",
731         "src/core/lib/security/util/json_util.h",
732         "src/core/lib/tsi/fake_transport_security.h",
733         "src/core/lib/tsi/ssl_transport_security.h",
734         "src/core/lib/tsi/ssl_types.h",
735         "src/core/lib/tsi/transport_security.h",
736         "src/core/lib/tsi/transport_security_interface.h",
737         "src/core/ext/transport/chttp2/server/chttp2_server.h",
738         "src/core/ext/client_channel/client_channel.h",
739         "src/core/ext/client_channel/client_channel_factory.h",
740         "src/core/ext/client_channel/connector.h",
741         "src/core/ext/client_channel/http_connect_handshaker.h",
742         "src/core/ext/client_channel/initial_connect_string.h",
743         "src/core/ext/client_channel/lb_policy.h",
744         "src/core/ext/client_channel/lb_policy_factory.h",
745         "src/core/ext/client_channel/lb_policy_registry.h",
746         "src/core/ext/client_channel/parse_address.h",
747         "src/core/ext/client_channel/resolver.h",
748         "src/core/ext/client_channel/resolver_factory.h",
749         "src/core/ext/client_channel/resolver_registry.h",
750         "src/core/ext/client_channel/subchannel.h",
751         "src/core/ext/client_channel/subchannel_index.h",
752         "src/core/ext/client_channel/uri_parser.h",
753         "src/core/ext/transport/chttp2/client/chttp2_connector.h",
754         "src/core/ext/lb_policy/grpclb/grpclb.h",
755         "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
756         "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
757         "third_party/nanopb/pb.h",
758         "third_party/nanopb/pb_common.h",
759         "third_party/nanopb/pb_decode.h",
760         "third_party/nanopb/pb_encode.h",
761         "src/core/ext/load_reporting/load_reporting.h",
762         "src/core/ext/load_reporting/load_reporting_filter.h",
763         "src/core/ext/census/aggregation.h",
764         "src/core/ext/census/base_resources.h",
765         "src/core/ext/census/census_interface.h",
766         "src/core/ext/census/census_rpc_stats.h",
767         "src/core/ext/census/gen/census.pb.h",
768         "src/core/ext/census/gen/trace_context.pb.h",
769         "src/core/ext/census/grpc_filter.h",
770         "src/core/ext/census/mlog.h",
771         "src/core/ext/census/resource.h",
772         "src/core/ext/census/rpc_metric_id.h",
773         "src/core/ext/census/trace_context.h"
774       ]
775     },
776     {
777       "name": "Cronet-Interface",
778       "header_mappings_dir": "include/grpc",
779       "source_files": "include/grpc/grpc_cronet.h"
780     },
781     {
782       "name": "Cronet-Implementation",
783       "header_mappings_dir": ".",
784       "dependencies": {
785         "gRPC-Core/Interface": [
786           "1.1.0-pre1"
787         ],
788         "gRPC-Core/Implementation": [
789           "1.1.0-pre1"
790         ],
791         "gRPC-Core/Cronet-Interface": [
792           "1.1.0-pre1"
793         ]
794       },
795       "source_files": [
796         "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c",
797         "src/core/ext/transport/cronet/transport/cronet_transport.c",
798         "third_party/Cronet/bidirectional_stream_c.h"
799       ]
800     },
801     {
802       "name": "Tests",
803       "header_mappings_dir": ".",
804       "dependencies": {
805         "gRPC-Core/Interface": [
806           "1.1.0-pre1"
807         ],
808         "gRPC-Core/Implementation": [
809           "1.1.0-pre1"
810         ]
811       },
812       "source_files": [
813         "test/core/end2end/cq_verifier.{c,h}",
814         "test/core/end2end/end2end_tests.{c,h}",
815         "test/core/end2end/end2end_test_utils.c",
816         "test/core/end2end/tests/*.{c,h}",
817         "test/core/end2end/data/*.{c,h}",
818         "test/core/util/test_config.{c,h}",
819         "test/core/util/port.h",
820         "test/core/util/port_posix.c",
821         "test/core/util/port_server_client.{c,h}"
822       ]
823     }
824   ]