[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / c / 8 / 7 / gRPC-C++ / 0.0.7 / gRPC-C++.podspec.json
blobcd20686ee0f602423d3177438e1c14ca30856a72
2   "name": "gRPC-C++",
3   "version": "0.0.7",
4   "summary": "gRPC C++ library",
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.18.0"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "requires_arc": false,
19   "module_name": "grpcpp",
20   "header_dir": "grpcpp",
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "\"$(inherited)\" \"$(PODS_TARGET_SRCROOT)/include\"",
23     "USER_HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\"",
24     "GCC_PREPROCESSOR_DEFINITIONS": "\"$(inherited)\" \"COCOAPODS=1\" \"PB_NO_PACKED_STRUCTS=1\"",
25     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
26     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
27     "USE_HEADERMAP": "NO",
28     "ALWAYS_SEARCH_USER_PATHS": "NO"
29   },
30   "libraries": "c++",
31   "default_subspecs": [
32     "Interface",
33     "Implementation"
34   ],
35   "resource_bundles": {
36     "gRPCCertificates": [
37       "etc/roots.pem"
38     ]
39   },
40   "header_mappings_dir": "include/grpcpp",
41   "prepare_command": "find src/cpp/ -type f ! -path '*.grpc_back' -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#include \"(pb(_.*)?\\.h)\";#include <nanopb/\\1>;g'\nfind src/cpp/ -type f -path '*.grpc_back' -print0 | xargs -0 rm\nfind src/core/ -type f ! -path '*.grpc_back' -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#include \"(pb(_.*)?\\.h)\";#include <nanopb/\\1>;g'\nfind src/core/ -type f -path '*.grpc_back' -print0 | xargs -0 rm",
42   "subspecs": [
43     {
44       "name": "Interface",
45       "header_mappings_dir": "include/grpcpp",
46       "source_files": [
47         "include/grpcpp/alarm.h",
48         "include/grpcpp/alarm_impl.h",
49         "include/grpcpp/channel.h",
50         "include/grpcpp/client_context.h",
51         "include/grpcpp/completion_queue.h",
52         "include/grpcpp/create_channel.h",
53         "include/grpcpp/create_channel_posix.h",
54         "include/grpcpp/ext/health_check_service_server_builder_option.h",
55         "include/grpcpp/generic/async_generic_service.h",
56         "include/grpcpp/generic/generic_stub.h",
57         "include/grpcpp/grpcpp.h",
58         "include/grpcpp/health_check_service_interface.h",
59         "include/grpcpp/impl/call.h",
60         "include/grpcpp/impl/channel_argument_option.h",
61         "include/grpcpp/impl/client_unary_call.h",
62         "include/grpcpp/impl/codegen/core_codegen.h",
63         "include/grpcpp/impl/grpc_library.h",
64         "include/grpcpp/impl/method_handler_impl.h",
65         "include/grpcpp/impl/rpc_method.h",
66         "include/grpcpp/impl/rpc_service_method.h",
67         "include/grpcpp/impl/serialization_traits.h",
68         "include/grpcpp/impl/server_builder_option.h",
69         "include/grpcpp/impl/server_builder_plugin.h",
70         "include/grpcpp/impl/server_initializer.h",
71         "include/grpcpp/impl/service_type.h",
72         "include/grpcpp/resource_quota.h",
73         "include/grpcpp/security/auth_context.h",
74         "include/grpcpp/security/auth_metadata_processor.h",
75         "include/grpcpp/security/credentials.h",
76         "include/grpcpp/security/server_credentials.h",
77         "include/grpcpp/server.h",
78         "include/grpcpp/server_builder.h",
79         "include/grpcpp/server_context.h",
80         "include/grpcpp/server_posix.h",
81         "include/grpcpp/support/async_stream.h",
82         "include/grpcpp/support/async_unary_call.h",
83         "include/grpcpp/support/byte_buffer.h",
84         "include/grpcpp/support/channel_arguments.h",
85         "include/grpcpp/support/client_callback.h",
86         "include/grpcpp/support/client_interceptor.h",
87         "include/grpcpp/support/config.h",
88         "include/grpcpp/support/interceptor.h",
89         "include/grpcpp/support/proto_buffer_reader.h",
90         "include/grpcpp/support/proto_buffer_writer.h",
91         "include/grpcpp/support/server_callback.h",
92         "include/grpcpp/support/server_interceptor.h",
93         "include/grpcpp/support/slice.h",
94         "include/grpcpp/support/status.h",
95         "include/grpcpp/support/status_code_enum.h",
96         "include/grpcpp/support/string_ref.h",
97         "include/grpcpp/support/stub_options.h",
98         "include/grpcpp/support/sync_stream.h",
99         "include/grpcpp/support/time.h",
100         "include/grpcpp/impl/codegen/async_generic_service.h",
101         "include/grpcpp/impl/codegen/async_stream.h",
102         "include/grpcpp/impl/codegen/async_unary_call.h",
103         "include/grpcpp/impl/codegen/byte_buffer.h",
104         "include/grpcpp/impl/codegen/call.h",
105         "include/grpcpp/impl/codegen/call_hook.h",
106         "include/grpcpp/impl/codegen/call_op_set.h",
107         "include/grpcpp/impl/codegen/call_op_set_interface.h",
108         "include/grpcpp/impl/codegen/callback_common.h",
109         "include/grpcpp/impl/codegen/channel_interface.h",
110         "include/grpcpp/impl/codegen/client_callback.h",
111         "include/grpcpp/impl/codegen/client_context.h",
112         "include/grpcpp/impl/codegen/client_interceptor.h",
113         "include/grpcpp/impl/codegen/client_unary_call.h",
114         "include/grpcpp/impl/codegen/completion_queue.h",
115         "include/grpcpp/impl/codegen/completion_queue_tag.h",
116         "include/grpcpp/impl/codegen/config.h",
117         "include/grpcpp/impl/codegen/core_codegen_interface.h",
118         "include/grpcpp/impl/codegen/create_auth_context.h",
119         "include/grpcpp/impl/codegen/grpc_library.h",
120         "include/grpcpp/impl/codegen/intercepted_channel.h",
121         "include/grpcpp/impl/codegen/interceptor.h",
122         "include/grpcpp/impl/codegen/interceptor_common.h",
123         "include/grpcpp/impl/codegen/metadata_map.h",
124         "include/grpcpp/impl/codegen/method_handler_impl.h",
125         "include/grpcpp/impl/codegen/rpc_method.h",
126         "include/grpcpp/impl/codegen/rpc_service_method.h",
127         "include/grpcpp/impl/codegen/security/auth_context.h",
128         "include/grpcpp/impl/codegen/serialization_traits.h",
129         "include/grpcpp/impl/codegen/server_callback.h",
130         "include/grpcpp/impl/codegen/server_context.h",
131         "include/grpcpp/impl/codegen/server_interceptor.h",
132         "include/grpcpp/impl/codegen/server_interface.h",
133         "include/grpcpp/impl/codegen/service_type.h",
134         "include/grpcpp/impl/codegen/slice.h",
135         "include/grpcpp/impl/codegen/status.h",
136         "include/grpcpp/impl/codegen/status_code_enum.h",
137         "include/grpcpp/impl/codegen/string_ref.h",
138         "include/grpcpp/impl/codegen/stub_options.h",
139         "include/grpcpp/impl/codegen/sync_stream.h",
140         "include/grpcpp/impl/codegen/time.h"
141       ]
142     },
143     {
144       "name": "Implementation",
145       "header_mappings_dir": ".",
146       "dependencies": {
147         "gRPC-C++/Interface": [
148           "0.0.7"
149         ],
150         "gRPC-Core": [
151           "1.18.0"
152         ],
153         "nanopb": [
154           "~> 0.3"
155         ]
156       },
157       "source_files": [
158         "include/grpcpp/impl/codegen/core_codegen.h",
159         "src/cpp/client/secure_credentials.h",
160         "src/cpp/common/secure_auth_context.h",
161         "src/cpp/server/secure_server_credentials.h",
162         "src/cpp/client/create_channel_internal.h",
163         "src/cpp/common/channel_filter.h",
164         "src/cpp/server/dynamic_thread_pool.h",
165         "src/cpp/server/health/default_health_check_service.h",
166         "src/cpp/server/thread_pool_interface.h",
167         "src/cpp/thread_manager/thread_manager.h",
168         "src/cpp/client/insecure_credentials.cc",
169         "src/cpp/client/secure_credentials.cc",
170         "src/cpp/common/auth_property_iterator.cc",
171         "src/cpp/common/secure_auth_context.cc",
172         "src/cpp/common/secure_channel_arguments.cc",
173         "src/cpp/common/secure_create_auth_context.cc",
174         "src/cpp/server/insecure_server_credentials.cc",
175         "src/cpp/server/secure_server_credentials.cc",
176         "src/cpp/client/channel_cc.cc",
177         "src/cpp/client/client_context.cc",
178         "src/cpp/client/client_interceptor.cc",
179         "src/cpp/client/create_channel.cc",
180         "src/cpp/client/create_channel_internal.cc",
181         "src/cpp/client/create_channel_posix.cc",
182         "src/cpp/client/credentials_cc.cc",
183         "src/cpp/client/generic_stub.cc",
184         "src/cpp/common/alarm.cc",
185         "src/cpp/common/channel_arguments.cc",
186         "src/cpp/common/channel_filter.cc",
187         "src/cpp/common/completion_queue_cc.cc",
188         "src/cpp/common/core_codegen.cc",
189         "src/cpp/common/resource_quota_cc.cc",
190         "src/cpp/common/rpc_method.cc",
191         "src/cpp/common/version_cc.cc",
192         "src/cpp/server/async_generic_service.cc",
193         "src/cpp/server/channel_argument_option.cc",
194         "src/cpp/server/create_default_thread_pool.cc",
195         "src/cpp/server/dynamic_thread_pool.cc",
196         "src/cpp/server/health/default_health_check_service.cc",
197         "src/cpp/server/health/health_check_service.cc",
198         "src/cpp/server/health/health_check_service_server_builder_option.cc",
199         "src/cpp/server/server_builder.cc",
200         "src/cpp/server/server_cc.cc",
201         "src/cpp/server/server_context.cc",
202         "src/cpp/server/server_credentials.cc",
203         "src/cpp/server/server_posix.cc",
204         "src/cpp/thread_manager/thread_manager.cc",
205         "src/cpp/util/byte_buffer_cc.cc",
206         "src/cpp/util/status.cc",
207         "src/cpp/util/string_ref.cc",
208         "src/cpp/util/time_cc.cc",
209         "src/cpp/codegen/codegen_init.cc",
210         "src/core/lib/gpr/alloc.h",
211         "src/core/lib/gpr/arena.h",
212         "src/core/lib/gpr/env.h",
213         "src/core/lib/gpr/host_port.h",
214         "src/core/lib/gpr/mpscq.h",
215         "src/core/lib/gpr/murmur_hash.h",
216         "src/core/lib/gpr/spinlock.h",
217         "src/core/lib/gpr/string.h",
218         "src/core/lib/gpr/string_windows.h",
219         "src/core/lib/gpr/time_precise.h",
220         "src/core/lib/gpr/tls.h",
221         "src/core/lib/gpr/tls_gcc.h",
222         "src/core/lib/gpr/tls_msvc.h",
223         "src/core/lib/gpr/tls_pthread.h",
224         "src/core/lib/gpr/tmpfile.h",
225         "src/core/lib/gpr/useful.h",
226         "src/core/lib/gprpp/abstract.h",
227         "src/core/lib/gprpp/atomic.h",
228         "src/core/lib/gprpp/atomic_with_atm.h",
229         "src/core/lib/gprpp/atomic_with_std.h",
230         "src/core/lib/gprpp/fork.h",
231         "src/core/lib/gprpp/manual_constructor.h",
232         "src/core/lib/gprpp/memory.h",
233         "src/core/lib/gprpp/mutex_lock.h",
234         "src/core/lib/gprpp/thd.h",
235         "src/core/lib/profiling/timers.h",
236         "src/core/ext/transport/chttp2/transport/bin_decoder.h",
237         "src/core/ext/transport/chttp2/transport/bin_encoder.h",
238         "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
239         "src/core/ext/transport/chttp2/transport/context_list.h",
240         "src/core/ext/transport/chttp2/transport/flow_control.h",
241         "src/core/ext/transport/chttp2/transport/frame.h",
242         "src/core/ext/transport/chttp2/transport/frame_data.h",
243         "src/core/ext/transport/chttp2/transport/frame_goaway.h",
244         "src/core/ext/transport/chttp2/transport/frame_ping.h",
245         "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
246         "src/core/ext/transport/chttp2/transport/frame_settings.h",
247         "src/core/ext/transport/chttp2/transport/frame_window_update.h",
248         "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
249         "src/core/ext/transport/chttp2/transport/hpack_parser.h",
250         "src/core/ext/transport/chttp2/transport/hpack_table.h",
251         "src/core/ext/transport/chttp2/transport/http2_settings.h",
252         "src/core/ext/transport/chttp2/transport/huffsyms.h",
253         "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
254         "src/core/ext/transport/chttp2/transport/internal.h",
255         "src/core/ext/transport/chttp2/transport/stream_map.h",
256         "src/core/ext/transport/chttp2/transport/varint.h",
257         "src/core/ext/transport/chttp2/alpn/alpn.h",
258         "src/core/ext/filters/http/client/http_client_filter.h",
259         "src/core/ext/filters/http/message_compress/message_compress_filter.h",
260         "src/core/ext/filters/http/server/http_server_filter.h",
261         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h",
262         "src/core/ext/filters/client_channel/lb_policy/xds/xds.h",
263         "src/core/lib/security/context/security_context.h",
264         "src/core/lib/security/credentials/alts/alts_credentials.h",
265         "src/core/lib/security/credentials/composite/composite_credentials.h",
266         "src/core/lib/security/credentials/credentials.h",
267         "src/core/lib/security/credentials/fake/fake_credentials.h",
268         "src/core/lib/security/credentials/google_default/google_default_credentials.h",
269         "src/core/lib/security/credentials/iam/iam_credentials.h",
270         "src/core/lib/security/credentials/jwt/json_token.h",
271         "src/core/lib/security/credentials/jwt/jwt_credentials.h",
272         "src/core/lib/security/credentials/jwt/jwt_verifier.h",
273         "src/core/lib/security/credentials/local/local_credentials.h",
274         "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
275         "src/core/lib/security/credentials/plugin/plugin_credentials.h",
276         "src/core/lib/security/credentials/ssl/ssl_credentials.h",
277         "src/core/lib/security/security_connector/alts/alts_security_connector.h",
278         "src/core/lib/security/security_connector/fake/fake_security_connector.h",
279         "src/core/lib/security/security_connector/load_system_roots.h",
280         "src/core/lib/security/security_connector/load_system_roots_linux.h",
281         "src/core/lib/security/security_connector/local/local_security_connector.h",
282         "src/core/lib/security/security_connector/security_connector.h",
283         "src/core/lib/security/security_connector/ssl/ssl_security_connector.h",
284         "src/core/lib/security/security_connector/ssl_utils.h",
285         "src/core/lib/security/transport/auth_filters.h",
286         "src/core/lib/security/transport/secure_endpoint.h",
287         "src/core/lib/security/transport/security_handshaker.h",
288         "src/core/lib/security/transport/target_authority_table.h",
289         "src/core/lib/security/transport/tsi_error.h",
290         "src/core/lib/security/util/json_util.h",
291         "src/core/tsi/alts/crypt/gsec.h",
292         "src/core/tsi/alts/frame_protector/alts_counter.h",
293         "src/core/tsi/alts/frame_protector/alts_crypter.h",
294         "src/core/tsi/alts/frame_protector/alts_frame_protector.h",
295         "src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h",
296         "src/core/tsi/alts/frame_protector/frame_handler.h",
297         "src/core/tsi/alts/handshaker/alts_handshaker_client.h",
298         "src/core/tsi/alts/handshaker/alts_shared_resource.h",
299         "src/core/tsi/alts/handshaker/alts_tsi_handshaker.h",
300         "src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h",
301         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h",
302         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h",
303         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h",
304         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h",
305         "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h",
306         "src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h",
307         "src/core/lib/security/credentials/alts/check_gcp_environment.h",
308         "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h",
309         "src/core/tsi/alts/handshaker/alts_handshaker_service_api.h",
310         "src/core/tsi/alts/handshaker/alts_handshaker_service_api_util.h",
311         "src/core/tsi/alts/handshaker/alts_tsi_utils.h",
312         "src/core/tsi/alts/handshaker/transport_security_common_api.h",
313         "src/core/tsi/alts/handshaker/altscontext.pb.h",
314         "src/core/tsi/alts/handshaker/handshaker.pb.h",
315         "src/core/tsi/alts/handshaker/transport_security_common.pb.h",
316         "src/core/tsi/transport_security.h",
317         "src/core/tsi/transport_security_interface.h",
318         "src/core/ext/transport/chttp2/client/authority.h",
319         "src/core/ext/transport/chttp2/client/chttp2_connector.h",
320         "src/core/ext/filters/client_channel/backup_poller.h",
321         "src/core/ext/filters/client_channel/client_channel.h",
322         "src/core/ext/filters/client_channel/client_channel_channelz.h",
323         "src/core/ext/filters/client_channel/client_channel_factory.h",
324         "src/core/ext/filters/client_channel/connector.h",
325         "src/core/ext/filters/client_channel/health/health_check_client.h",
326         "src/core/ext/filters/client_channel/http_connect_handshaker.h",
327         "src/core/ext/filters/client_channel/http_proxy.h",
328         "src/core/ext/filters/client_channel/lb_policy.h",
329         "src/core/ext/filters/client_channel/lb_policy_factory.h",
330         "src/core/ext/filters/client_channel/lb_policy_registry.h",
331         "src/core/ext/filters/client_channel/parse_address.h",
332         "src/core/ext/filters/client_channel/proxy_mapper.h",
333         "src/core/ext/filters/client_channel/proxy_mapper_registry.h",
334         "src/core/ext/filters/client_channel/request_routing.h",
335         "src/core/ext/filters/client_channel/resolver.h",
336         "src/core/ext/filters/client_channel/resolver_factory.h",
337         "src/core/ext/filters/client_channel/resolver_registry.h",
338         "src/core/ext/filters/client_channel/resolver_result_parsing.h",
339         "src/core/ext/filters/client_channel/retry_throttle.h",
340         "src/core/ext/filters/client_channel/server_address.h",
341         "src/core/ext/filters/client_channel/subchannel.h",
342         "src/core/ext/filters/client_channel/subchannel_index.h",
343         "src/core/ext/filters/deadline/deadline_filter.h",
344         "src/core/ext/filters/client_channel/health/health.pb.h",
345         "src/core/tsi/fake_transport_security.h",
346         "src/core/tsi/local_transport_security.h",
347         "src/core/tsi/ssl/session_cache/ssl_session.h",
348         "src/core/tsi/ssl/session_cache/ssl_session_cache.h",
349         "src/core/tsi/ssl_transport_security.h",
350         "src/core/tsi/ssl_types.h",
351         "src/core/tsi/transport_security_grpc.h",
352         "src/core/tsi/grpc_shadow_boringssl.h",
353         "src/core/ext/transport/chttp2/server/chttp2_server.h",
354         "src/core/ext/transport/inproc/inproc_transport.h",
355         "src/core/lib/avl/avl.h",
356         "src/core/lib/backoff/backoff.h",
357         "src/core/lib/channel/channel_args.h",
358         "src/core/lib/channel/channel_stack.h",
359         "src/core/lib/channel/channel_stack_builder.h",
360         "src/core/lib/channel/channel_trace.h",
361         "src/core/lib/channel/channelz.h",
362         "src/core/lib/channel/channelz_registry.h",
363         "src/core/lib/channel/connected_channel.h",
364         "src/core/lib/channel/context.h",
365         "src/core/lib/channel/handshaker.h",
366         "src/core/lib/channel/handshaker_factory.h",
367         "src/core/lib/channel/handshaker_registry.h",
368         "src/core/lib/channel/status_util.h",
369         "src/core/lib/compression/algorithm_metadata.h",
370         "src/core/lib/compression/compression_internal.h",
371         "src/core/lib/compression/message_compress.h",
372         "src/core/lib/compression/stream_compression.h",
373         "src/core/lib/compression/stream_compression_gzip.h",
374         "src/core/lib/compression/stream_compression_identity.h",
375         "src/core/lib/debug/stats.h",
376         "src/core/lib/debug/stats_data.h",
377         "src/core/lib/gprpp/debug_location.h",
378         "src/core/lib/gprpp/inlined_vector.h",
379         "src/core/lib/gprpp/orphanable.h",
380         "src/core/lib/gprpp/ref_counted.h",
381         "src/core/lib/gprpp/ref_counted_ptr.h",
382         "src/core/lib/http/format_request.h",
383         "src/core/lib/http/httpcli.h",
384         "src/core/lib/http/parser.h",
385         "src/core/lib/iomgr/block_annotate.h",
386         "src/core/lib/iomgr/buffer_list.h",
387         "src/core/lib/iomgr/call_combiner.h",
388         "src/core/lib/iomgr/closure.h",
389         "src/core/lib/iomgr/combiner.h",
390         "src/core/lib/iomgr/dynamic_annotations.h",
391         "src/core/lib/iomgr/endpoint.h",
392         "src/core/lib/iomgr/endpoint_pair.h",
393         "src/core/lib/iomgr/error.h",
394         "src/core/lib/iomgr/error_internal.h",
395         "src/core/lib/iomgr/ev_epoll1_linux.h",
396         "src/core/lib/iomgr/ev_epollex_linux.h",
397         "src/core/lib/iomgr/ev_poll_posix.h",
398         "src/core/lib/iomgr/ev_posix.h",
399         "src/core/lib/iomgr/exec_ctx.h",
400         "src/core/lib/iomgr/executor.h",
401         "src/core/lib/iomgr/gethostname.h",
402         "src/core/lib/iomgr/internal_errqueue.h",
403         "src/core/lib/iomgr/iocp_windows.h",
404         "src/core/lib/iomgr/iomgr.h",
405         "src/core/lib/iomgr/iomgr_custom.h",
406         "src/core/lib/iomgr/iomgr_internal.h",
407         "src/core/lib/iomgr/iomgr_posix.h",
408         "src/core/lib/iomgr/is_epollexclusive_available.h",
409         "src/core/lib/iomgr/load_file.h",
410         "src/core/lib/iomgr/lockfree_event.h",
411         "src/core/lib/iomgr/nameser.h",
412         "src/core/lib/iomgr/network_status_tracker.h",
413         "src/core/lib/iomgr/polling_entity.h",
414         "src/core/lib/iomgr/pollset.h",
415         "src/core/lib/iomgr/pollset_custom.h",
416         "src/core/lib/iomgr/pollset_set.h",
417         "src/core/lib/iomgr/pollset_set_custom.h",
418         "src/core/lib/iomgr/pollset_set_windows.h",
419         "src/core/lib/iomgr/pollset_windows.h",
420         "src/core/lib/iomgr/port.h",
421         "src/core/lib/iomgr/resolve_address.h",
422         "src/core/lib/iomgr/resolve_address_custom.h",
423         "src/core/lib/iomgr/resource_quota.h",
424         "src/core/lib/iomgr/sockaddr.h",
425         "src/core/lib/iomgr/sockaddr_custom.h",
426         "src/core/lib/iomgr/sockaddr_posix.h",
427         "src/core/lib/iomgr/sockaddr_utils.h",
428         "src/core/lib/iomgr/sockaddr_windows.h",
429         "src/core/lib/iomgr/socket_factory_posix.h",
430         "src/core/lib/iomgr/socket_mutator.h",
431         "src/core/lib/iomgr/socket_utils.h",
432         "src/core/lib/iomgr/socket_utils_posix.h",
433         "src/core/lib/iomgr/socket_windows.h",
434         "src/core/lib/iomgr/sys_epoll_wrapper.h",
435         "src/core/lib/iomgr/tcp_client.h",
436         "src/core/lib/iomgr/tcp_client_posix.h",
437         "src/core/lib/iomgr/tcp_custom.h",
438         "src/core/lib/iomgr/tcp_posix.h",
439         "src/core/lib/iomgr/tcp_server.h",
440         "src/core/lib/iomgr/tcp_server_utils_posix.h",
441         "src/core/lib/iomgr/tcp_windows.h",
442         "src/core/lib/iomgr/time_averaged_stats.h",
443         "src/core/lib/iomgr/timer.h",
444         "src/core/lib/iomgr/timer_custom.h",
445         "src/core/lib/iomgr/timer_heap.h",
446         "src/core/lib/iomgr/timer_manager.h",
447         "src/core/lib/iomgr/udp_server.h",
448         "src/core/lib/iomgr/unix_sockets_posix.h",
449         "src/core/lib/iomgr/wakeup_fd_cv.h",
450         "src/core/lib/iomgr/wakeup_fd_pipe.h",
451         "src/core/lib/iomgr/wakeup_fd_posix.h",
452         "src/core/lib/json/json.h",
453         "src/core/lib/json/json_common.h",
454         "src/core/lib/json/json_reader.h",
455         "src/core/lib/json/json_writer.h",
456         "src/core/lib/slice/b64.h",
457         "src/core/lib/slice/percent_encoding.h",
458         "src/core/lib/slice/slice_hash_table.h",
459         "src/core/lib/slice/slice_internal.h",
460         "src/core/lib/slice/slice_string_helpers.h",
461         "src/core/lib/slice/slice_weak_hash_table.h",
462         "src/core/lib/surface/api_trace.h",
463         "src/core/lib/surface/call.h",
464         "src/core/lib/surface/call_test_only.h",
465         "src/core/lib/surface/channel.h",
466         "src/core/lib/surface/channel_init.h",
467         "src/core/lib/surface/channel_stack_type.h",
468         "src/core/lib/surface/completion_queue.h",
469         "src/core/lib/surface/completion_queue_factory.h",
470         "src/core/lib/surface/event_string.h",
471         "src/core/lib/surface/init.h",
472         "src/core/lib/surface/lame_client.h",
473         "src/core/lib/surface/server.h",
474         "src/core/lib/surface/validate_metadata.h",
475         "src/core/lib/transport/bdp_estimator.h",
476         "src/core/lib/transport/byte_stream.h",
477         "src/core/lib/transport/connectivity_state.h",
478         "src/core/lib/transport/error_utils.h",
479         "src/core/lib/transport/http2_errors.h",
480         "src/core/lib/transport/metadata.h",
481         "src/core/lib/transport/metadata_batch.h",
482         "src/core/lib/transport/pid_controller.h",
483         "src/core/lib/transport/service_config.h",
484         "src/core/lib/transport/static_metadata.h",
485         "src/core/lib/transport/status_conversion.h",
486         "src/core/lib/transport/status_metadata.h",
487         "src/core/lib/transport/timeout_encoding.h",
488         "src/core/lib/transport/transport.h",
489         "src/core/lib/transport/transport_impl.h",
490         "src/core/lib/uri/uri_parser.h",
491         "src/core/lib/debug/trace.h",
492         "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h",
493         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h",
494         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h",
495         "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h",
496         "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h",
497         "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h",
498         "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h",
499         "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
500         "src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h",
501         "src/core/ext/filters/client_channel/lb_policy/xds/xds_client_stats.h",
502         "src/core/ext/filters/client_channel/lb_policy/xds/xds_load_balancer_api.h",
503         "src/core/ext/filters/client_channel/lb_policy/subchannel_list.h",
504         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h",
505         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h",
506         "src/core/ext/filters/max_age/max_age_filter.h",
507         "src/core/ext/filters/message_size/message_size_filter.h",
508         "src/core/ext/filters/http/client_authority_filter.h",
509         "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h",
510         "src/core/ext/filters/workarounds/workaround_utils.h"
511       ],
512       "private_header_files": [
513         "include/grpcpp/impl/codegen/core_codegen.h",
514         "src/cpp/client/secure_credentials.h",
515         "src/cpp/common/secure_auth_context.h",
516         "src/cpp/server/secure_server_credentials.h",
517         "src/cpp/client/create_channel_internal.h",
518         "src/cpp/common/channel_filter.h",
519         "src/cpp/server/dynamic_thread_pool.h",
520         "src/cpp/server/health/default_health_check_service.h",
521         "src/cpp/server/thread_pool_interface.h",
522         "src/cpp/thread_manager/thread_manager.h",
523         "src/core/lib/gpr/alloc.h",
524         "src/core/lib/gpr/arena.h",
525         "src/core/lib/gpr/env.h",
526         "src/core/lib/gpr/host_port.h",
527         "src/core/lib/gpr/mpscq.h",
528         "src/core/lib/gpr/murmur_hash.h",
529         "src/core/lib/gpr/spinlock.h",
530         "src/core/lib/gpr/string.h",
531         "src/core/lib/gpr/string_windows.h",
532         "src/core/lib/gpr/time_precise.h",
533         "src/core/lib/gpr/tls.h",
534         "src/core/lib/gpr/tls_gcc.h",
535         "src/core/lib/gpr/tls_msvc.h",
536         "src/core/lib/gpr/tls_pthread.h",
537         "src/core/lib/gpr/tmpfile.h",
538         "src/core/lib/gpr/useful.h",
539         "src/core/lib/gprpp/abstract.h",
540         "src/core/lib/gprpp/atomic.h",
541         "src/core/lib/gprpp/atomic_with_atm.h",
542         "src/core/lib/gprpp/atomic_with_std.h",
543         "src/core/lib/gprpp/fork.h",
544         "src/core/lib/gprpp/manual_constructor.h",
545         "src/core/lib/gprpp/memory.h",
546         "src/core/lib/gprpp/mutex_lock.h",
547         "src/core/lib/gprpp/thd.h",
548         "src/core/lib/profiling/timers.h",
549         "src/core/lib/avl/avl.h",
550         "src/core/lib/backoff/backoff.h",
551         "src/core/lib/channel/channel_args.h",
552         "src/core/lib/channel/channel_stack.h",
553         "src/core/lib/channel/channel_stack_builder.h",
554         "src/core/lib/channel/channel_trace.h",
555         "src/core/lib/channel/channelz.h",
556         "src/core/lib/channel/channelz_registry.h",
557         "src/core/lib/channel/connected_channel.h",
558         "src/core/lib/channel/context.h",
559         "src/core/lib/channel/handshaker.h",
560         "src/core/lib/channel/handshaker_factory.h",
561         "src/core/lib/channel/handshaker_registry.h",
562         "src/core/lib/channel/status_util.h",
563         "src/core/lib/compression/algorithm_metadata.h",
564         "src/core/lib/compression/compression_internal.h",
565         "src/core/lib/compression/message_compress.h",
566         "src/core/lib/compression/stream_compression.h",
567         "src/core/lib/compression/stream_compression_gzip.h",
568         "src/core/lib/compression/stream_compression_identity.h",
569         "src/core/lib/debug/stats.h",
570         "src/core/lib/debug/stats_data.h",
571         "src/core/lib/gprpp/debug_location.h",
572         "src/core/lib/gprpp/inlined_vector.h",
573         "src/core/lib/gprpp/orphanable.h",
574         "src/core/lib/gprpp/ref_counted.h",
575         "src/core/lib/gprpp/ref_counted_ptr.h",
576         "src/core/lib/http/format_request.h",
577         "src/core/lib/http/httpcli.h",
578         "src/core/lib/http/parser.h",
579         "src/core/lib/iomgr/block_annotate.h",
580         "src/core/lib/iomgr/buffer_list.h",
581         "src/core/lib/iomgr/call_combiner.h",
582         "src/core/lib/iomgr/closure.h",
583         "src/core/lib/iomgr/combiner.h",
584         "src/core/lib/iomgr/dynamic_annotations.h",
585         "src/core/lib/iomgr/endpoint.h",
586         "src/core/lib/iomgr/endpoint_pair.h",
587         "src/core/lib/iomgr/error.h",
588         "src/core/lib/iomgr/error_internal.h",
589         "src/core/lib/iomgr/ev_epoll1_linux.h",
590         "src/core/lib/iomgr/ev_epollex_linux.h",
591         "src/core/lib/iomgr/ev_poll_posix.h",
592         "src/core/lib/iomgr/ev_posix.h",
593         "src/core/lib/iomgr/exec_ctx.h",
594         "src/core/lib/iomgr/executor.h",
595         "src/core/lib/iomgr/gethostname.h",
596         "src/core/lib/iomgr/internal_errqueue.h",
597         "src/core/lib/iomgr/iocp_windows.h",
598         "src/core/lib/iomgr/iomgr.h",
599         "src/core/lib/iomgr/iomgr_custom.h",
600         "src/core/lib/iomgr/iomgr_internal.h",
601         "src/core/lib/iomgr/iomgr_posix.h",
602         "src/core/lib/iomgr/is_epollexclusive_available.h",
603         "src/core/lib/iomgr/load_file.h",
604         "src/core/lib/iomgr/lockfree_event.h",
605         "src/core/lib/iomgr/nameser.h",
606         "src/core/lib/iomgr/network_status_tracker.h",
607         "src/core/lib/iomgr/polling_entity.h",
608         "src/core/lib/iomgr/pollset.h",
609         "src/core/lib/iomgr/pollset_custom.h",
610         "src/core/lib/iomgr/pollset_set.h",
611         "src/core/lib/iomgr/pollset_set_custom.h",
612         "src/core/lib/iomgr/pollset_set_windows.h",
613         "src/core/lib/iomgr/pollset_windows.h",
614         "src/core/lib/iomgr/port.h",
615         "src/core/lib/iomgr/resolve_address.h",
616         "src/core/lib/iomgr/resolve_address_custom.h",
617         "src/core/lib/iomgr/resource_quota.h",
618         "src/core/lib/iomgr/sockaddr.h",
619         "src/core/lib/iomgr/sockaddr_custom.h",
620         "src/core/lib/iomgr/sockaddr_posix.h",
621         "src/core/lib/iomgr/sockaddr_utils.h",
622         "src/core/lib/iomgr/sockaddr_windows.h",
623         "src/core/lib/iomgr/socket_factory_posix.h",
624         "src/core/lib/iomgr/socket_mutator.h",
625         "src/core/lib/iomgr/socket_utils.h",
626         "src/core/lib/iomgr/socket_utils_posix.h",
627         "src/core/lib/iomgr/socket_windows.h",
628         "src/core/lib/iomgr/sys_epoll_wrapper.h",
629         "src/core/lib/iomgr/tcp_client.h",
630         "src/core/lib/iomgr/tcp_client_posix.h",
631         "src/core/lib/iomgr/tcp_custom.h",
632         "src/core/lib/iomgr/tcp_posix.h",
633         "src/core/lib/iomgr/tcp_server.h",
634         "src/core/lib/iomgr/tcp_server_utils_posix.h",
635         "src/core/lib/iomgr/tcp_windows.h",
636         "src/core/lib/iomgr/time_averaged_stats.h",
637         "src/core/lib/iomgr/timer.h",
638         "src/core/lib/iomgr/timer_custom.h",
639         "src/core/lib/iomgr/timer_heap.h",
640         "src/core/lib/iomgr/timer_manager.h",
641         "src/core/lib/iomgr/udp_server.h",
642         "src/core/lib/iomgr/unix_sockets_posix.h",
643         "src/core/lib/iomgr/wakeup_fd_cv.h",
644         "src/core/lib/iomgr/wakeup_fd_pipe.h",
645         "src/core/lib/iomgr/wakeup_fd_posix.h",
646         "src/core/lib/json/json.h",
647         "src/core/lib/json/json_common.h",
648         "src/core/lib/json/json_reader.h",
649         "src/core/lib/json/json_writer.h",
650         "src/core/lib/slice/b64.h",
651         "src/core/lib/slice/percent_encoding.h",
652         "src/core/lib/slice/slice_hash_table.h",
653         "src/core/lib/slice/slice_internal.h",
654         "src/core/lib/slice/slice_string_helpers.h",
655         "src/core/lib/slice/slice_weak_hash_table.h",
656         "src/core/lib/surface/api_trace.h",
657         "src/core/lib/surface/call.h",
658         "src/core/lib/surface/call_test_only.h",
659         "src/core/lib/surface/channel.h",
660         "src/core/lib/surface/channel_init.h",
661         "src/core/lib/surface/channel_stack_type.h",
662         "src/core/lib/surface/completion_queue.h",
663         "src/core/lib/surface/completion_queue_factory.h",
664         "src/core/lib/surface/event_string.h",
665         "src/core/lib/surface/init.h",
666         "src/core/lib/surface/lame_client.h",
667         "src/core/lib/surface/server.h",
668         "src/core/lib/surface/validate_metadata.h",
669         "src/core/lib/transport/bdp_estimator.h",
670         "src/core/lib/transport/byte_stream.h",
671         "src/core/lib/transport/connectivity_state.h",
672         "src/core/lib/transport/error_utils.h",
673         "src/core/lib/transport/http2_errors.h",
674         "src/core/lib/transport/metadata.h",
675         "src/core/lib/transport/metadata_batch.h",
676         "src/core/lib/transport/pid_controller.h",
677         "src/core/lib/transport/service_config.h",
678         "src/core/lib/transport/static_metadata.h",
679         "src/core/lib/transport/status_conversion.h",
680         "src/core/lib/transport/status_metadata.h",
681         "src/core/lib/transport/timeout_encoding.h",
682         "src/core/lib/transport/transport.h",
683         "src/core/lib/transport/transport_impl.h",
684         "src/core/lib/uri/uri_parser.h",
685         "src/core/lib/debug/trace.h",
686         "src/core/ext/transport/inproc/inproc_transport.h",
687         "src/core/ext/filters/client_channel/health/health.pb.h"
688       ]
689     },
690     {
691       "name": "Protobuf",
692       "header_mappings_dir": "include/grpcpp",
693       "dependencies": {
694         "gRPC-C++/Interface": [
695           "0.0.7"
696         ]
697       },
698       "source_files": [
699         "include/grpcpp/impl/codegen/proto_buffer_reader.h",
700         "include/grpcpp/impl/codegen/proto_buffer_writer.h",
701         "include/grpcpp/impl/codegen/proto_utils.h",
702         "include/grpcpp/impl/codegen/config_protobuf.h",
703         "include/grpcpp/impl/codegen/config_protobuf.h"
704       ]
705     }
706   ]