[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / c / 8 / 7 / gRPC-C++ / 1.28.0 / gRPC-C++.podspec.json
blob84e12bf7c754b681c947422cdd99a07eb82c7847
2   "name": "gRPC-C++",
3   "version": "1.28.0",
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.28.0"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9",
17     "tvos": "10.0"
18   },
19   "requires_arc": false,
20   "module_name": "grpcpp",
21   "header_dir": "grpcpp",
22   "pod_target_xcconfig": {
23     "HEADER_SEARCH_PATHS": "\"$(inherited)\" \"$(PODS_TARGET_SRCROOT)/include\"",
24     "USER_HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\"",
25     "GCC_PREPROCESSOR_DEFINITIONS": "\"$(inherited)\" \"COCOAPODS=1\"",
26     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
27     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
28     "USE_HEADERMAP": "NO",
29     "ALWAYS_SEARCH_USER_PATHS": "NO"
30   },
31   "libraries": "c++",
32   "compiler_flags": "-Wno-comma",
33   "default_subspecs": [
34     "Interface",
35     "Implementation"
36   ],
37   "resource_bundles": {
38     "gRPCCertificates-Cpp": [
39       "etc/roots.pem"
40     ]
41   },
42   "header_mappings_dir": "include/grpcpp",
43   "prepare_command": "sed -E -i '' 's;#include <openssl/(.*)>;#if COCOAPODS==1\\\n  #include <openssl_grpc/\\1>\\\n#else\\\n  #include <openssl/\\1>\\\n#endif;g' $(find src/core -type f \\( -path '*.h' -or -path '*.cc' \\) -print | xargs grep -H -c '#include <openssl_grpc/' | grep 0$ | cut -d':' -f1)\n    find src/core/ third_party/upb/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#include \"upb/(.*)\";#if COCOAPODS==1\\\n  #include  \"third_party/upb/upb/\\1\"\\\n#else\\\n  #include  \"upb/\\1\"\\\n#endif;g'\n    find src/core/ third_party/upb/ -type f -name '*.grpc_back' -print0 | xargs -0 rm\n    find src/core/ src/cpp/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#include \"(.*).upb.h\";#if COCOAPODS==1\\\n  #include  \"src/core/ext/upb-generated/\\1.upb.h\"\\\n#else\\\n  #include  \"\\1.upb.h\"\\\n#endif;g'\n    find src/core/ src/cpp/ -type f -name '*.grpc_back' -print0 | xargs -0 rm",
44   "subspecs": [
45     {
46       "name": "Interface",
47       "header_mappings_dir": "include/grpcpp",
48       "source_files": [
49         "include/grpcpp/alarm.h",
50         "include/grpcpp/alarm_impl.h",
51         "include/grpcpp/channel.h",
52         "include/grpcpp/channel_impl.h",
53         "include/grpcpp/client_context.h",
54         "include/grpcpp/completion_queue.h",
55         "include/grpcpp/completion_queue_impl.h",
56         "include/grpcpp/create_channel.h",
57         "include/grpcpp/create_channel_impl.h",
58         "include/grpcpp/create_channel_posix.h",
59         "include/grpcpp/create_channel_posix_impl.h",
60         "include/grpcpp/ext/health_check_service_server_builder_option.h",
61         "include/grpcpp/generic/async_generic_service.h",
62         "include/grpcpp/generic/generic_stub.h",
63         "include/grpcpp/generic/generic_stub_impl.h",
64         "include/grpcpp/grpcpp.h",
65         "include/grpcpp/health_check_service_interface.h",
66         "include/grpcpp/health_check_service_interface_impl.h",
67         "include/grpcpp/impl/call.h",
68         "include/grpcpp/impl/channel_argument_option.h",
69         "include/grpcpp/impl/client_unary_call.h",
70         "include/grpcpp/impl/codegen/async_generic_service.h",
71         "include/grpcpp/impl/codegen/async_stream.h",
72         "include/grpcpp/impl/codegen/async_stream_impl.h",
73         "include/grpcpp/impl/codegen/async_unary_call.h",
74         "include/grpcpp/impl/codegen/async_unary_call_impl.h",
75         "include/grpcpp/impl/codegen/byte_buffer.h",
76         "include/grpcpp/impl/codegen/call.h",
77         "include/grpcpp/impl/codegen/call_hook.h",
78         "include/grpcpp/impl/codegen/call_op_set.h",
79         "include/grpcpp/impl/codegen/call_op_set_interface.h",
80         "include/grpcpp/impl/codegen/callback_common.h",
81         "include/grpcpp/impl/codegen/channel_interface.h",
82         "include/grpcpp/impl/codegen/client_callback.h",
83         "include/grpcpp/impl/codegen/client_callback_impl.h",
84         "include/grpcpp/impl/codegen/client_context.h",
85         "include/grpcpp/impl/codegen/client_context_impl.h",
86         "include/grpcpp/impl/codegen/client_interceptor.h",
87         "include/grpcpp/impl/codegen/client_unary_call.h",
88         "include/grpcpp/impl/codegen/completion_queue.h",
89         "include/grpcpp/impl/codegen/completion_queue_impl.h",
90         "include/grpcpp/impl/codegen/completion_queue_tag.h",
91         "include/grpcpp/impl/codegen/config.h",
92         "include/grpcpp/impl/codegen/core_codegen.h",
93         "include/grpcpp/impl/codegen/core_codegen_interface.h",
94         "include/grpcpp/impl/codegen/create_auth_context.h",
95         "include/grpcpp/impl/codegen/delegating_channel.h",
96         "include/grpcpp/impl/codegen/grpc_library.h",
97         "include/grpcpp/impl/codegen/intercepted_channel.h",
98         "include/grpcpp/impl/codegen/interceptor.h",
99         "include/grpcpp/impl/codegen/interceptor_common.h",
100         "include/grpcpp/impl/codegen/message_allocator.h",
101         "include/grpcpp/impl/codegen/metadata_map.h",
102         "include/grpcpp/impl/codegen/method_handler.h",
103         "include/grpcpp/impl/codegen/method_handler_impl.h",
104         "include/grpcpp/impl/codegen/rpc_method.h",
105         "include/grpcpp/impl/codegen/rpc_service_method.h",
106         "include/grpcpp/impl/codegen/security/auth_context.h",
107         "include/grpcpp/impl/codegen/serialization_traits.h",
108         "include/grpcpp/impl/codegen/server_callback.h",
109         "include/grpcpp/impl/codegen/server_callback_handlers.h",
110         "include/grpcpp/impl/codegen/server_callback_impl.h",
111         "include/grpcpp/impl/codegen/server_context.h",
112         "include/grpcpp/impl/codegen/server_context_impl.h",
113         "include/grpcpp/impl/codegen/server_interceptor.h",
114         "include/grpcpp/impl/codegen/server_interface.h",
115         "include/grpcpp/impl/codegen/service_type.h",
116         "include/grpcpp/impl/codegen/slice.h",
117         "include/grpcpp/impl/codegen/status.h",
118         "include/grpcpp/impl/codegen/status_code_enum.h",
119         "include/grpcpp/impl/codegen/string_ref.h",
120         "include/grpcpp/impl/codegen/stub_options.h",
121         "include/grpcpp/impl/codegen/sync.h",
122         "include/grpcpp/impl/codegen/sync_stream.h",
123         "include/grpcpp/impl/codegen/sync_stream_impl.h",
124         "include/grpcpp/impl/codegen/time.h",
125         "include/grpcpp/impl/grpc_library.h",
126         "include/grpcpp/impl/method_handler_impl.h",
127         "include/grpcpp/impl/rpc_method.h",
128         "include/grpcpp/impl/rpc_service_method.h",
129         "include/grpcpp/impl/serialization_traits.h",
130         "include/grpcpp/impl/server_builder_option.h",
131         "include/grpcpp/impl/server_builder_option_impl.h",
132         "include/grpcpp/impl/server_builder_plugin.h",
133         "include/grpcpp/impl/server_initializer.h",
134         "include/grpcpp/impl/server_initializer_impl.h",
135         "include/grpcpp/impl/service_type.h",
136         "include/grpcpp/resource_quota.h",
137         "include/grpcpp/resource_quota_impl.h",
138         "include/grpcpp/security/auth_context.h",
139         "include/grpcpp/security/auth_metadata_processor.h",
140         "include/grpcpp/security/auth_metadata_processor_impl.h",
141         "include/grpcpp/security/credentials.h",
142         "include/grpcpp/security/credentials_impl.h",
143         "include/grpcpp/security/server_credentials.h",
144         "include/grpcpp/security/server_credentials_impl.h",
145         "include/grpcpp/security/tls_credentials_options.h",
146         "include/grpcpp/server.h",
147         "include/grpcpp/server_builder.h",
148         "include/grpcpp/server_builder_impl.h",
149         "include/grpcpp/server_context.h",
150         "include/grpcpp/server_impl.h",
151         "include/grpcpp/server_posix.h",
152         "include/grpcpp/server_posix_impl.h",
153         "include/grpcpp/support/async_stream.h",
154         "include/grpcpp/support/async_stream_impl.h",
155         "include/grpcpp/support/async_unary_call.h",
156         "include/grpcpp/support/async_unary_call_impl.h",
157         "include/grpcpp/support/byte_buffer.h",
158         "include/grpcpp/support/channel_arguments.h",
159         "include/grpcpp/support/channel_arguments_impl.h",
160         "include/grpcpp/support/client_callback.h",
161         "include/grpcpp/support/client_callback_impl.h",
162         "include/grpcpp/support/client_interceptor.h",
163         "include/grpcpp/support/config.h",
164         "include/grpcpp/support/interceptor.h",
165         "include/grpcpp/support/message_allocator.h",
166         "include/grpcpp/support/proto_buffer_reader.h",
167         "include/grpcpp/support/proto_buffer_writer.h",
168         "include/grpcpp/support/server_callback.h",
169         "include/grpcpp/support/server_callback_impl.h",
170         "include/grpcpp/support/server_interceptor.h",
171         "include/grpcpp/support/slice.h",
172         "include/grpcpp/support/status.h",
173         "include/grpcpp/support/status_code_enum.h",
174         "include/grpcpp/support/string_ref.h",
175         "include/grpcpp/support/stub_options.h",
176         "include/grpcpp/support/sync_stream.h",
177         "include/grpcpp/support/sync_stream_impl.h",
178         "include/grpcpp/support/time.h",
179         "include/grpcpp/support/validate_service_config.h"
180       ]
181     },
182     {
183       "name": "Implementation",
184       "header_mappings_dir": ".",
185       "dependencies": {
186         "gRPC-C++/Interface": [
187           "1.28.0"
188         ],
189         "gRPC-Core": [
190           "1.28.0"
191         ],
192         "abseil/container/inlined_vector": [
193           "0.20200225.0"
194         ],
195         "abseil/memory/memory": [
196           "0.20200225.0"
197         ],
198         "abseil/strings/str_format": [
199           "0.20200225.0"
200         ],
201         "abseil/strings/strings": [
202           "0.20200225.0"
203         ],
204         "abseil/types/optional": [
205           "0.20200225.0"
206         ]
207       },
208       "source_files": [
209         "include/grpcpp/impl/codegen/core_codegen.h",
210         "src/core/ext/filters/client_channel/backend_metric.h",
211         "src/core/ext/filters/client_channel/backup_poller.h",
212         "src/core/ext/filters/client_channel/client_channel.h",
213         "src/core/ext/filters/client_channel/client_channel_channelz.h",
214         "src/core/ext/filters/client_channel/client_channel_factory.h",
215         "src/core/ext/filters/client_channel/connector.h",
216         "src/core/ext/filters/client_channel/global_subchannel_pool.h",
217         "src/core/ext/filters/client_channel/health/health_check_client.h",
218         "src/core/ext/filters/client_channel/http_connect_handshaker.h",
219         "src/core/ext/filters/client_channel/http_proxy.h",
220         "src/core/ext/filters/client_channel/lb_policy.h",
221         "src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h",
222         "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h",
223         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h",
224         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h",
225         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h",
226         "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h",
227         "src/core/ext/filters/client_channel/lb_policy/subchannel_list.h",
228         "src/core/ext/filters/client_channel/lb_policy/xds/xds.h",
229         "src/core/ext/filters/client_channel/lb_policy_factory.h",
230         "src/core/ext/filters/client_channel/lb_policy_registry.h",
231         "src/core/ext/filters/client_channel/local_subchannel_pool.h",
232         "src/core/ext/filters/client_channel/parse_address.h",
233         "src/core/ext/filters/client_channel/proxy_mapper.h",
234         "src/core/ext/filters/client_channel/proxy_mapper_registry.h",
235         "src/core/ext/filters/client_channel/resolver.h",
236         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h",
237         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h",
238         "src/core/ext/filters/client_channel/resolver/dns/dns_resolver_selection.h",
239         "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h",
240         "src/core/ext/filters/client_channel/resolver_factory.h",
241         "src/core/ext/filters/client_channel/resolver_registry.h",
242         "src/core/ext/filters/client_channel/resolver_result_parsing.h",
243         "src/core/ext/filters/client_channel/resolving_lb_policy.h",
244         "src/core/ext/filters/client_channel/retry_throttle.h",
245         "src/core/ext/filters/client_channel/server_address.h",
246         "src/core/ext/filters/client_channel/service_config.h",
247         "src/core/ext/filters/client_channel/subchannel.h",
248         "src/core/ext/filters/client_channel/subchannel_interface.h",
249         "src/core/ext/filters/client_channel/subchannel_pool_interface.h",
250         "src/core/ext/filters/client_channel/xds/xds_api.h",
251         "src/core/ext/filters/client_channel/xds/xds_bootstrap.h",
252         "src/core/ext/filters/client_channel/xds/xds_channel.h",
253         "src/core/ext/filters/client_channel/xds/xds_channel_args.h",
254         "src/core/ext/filters/client_channel/xds/xds_client.h",
255         "src/core/ext/filters/client_channel/xds/xds_client_stats.h",
256         "src/core/ext/filters/deadline/deadline_filter.h",
257         "src/core/ext/filters/http/client/http_client_filter.h",
258         "src/core/ext/filters/http/client_authority_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/max_age/max_age_filter.h",
262         "src/core/ext/filters/message_size/message_size_filter.h",
263         "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h",
264         "src/core/ext/filters/workarounds/workaround_utils.h",
265         "src/core/ext/transport/chttp2/alpn/alpn.h",
266         "src/core/ext/transport/chttp2/client/authority.h",
267         "src/core/ext/transport/chttp2/client/chttp2_connector.h",
268         "src/core/ext/transport/chttp2/server/chttp2_server.h",
269         "src/core/ext/transport/chttp2/transport/bin_decoder.h",
270         "src/core/ext/transport/chttp2/transport/bin_encoder.h",
271         "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
272         "src/core/ext/transport/chttp2/transport/context_list.h",
273         "src/core/ext/transport/chttp2/transport/flow_control.h",
274         "src/core/ext/transport/chttp2/transport/frame.h",
275         "src/core/ext/transport/chttp2/transport/frame_data.h",
276         "src/core/ext/transport/chttp2/transport/frame_goaway.h",
277         "src/core/ext/transport/chttp2/transport/frame_ping.h",
278         "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
279         "src/core/ext/transport/chttp2/transport/frame_settings.h",
280         "src/core/ext/transport/chttp2/transport/frame_window_update.h",
281         "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
282         "src/core/ext/transport/chttp2/transport/hpack_parser.h",
283         "src/core/ext/transport/chttp2/transport/hpack_table.h",
284         "src/core/ext/transport/chttp2/transport/http2_settings.h",
285         "src/core/ext/transport/chttp2/transport/huffsyms.h",
286         "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
287         "src/core/ext/transport/chttp2/transport/internal.h",
288         "src/core/ext/transport/chttp2/transport/stream_map.h",
289         "src/core/ext/transport/chttp2/transport/varint.h",
290         "src/core/ext/transport/inproc/inproc_transport.h",
291         "src/core/ext/upb-generated/envoy/annotations/deprecation.upb.h",
292         "src/core/ext/upb-generated/envoy/annotations/resource.upb.h",
293         "src/core/ext/upb-generated/envoy/api/v2/auth/cert.upb.h",
294         "src/core/ext/upb-generated/envoy/api/v2/cds.upb.h",
295         "src/core/ext/upb-generated/envoy/api/v2/cluster.upb.h",
296         "src/core/ext/upb-generated/envoy/api/v2/cluster/circuit_breaker.upb.h",
297         "src/core/ext/upb-generated/envoy/api/v2/cluster/filter.upb.h",
298         "src/core/ext/upb-generated/envoy/api/v2/cluster/outlier_detection.upb.h",
299         "src/core/ext/upb-generated/envoy/api/v2/core/address.upb.h",
300         "src/core/ext/upb-generated/envoy/api/v2/core/base.upb.h",
301         "src/core/ext/upb-generated/envoy/api/v2/core/config_source.upb.h",
302         "src/core/ext/upb-generated/envoy/api/v2/core/grpc_service.upb.h",
303         "src/core/ext/upb-generated/envoy/api/v2/core/health_check.upb.h",
304         "src/core/ext/upb-generated/envoy/api/v2/core/http_uri.upb.h",
305         "src/core/ext/upb-generated/envoy/api/v2/core/protocol.upb.h",
306         "src/core/ext/upb-generated/envoy/api/v2/discovery.upb.h",
307         "src/core/ext/upb-generated/envoy/api/v2/eds.upb.h",
308         "src/core/ext/upb-generated/envoy/api/v2/endpoint.upb.h",
309         "src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint.upb.h",
310         "src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint_components.upb.h",
311         "src/core/ext/upb-generated/envoy/api/v2/endpoint/load_report.upb.h",
312         "src/core/ext/upb-generated/envoy/api/v2/lds.upb.h",
313         "src/core/ext/upb-generated/envoy/api/v2/listener.upb.h",
314         "src/core/ext/upb-generated/envoy/api/v2/listener/listener.upb.h",
315         "src/core/ext/upb-generated/envoy/api/v2/listener/listener_components.upb.h",
316         "src/core/ext/upb-generated/envoy/api/v2/listener/udp_listener_config.upb.h",
317         "src/core/ext/upb-generated/envoy/api/v2/rds.upb.h",
318         "src/core/ext/upb-generated/envoy/api/v2/route.upb.h",
319         "src/core/ext/upb-generated/envoy/api/v2/route/route.upb.h",
320         "src/core/ext/upb-generated/envoy/api/v2/route/route_components.upb.h",
321         "src/core/ext/upb-generated/envoy/api/v2/scoped_route.upb.h",
322         "src/core/ext/upb-generated/envoy/api/v2/srds.upb.h",
323         "src/core/ext/upb-generated/envoy/config/filter/accesslog/v2/accesslog.upb.h",
324         "src/core/ext/upb-generated/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.upb.h",
325         "src/core/ext/upb-generated/envoy/config/listener/v2/api_listener.upb.h",
326         "src/core/ext/upb-generated/envoy/service/discovery/v2/ads.upb.h",
327         "src/core/ext/upb-generated/envoy/service/load_stats/v2/lrs.upb.h",
328         "src/core/ext/upb-generated/envoy/type/http.upb.h",
329         "src/core/ext/upb-generated/envoy/type/matcher/regex.upb.h",
330         "src/core/ext/upb-generated/envoy/type/matcher/string.upb.h",
331         "src/core/ext/upb-generated/envoy/type/metadata/v2/metadata.upb.h",
332         "src/core/ext/upb-generated/envoy/type/percent.upb.h",
333         "src/core/ext/upb-generated/envoy/type/range.upb.h",
334         "src/core/ext/upb-generated/envoy/type/semantic_version.upb.h",
335         "src/core/ext/upb-generated/envoy/type/tracing/v2/custom_tag.upb.h",
336         "src/core/ext/upb-generated/gogoproto/gogo.upb.h",
337         "src/core/ext/upb-generated/google/api/annotations.upb.h",
338         "src/core/ext/upb-generated/google/api/http.upb.h",
339         "src/core/ext/upb-generated/google/protobuf/any.upb.h",
340         "src/core/ext/upb-generated/google/protobuf/descriptor.upb.h",
341         "src/core/ext/upb-generated/google/protobuf/duration.upb.h",
342         "src/core/ext/upb-generated/google/protobuf/empty.upb.h",
343         "src/core/ext/upb-generated/google/protobuf/struct.upb.h",
344         "src/core/ext/upb-generated/google/protobuf/timestamp.upb.h",
345         "src/core/ext/upb-generated/google/protobuf/wrappers.upb.h",
346         "src/core/ext/upb-generated/google/rpc/status.upb.h",
347         "src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h",
348         "src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h",
349         "src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h",
350         "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h",
351         "src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h",
352         "src/core/ext/upb-generated/udpa/annotations/migrate.upb.h",
353         "src/core/ext/upb-generated/udpa/annotations/sensitive.upb.h",
354         "src/core/ext/upb-generated/udpa/data/orca/v1/orca_load_report.upb.h",
355         "src/core/ext/upb-generated/validate/validate.upb.h",
356         "src/core/lib/avl/avl.h",
357         "src/core/lib/backoff/backoff.h",
358         "src/core/lib/channel/channel_args.h",
359         "src/core/lib/channel/channel_stack.h",
360         "src/core/lib/channel/channel_stack_builder.h",
361         "src/core/lib/channel/channel_trace.h",
362         "src/core/lib/channel/channelz.h",
363         "src/core/lib/channel/channelz_registry.h",
364         "src/core/lib/channel/connected_channel.h",
365         "src/core/lib/channel/context.h",
366         "src/core/lib/channel/handshaker.h",
367         "src/core/lib/channel/handshaker_factory.h",
368         "src/core/lib/channel/handshaker_registry.h",
369         "src/core/lib/channel/status_util.h",
370         "src/core/lib/compression/algorithm_metadata.h",
371         "src/core/lib/compression/compression_args.h",
372         "src/core/lib/compression/compression_internal.h",
373         "src/core/lib/compression/message_compress.h",
374         "src/core/lib/compression/stream_compression.h",
375         "src/core/lib/compression/stream_compression_gzip.h",
376         "src/core/lib/compression/stream_compression_identity.h",
377         "src/core/lib/debug/stats.h",
378         "src/core/lib/debug/stats_data.h",
379         "src/core/lib/debug/trace.h",
380         "src/core/lib/gpr/alloc.h",
381         "src/core/lib/gpr/arena.h",
382         "src/core/lib/gpr/env.h",
383         "src/core/lib/gpr/murmur_hash.h",
384         "src/core/lib/gpr/spinlock.h",
385         "src/core/lib/gpr/string.h",
386         "src/core/lib/gpr/string_windows.h",
387         "src/core/lib/gpr/time_precise.h",
388         "src/core/lib/gpr/tls.h",
389         "src/core/lib/gpr/tls_gcc.h",
390         "src/core/lib/gpr/tls_msvc.h",
391         "src/core/lib/gpr/tls_pthread.h",
392         "src/core/lib/gpr/tmpfile.h",
393         "src/core/lib/gpr/useful.h",
394         "src/core/lib/gprpp/arena.h",
395         "src/core/lib/gprpp/atomic.h",
396         "src/core/lib/gprpp/debug_location.h",
397         "src/core/lib/gprpp/fork.h",
398         "src/core/lib/gprpp/global_config.h",
399         "src/core/lib/gprpp/global_config_custom.h",
400         "src/core/lib/gprpp/global_config_env.h",
401         "src/core/lib/gprpp/global_config_generic.h",
402         "src/core/lib/gprpp/host_port.h",
403         "src/core/lib/gprpp/inlined_vector.h",
404         "src/core/lib/gprpp/manual_constructor.h",
405         "src/core/lib/gprpp/map.h",
406         "src/core/lib/gprpp/memory.h",
407         "src/core/lib/gprpp/mpscq.h",
408         "src/core/lib/gprpp/optional.h",
409         "src/core/lib/gprpp/orphanable.h",
410         "src/core/lib/gprpp/ref_counted.h",
411         "src/core/lib/gprpp/ref_counted_ptr.h",
412         "src/core/lib/gprpp/string_view.h",
413         "src/core/lib/gprpp/sync.h",
414         "src/core/lib/gprpp/thd.h",
415         "src/core/lib/http/format_request.h",
416         "src/core/lib/http/httpcli.h",
417         "src/core/lib/http/parser.h",
418         "src/core/lib/iomgr/block_annotate.h",
419         "src/core/lib/iomgr/buffer_list.h",
420         "src/core/lib/iomgr/call_combiner.h",
421         "src/core/lib/iomgr/cfstream_handle.h",
422         "src/core/lib/iomgr/closure.h",
423         "src/core/lib/iomgr/combiner.h",
424         "src/core/lib/iomgr/dynamic_annotations.h",
425         "src/core/lib/iomgr/endpoint.h",
426         "src/core/lib/iomgr/endpoint_cfstream.h",
427         "src/core/lib/iomgr/endpoint_pair.h",
428         "src/core/lib/iomgr/error.h",
429         "src/core/lib/iomgr/error_cfstream.h",
430         "src/core/lib/iomgr/error_internal.h",
431         "src/core/lib/iomgr/ev_epoll1_linux.h",
432         "src/core/lib/iomgr/ev_epollex_linux.h",
433         "src/core/lib/iomgr/ev_poll_posix.h",
434         "src/core/lib/iomgr/ev_posix.h",
435         "src/core/lib/iomgr/exec_ctx.h",
436         "src/core/lib/iomgr/executor.h",
437         "src/core/lib/iomgr/executor/mpmcqueue.h",
438         "src/core/lib/iomgr/executor/threadpool.h",
439         "src/core/lib/iomgr/gethostname.h",
440         "src/core/lib/iomgr/grpc_if_nametoindex.h",
441         "src/core/lib/iomgr/internal_errqueue.h",
442         "src/core/lib/iomgr/iocp_windows.h",
443         "src/core/lib/iomgr/iomgr.h",
444         "src/core/lib/iomgr/iomgr_custom.h",
445         "src/core/lib/iomgr/iomgr_internal.h",
446         "src/core/lib/iomgr/iomgr_posix.h",
447         "src/core/lib/iomgr/is_epollexclusive_available.h",
448         "src/core/lib/iomgr/load_file.h",
449         "src/core/lib/iomgr/lockfree_event.h",
450         "src/core/lib/iomgr/nameser.h",
451         "src/core/lib/iomgr/poller/eventmanager_libuv.h",
452         "src/core/lib/iomgr/polling_entity.h",
453         "src/core/lib/iomgr/pollset.h",
454         "src/core/lib/iomgr/pollset_custom.h",
455         "src/core/lib/iomgr/pollset_set.h",
456         "src/core/lib/iomgr/pollset_set_custom.h",
457         "src/core/lib/iomgr/pollset_set_windows.h",
458         "src/core/lib/iomgr/pollset_windows.h",
459         "src/core/lib/iomgr/port.h",
460         "src/core/lib/iomgr/resolve_address.h",
461         "src/core/lib/iomgr/resolve_address_custom.h",
462         "src/core/lib/iomgr/resource_quota.h",
463         "src/core/lib/iomgr/sockaddr.h",
464         "src/core/lib/iomgr/sockaddr_custom.h",
465         "src/core/lib/iomgr/sockaddr_posix.h",
466         "src/core/lib/iomgr/sockaddr_utils.h",
467         "src/core/lib/iomgr/sockaddr_windows.h",
468         "src/core/lib/iomgr/socket_factory_posix.h",
469         "src/core/lib/iomgr/socket_mutator.h",
470         "src/core/lib/iomgr/socket_utils.h",
471         "src/core/lib/iomgr/socket_utils_posix.h",
472         "src/core/lib/iomgr/socket_windows.h",
473         "src/core/lib/iomgr/sys_epoll_wrapper.h",
474         "src/core/lib/iomgr/tcp_client.h",
475         "src/core/lib/iomgr/tcp_client_posix.h",
476         "src/core/lib/iomgr/tcp_custom.h",
477         "src/core/lib/iomgr/tcp_posix.h",
478         "src/core/lib/iomgr/tcp_server.h",
479         "src/core/lib/iomgr/tcp_server_utils_posix.h",
480         "src/core/lib/iomgr/tcp_windows.h",
481         "src/core/lib/iomgr/time_averaged_stats.h",
482         "src/core/lib/iomgr/timer.h",
483         "src/core/lib/iomgr/timer_custom.h",
484         "src/core/lib/iomgr/timer_heap.h",
485         "src/core/lib/iomgr/timer_manager.h",
486         "src/core/lib/iomgr/udp_server.h",
487         "src/core/lib/iomgr/unix_sockets_posix.h",
488         "src/core/lib/iomgr/wakeup_fd_pipe.h",
489         "src/core/lib/iomgr/wakeup_fd_posix.h",
490         "src/core/lib/iomgr/work_serializer.h",
491         "src/core/lib/json/json.h",
492         "src/core/lib/profiling/timers.h",
493         "src/core/lib/security/context/security_context.h",
494         "src/core/lib/security/credentials/alts/alts_credentials.h",
495         "src/core/lib/security/credentials/alts/check_gcp_environment.h",
496         "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h",
497         "src/core/lib/security/credentials/composite/composite_credentials.h",
498         "src/core/lib/security/credentials/credentials.h",
499         "src/core/lib/security/credentials/fake/fake_credentials.h",
500         "src/core/lib/security/credentials/google_default/google_default_credentials.h",
501         "src/core/lib/security/credentials/iam/iam_credentials.h",
502         "src/core/lib/security/credentials/jwt/json_token.h",
503         "src/core/lib/security/credentials/jwt/jwt_credentials.h",
504         "src/core/lib/security/credentials/jwt/jwt_verifier.h",
505         "src/core/lib/security/credentials/local/local_credentials.h",
506         "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
507         "src/core/lib/security/credentials/plugin/plugin_credentials.h",
508         "src/core/lib/security/credentials/ssl/ssl_credentials.h",
509         "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h",
510         "src/core/lib/security/credentials/tls/tls_credentials.h",
511         "src/core/lib/security/security_connector/alts/alts_security_connector.h",
512         "src/core/lib/security/security_connector/fake/fake_security_connector.h",
513         "src/core/lib/security/security_connector/load_system_roots.h",
514         "src/core/lib/security/security_connector/load_system_roots_linux.h",
515         "src/core/lib/security/security_connector/local/local_security_connector.h",
516         "src/core/lib/security/security_connector/security_connector.h",
517         "src/core/lib/security/security_connector/ssl/ssl_security_connector.h",
518         "src/core/lib/security/security_connector/ssl_utils.h",
519         "src/core/lib/security/security_connector/ssl_utils_config.h",
520         "src/core/lib/security/security_connector/tls/tls_security_connector.h",
521         "src/core/lib/security/transport/auth_filters.h",
522         "src/core/lib/security/transport/secure_endpoint.h",
523         "src/core/lib/security/transport/security_handshaker.h",
524         "src/core/lib/security/transport/target_authority_table.h",
525         "src/core/lib/security/transport/tsi_error.h",
526         "src/core/lib/security/util/json_util.h",
527         "src/core/lib/slice/b64.h",
528         "src/core/lib/slice/percent_encoding.h",
529         "src/core/lib/slice/slice_hash_table.h",
530         "src/core/lib/slice/slice_internal.h",
531         "src/core/lib/slice/slice_string_helpers.h",
532         "src/core/lib/slice/slice_utils.h",
533         "src/core/lib/slice/slice_weak_hash_table.h",
534         "src/core/lib/surface/api_trace.h",
535         "src/core/lib/surface/call.h",
536         "src/core/lib/surface/call_test_only.h",
537         "src/core/lib/surface/channel.h",
538         "src/core/lib/surface/channel_init.h",
539         "src/core/lib/surface/channel_stack_type.h",
540         "src/core/lib/surface/completion_queue.h",
541         "src/core/lib/surface/completion_queue_factory.h",
542         "src/core/lib/surface/event_string.h",
543         "src/core/lib/surface/init.h",
544         "src/core/lib/surface/lame_client.h",
545         "src/core/lib/surface/server.h",
546         "src/core/lib/surface/validate_metadata.h",
547         "src/core/lib/transport/bdp_estimator.h",
548         "src/core/lib/transport/byte_stream.h",
549         "src/core/lib/transport/connectivity_state.h",
550         "src/core/lib/transport/error_utils.h",
551         "src/core/lib/transport/http2_errors.h",
552         "src/core/lib/transport/metadata.h",
553         "src/core/lib/transport/metadata_batch.h",
554         "src/core/lib/transport/pid_controller.h",
555         "src/core/lib/transport/static_metadata.h",
556         "src/core/lib/transport/status_conversion.h",
557         "src/core/lib/transport/status_metadata.h",
558         "src/core/lib/transport/timeout_encoding.h",
559         "src/core/lib/transport/transport.h",
560         "src/core/lib/transport/transport_impl.h",
561         "src/core/lib/uri/uri_parser.h",
562         "src/core/tsi/alts/crypt/gsec.h",
563         "src/core/tsi/alts/frame_protector/alts_counter.h",
564         "src/core/tsi/alts/frame_protector/alts_crypter.h",
565         "src/core/tsi/alts/frame_protector/alts_frame_protector.h",
566         "src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h",
567         "src/core/tsi/alts/frame_protector/frame_handler.h",
568         "src/core/tsi/alts/handshaker/alts_handshaker_client.h",
569         "src/core/tsi/alts/handshaker/alts_shared_resource.h",
570         "src/core/tsi/alts/handshaker/alts_tsi_handshaker.h",
571         "src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h",
572         "src/core/tsi/alts/handshaker/alts_tsi_utils.h",
573         "src/core/tsi/alts/handshaker/transport_security_common_api.h",
574         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h",
575         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h",
576         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h",
577         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h",
578         "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h",
579         "src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h",
580         "src/core/tsi/fake_transport_security.h",
581         "src/core/tsi/grpc_shadow_boringssl.h",
582         "src/core/tsi/local_transport_security.h",
583         "src/core/tsi/ssl/session_cache/ssl_session.h",
584         "src/core/tsi/ssl/session_cache/ssl_session_cache.h",
585         "src/core/tsi/ssl_transport_security.h",
586         "src/core/tsi/ssl_types.h",
587         "src/core/tsi/transport_security.h",
588         "src/core/tsi/transport_security_grpc.h",
589         "src/core/tsi/transport_security_interface.h",
590         "src/cpp/client/channel_cc.cc",
591         "src/cpp/client/client_context.cc",
592         "src/cpp/client/client_interceptor.cc",
593         "src/cpp/client/create_channel.cc",
594         "src/cpp/client/create_channel_internal.cc",
595         "src/cpp/client/create_channel_internal.h",
596         "src/cpp/client/create_channel_posix.cc",
597         "src/cpp/client/credentials_cc.cc",
598         "src/cpp/client/insecure_credentials.cc",
599         "src/cpp/client/secure_credentials.cc",
600         "src/cpp/client/secure_credentials.h",
601         "src/cpp/codegen/codegen_init.cc",
602         "src/cpp/common/alarm.cc",
603         "src/cpp/common/auth_property_iterator.cc",
604         "src/cpp/common/channel_arguments.cc",
605         "src/cpp/common/channel_filter.cc",
606         "src/cpp/common/channel_filter.h",
607         "src/cpp/common/completion_queue_cc.cc",
608         "src/cpp/common/core_codegen.cc",
609         "src/cpp/common/resource_quota_cc.cc",
610         "src/cpp/common/rpc_method.cc",
611         "src/cpp/common/secure_auth_context.cc",
612         "src/cpp/common/secure_auth_context.h",
613         "src/cpp/common/secure_channel_arguments.cc",
614         "src/cpp/common/secure_create_auth_context.cc",
615         "src/cpp/common/tls_credentials_options.cc",
616         "src/cpp/common/tls_credentials_options_util.cc",
617         "src/cpp/common/tls_credentials_options_util.h",
618         "src/cpp/common/validate_service_config.cc",
619         "src/cpp/common/version_cc.cc",
620         "src/cpp/server/async_generic_service.cc",
621         "src/cpp/server/channel_argument_option.cc",
622         "src/cpp/server/create_default_thread_pool.cc",
623         "src/cpp/server/dynamic_thread_pool.cc",
624         "src/cpp/server/dynamic_thread_pool.h",
625         "src/cpp/server/external_connection_acceptor_impl.cc",
626         "src/cpp/server/external_connection_acceptor_impl.h",
627         "src/cpp/server/health/default_health_check_service.cc",
628         "src/cpp/server/health/default_health_check_service.h",
629         "src/cpp/server/health/health_check_service.cc",
630         "src/cpp/server/health/health_check_service_server_builder_option.cc",
631         "src/cpp/server/insecure_server_credentials.cc",
632         "src/cpp/server/secure_server_credentials.cc",
633         "src/cpp/server/secure_server_credentials.h",
634         "src/cpp/server/server_builder.cc",
635         "src/cpp/server/server_callback.cc",
636         "src/cpp/server/server_cc.cc",
637         "src/cpp/server/server_context.cc",
638         "src/cpp/server/server_credentials.cc",
639         "src/cpp/server/server_posix.cc",
640         "src/cpp/server/thread_pool_interface.h",
641         "src/cpp/thread_manager/thread_manager.cc",
642         "src/cpp/thread_manager/thread_manager.h",
643         "src/cpp/util/byte_buffer_cc.cc",
644         "src/cpp/util/status.cc",
645         "src/cpp/util/string_ref.cc",
646         "src/cpp/util/time_cc.cc",
647         "third_party/upb/upb/decode.h",
648         "third_party/upb/upb/encode.h",
649         "third_party/upb/upb/generated_util.h",
650         "third_party/upb/upb/msg.h",
651         "third_party/upb/upb/port_def.inc",
652         "third_party/upb/upb/port_undef.inc",
653         "third_party/upb/upb/table.int.h",
654         "third_party/upb/upb/upb.h"
655       ],
656       "private_header_files": [
657         "include/grpcpp/impl/codegen/core_codegen.h",
658         "src/core/ext/filters/client_channel/backend_metric.h",
659         "src/core/ext/filters/client_channel/backup_poller.h",
660         "src/core/ext/filters/client_channel/client_channel.h",
661         "src/core/ext/filters/client_channel/client_channel_channelz.h",
662         "src/core/ext/filters/client_channel/client_channel_factory.h",
663         "src/core/ext/filters/client_channel/connector.h",
664         "src/core/ext/filters/client_channel/global_subchannel_pool.h",
665         "src/core/ext/filters/client_channel/health/health_check_client.h",
666         "src/core/ext/filters/client_channel/http_connect_handshaker.h",
667         "src/core/ext/filters/client_channel/http_proxy.h",
668         "src/core/ext/filters/client_channel/lb_policy.h",
669         "src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h",
670         "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h",
671         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h",
672         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h",
673         "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h",
674         "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h",
675         "src/core/ext/filters/client_channel/lb_policy/subchannel_list.h",
676         "src/core/ext/filters/client_channel/lb_policy/xds/xds.h",
677         "src/core/ext/filters/client_channel/lb_policy_factory.h",
678         "src/core/ext/filters/client_channel/lb_policy_registry.h",
679         "src/core/ext/filters/client_channel/local_subchannel_pool.h",
680         "src/core/ext/filters/client_channel/parse_address.h",
681         "src/core/ext/filters/client_channel/proxy_mapper.h",
682         "src/core/ext/filters/client_channel/proxy_mapper_registry.h",
683         "src/core/ext/filters/client_channel/resolver.h",
684         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h",
685         "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h",
686         "src/core/ext/filters/client_channel/resolver/dns/dns_resolver_selection.h",
687         "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h",
688         "src/core/ext/filters/client_channel/resolver_factory.h",
689         "src/core/ext/filters/client_channel/resolver_registry.h",
690         "src/core/ext/filters/client_channel/resolver_result_parsing.h",
691         "src/core/ext/filters/client_channel/resolving_lb_policy.h",
692         "src/core/ext/filters/client_channel/retry_throttle.h",
693         "src/core/ext/filters/client_channel/server_address.h",
694         "src/core/ext/filters/client_channel/service_config.h",
695         "src/core/ext/filters/client_channel/subchannel.h",
696         "src/core/ext/filters/client_channel/subchannel_interface.h",
697         "src/core/ext/filters/client_channel/subchannel_pool_interface.h",
698         "src/core/ext/filters/client_channel/xds/xds_api.h",
699         "src/core/ext/filters/client_channel/xds/xds_bootstrap.h",
700         "src/core/ext/filters/client_channel/xds/xds_channel.h",
701         "src/core/ext/filters/client_channel/xds/xds_channel_args.h",
702         "src/core/ext/filters/client_channel/xds/xds_client.h",
703         "src/core/ext/filters/client_channel/xds/xds_client_stats.h",
704         "src/core/ext/filters/deadline/deadline_filter.h",
705         "src/core/ext/filters/http/client/http_client_filter.h",
706         "src/core/ext/filters/http/client_authority_filter.h",
707         "src/core/ext/filters/http/message_compress/message_compress_filter.h",
708         "src/core/ext/filters/http/server/http_server_filter.h",
709         "src/core/ext/filters/max_age/max_age_filter.h",
710         "src/core/ext/filters/message_size/message_size_filter.h",
711         "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h",
712         "src/core/ext/filters/workarounds/workaround_utils.h",
713         "src/core/ext/transport/chttp2/alpn/alpn.h",
714         "src/core/ext/transport/chttp2/client/authority.h",
715         "src/core/ext/transport/chttp2/client/chttp2_connector.h",
716         "src/core/ext/transport/chttp2/server/chttp2_server.h",
717         "src/core/ext/transport/chttp2/transport/bin_decoder.h",
718         "src/core/ext/transport/chttp2/transport/bin_encoder.h",
719         "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
720         "src/core/ext/transport/chttp2/transport/context_list.h",
721         "src/core/ext/transport/chttp2/transport/flow_control.h",
722         "src/core/ext/transport/chttp2/transport/frame.h",
723         "src/core/ext/transport/chttp2/transport/frame_data.h",
724         "src/core/ext/transport/chttp2/transport/frame_goaway.h",
725         "src/core/ext/transport/chttp2/transport/frame_ping.h",
726         "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
727         "src/core/ext/transport/chttp2/transport/frame_settings.h",
728         "src/core/ext/transport/chttp2/transport/frame_window_update.h",
729         "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
730         "src/core/ext/transport/chttp2/transport/hpack_parser.h",
731         "src/core/ext/transport/chttp2/transport/hpack_table.h",
732         "src/core/ext/transport/chttp2/transport/http2_settings.h",
733         "src/core/ext/transport/chttp2/transport/huffsyms.h",
734         "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
735         "src/core/ext/transport/chttp2/transport/internal.h",
736         "src/core/ext/transport/chttp2/transport/stream_map.h",
737         "src/core/ext/transport/chttp2/transport/varint.h",
738         "src/core/ext/transport/inproc/inproc_transport.h",
739         "src/core/ext/upb-generated/envoy/annotations/deprecation.upb.h",
740         "src/core/ext/upb-generated/envoy/annotations/resource.upb.h",
741         "src/core/ext/upb-generated/envoy/api/v2/auth/cert.upb.h",
742         "src/core/ext/upb-generated/envoy/api/v2/cds.upb.h",
743         "src/core/ext/upb-generated/envoy/api/v2/cluster.upb.h",
744         "src/core/ext/upb-generated/envoy/api/v2/cluster/circuit_breaker.upb.h",
745         "src/core/ext/upb-generated/envoy/api/v2/cluster/filter.upb.h",
746         "src/core/ext/upb-generated/envoy/api/v2/cluster/outlier_detection.upb.h",
747         "src/core/ext/upb-generated/envoy/api/v2/core/address.upb.h",
748         "src/core/ext/upb-generated/envoy/api/v2/core/base.upb.h",
749         "src/core/ext/upb-generated/envoy/api/v2/core/config_source.upb.h",
750         "src/core/ext/upb-generated/envoy/api/v2/core/grpc_service.upb.h",
751         "src/core/ext/upb-generated/envoy/api/v2/core/health_check.upb.h",
752         "src/core/ext/upb-generated/envoy/api/v2/core/http_uri.upb.h",
753         "src/core/ext/upb-generated/envoy/api/v2/core/protocol.upb.h",
754         "src/core/ext/upb-generated/envoy/api/v2/discovery.upb.h",
755         "src/core/ext/upb-generated/envoy/api/v2/eds.upb.h",
756         "src/core/ext/upb-generated/envoy/api/v2/endpoint.upb.h",
757         "src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint.upb.h",
758         "src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint_components.upb.h",
759         "src/core/ext/upb-generated/envoy/api/v2/endpoint/load_report.upb.h",
760         "src/core/ext/upb-generated/envoy/api/v2/lds.upb.h",
761         "src/core/ext/upb-generated/envoy/api/v2/listener.upb.h",
762         "src/core/ext/upb-generated/envoy/api/v2/listener/listener.upb.h",
763         "src/core/ext/upb-generated/envoy/api/v2/listener/listener_components.upb.h",
764         "src/core/ext/upb-generated/envoy/api/v2/listener/udp_listener_config.upb.h",
765         "src/core/ext/upb-generated/envoy/api/v2/rds.upb.h",
766         "src/core/ext/upb-generated/envoy/api/v2/route.upb.h",
767         "src/core/ext/upb-generated/envoy/api/v2/route/route.upb.h",
768         "src/core/ext/upb-generated/envoy/api/v2/route/route_components.upb.h",
769         "src/core/ext/upb-generated/envoy/api/v2/scoped_route.upb.h",
770         "src/core/ext/upb-generated/envoy/api/v2/srds.upb.h",
771         "src/core/ext/upb-generated/envoy/config/filter/accesslog/v2/accesslog.upb.h",
772         "src/core/ext/upb-generated/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.upb.h",
773         "src/core/ext/upb-generated/envoy/config/listener/v2/api_listener.upb.h",
774         "src/core/ext/upb-generated/envoy/service/discovery/v2/ads.upb.h",
775         "src/core/ext/upb-generated/envoy/service/load_stats/v2/lrs.upb.h",
776         "src/core/ext/upb-generated/envoy/type/http.upb.h",
777         "src/core/ext/upb-generated/envoy/type/matcher/regex.upb.h",
778         "src/core/ext/upb-generated/envoy/type/matcher/string.upb.h",
779         "src/core/ext/upb-generated/envoy/type/metadata/v2/metadata.upb.h",
780         "src/core/ext/upb-generated/envoy/type/percent.upb.h",
781         "src/core/ext/upb-generated/envoy/type/range.upb.h",
782         "src/core/ext/upb-generated/envoy/type/semantic_version.upb.h",
783         "src/core/ext/upb-generated/envoy/type/tracing/v2/custom_tag.upb.h",
784         "src/core/ext/upb-generated/gogoproto/gogo.upb.h",
785         "src/core/ext/upb-generated/google/api/annotations.upb.h",
786         "src/core/ext/upb-generated/google/api/http.upb.h",
787         "src/core/ext/upb-generated/google/protobuf/any.upb.h",
788         "src/core/ext/upb-generated/google/protobuf/descriptor.upb.h",
789         "src/core/ext/upb-generated/google/protobuf/duration.upb.h",
790         "src/core/ext/upb-generated/google/protobuf/empty.upb.h",
791         "src/core/ext/upb-generated/google/protobuf/struct.upb.h",
792         "src/core/ext/upb-generated/google/protobuf/timestamp.upb.h",
793         "src/core/ext/upb-generated/google/protobuf/wrappers.upb.h",
794         "src/core/ext/upb-generated/google/rpc/status.upb.h",
795         "src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h",
796         "src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h",
797         "src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h",
798         "src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h",
799         "src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h",
800         "src/core/ext/upb-generated/udpa/annotations/migrate.upb.h",
801         "src/core/ext/upb-generated/udpa/annotations/sensitive.upb.h",
802         "src/core/ext/upb-generated/udpa/data/orca/v1/orca_load_report.upb.h",
803         "src/core/ext/upb-generated/validate/validate.upb.h",
804         "src/core/lib/avl/avl.h",
805         "src/core/lib/backoff/backoff.h",
806         "src/core/lib/channel/channel_args.h",
807         "src/core/lib/channel/channel_stack.h",
808         "src/core/lib/channel/channel_stack_builder.h",
809         "src/core/lib/channel/channel_trace.h",
810         "src/core/lib/channel/channelz.h",
811         "src/core/lib/channel/channelz_registry.h",
812         "src/core/lib/channel/connected_channel.h",
813         "src/core/lib/channel/context.h",
814         "src/core/lib/channel/handshaker.h",
815         "src/core/lib/channel/handshaker_factory.h",
816         "src/core/lib/channel/handshaker_registry.h",
817         "src/core/lib/channel/status_util.h",
818         "src/core/lib/compression/algorithm_metadata.h",
819         "src/core/lib/compression/compression_args.h",
820         "src/core/lib/compression/compression_internal.h",
821         "src/core/lib/compression/message_compress.h",
822         "src/core/lib/compression/stream_compression.h",
823         "src/core/lib/compression/stream_compression_gzip.h",
824         "src/core/lib/compression/stream_compression_identity.h",
825         "src/core/lib/debug/stats.h",
826         "src/core/lib/debug/stats_data.h",
827         "src/core/lib/debug/trace.h",
828         "src/core/lib/gpr/alloc.h",
829         "src/core/lib/gpr/arena.h",
830         "src/core/lib/gpr/env.h",
831         "src/core/lib/gpr/murmur_hash.h",
832         "src/core/lib/gpr/spinlock.h",
833         "src/core/lib/gpr/string.h",
834         "src/core/lib/gpr/string_windows.h",
835         "src/core/lib/gpr/time_precise.h",
836         "src/core/lib/gpr/tls.h",
837         "src/core/lib/gpr/tls_gcc.h",
838         "src/core/lib/gpr/tls_msvc.h",
839         "src/core/lib/gpr/tls_pthread.h",
840         "src/core/lib/gpr/tmpfile.h",
841         "src/core/lib/gpr/useful.h",
842         "src/core/lib/gprpp/arena.h",
843         "src/core/lib/gprpp/atomic.h",
844         "src/core/lib/gprpp/debug_location.h",
845         "src/core/lib/gprpp/fork.h",
846         "src/core/lib/gprpp/global_config.h",
847         "src/core/lib/gprpp/global_config_custom.h",
848         "src/core/lib/gprpp/global_config_env.h",
849         "src/core/lib/gprpp/global_config_generic.h",
850         "src/core/lib/gprpp/host_port.h",
851         "src/core/lib/gprpp/inlined_vector.h",
852         "src/core/lib/gprpp/manual_constructor.h",
853         "src/core/lib/gprpp/map.h",
854         "src/core/lib/gprpp/memory.h",
855         "src/core/lib/gprpp/mpscq.h",
856         "src/core/lib/gprpp/optional.h",
857         "src/core/lib/gprpp/orphanable.h",
858         "src/core/lib/gprpp/ref_counted.h",
859         "src/core/lib/gprpp/ref_counted_ptr.h",
860         "src/core/lib/gprpp/string_view.h",
861         "src/core/lib/gprpp/sync.h",
862         "src/core/lib/gprpp/thd.h",
863         "src/core/lib/http/format_request.h",
864         "src/core/lib/http/httpcli.h",
865         "src/core/lib/http/parser.h",
866         "src/core/lib/iomgr/block_annotate.h",
867         "src/core/lib/iomgr/buffer_list.h",
868         "src/core/lib/iomgr/call_combiner.h",
869         "src/core/lib/iomgr/cfstream_handle.h",
870         "src/core/lib/iomgr/closure.h",
871         "src/core/lib/iomgr/combiner.h",
872         "src/core/lib/iomgr/dynamic_annotations.h",
873         "src/core/lib/iomgr/endpoint.h",
874         "src/core/lib/iomgr/endpoint_cfstream.h",
875         "src/core/lib/iomgr/endpoint_pair.h",
876         "src/core/lib/iomgr/error.h",
877         "src/core/lib/iomgr/error_cfstream.h",
878         "src/core/lib/iomgr/error_internal.h",
879         "src/core/lib/iomgr/ev_epoll1_linux.h",
880         "src/core/lib/iomgr/ev_epollex_linux.h",
881         "src/core/lib/iomgr/ev_poll_posix.h",
882         "src/core/lib/iomgr/ev_posix.h",
883         "src/core/lib/iomgr/exec_ctx.h",
884         "src/core/lib/iomgr/executor.h",
885         "src/core/lib/iomgr/executor/mpmcqueue.h",
886         "src/core/lib/iomgr/executor/threadpool.h",
887         "src/core/lib/iomgr/gethostname.h",
888         "src/core/lib/iomgr/grpc_if_nametoindex.h",
889         "src/core/lib/iomgr/internal_errqueue.h",
890         "src/core/lib/iomgr/iocp_windows.h",
891         "src/core/lib/iomgr/iomgr.h",
892         "src/core/lib/iomgr/iomgr_custom.h",
893         "src/core/lib/iomgr/iomgr_internal.h",
894         "src/core/lib/iomgr/iomgr_posix.h",
895         "src/core/lib/iomgr/is_epollexclusive_available.h",
896         "src/core/lib/iomgr/load_file.h",
897         "src/core/lib/iomgr/lockfree_event.h",
898         "src/core/lib/iomgr/nameser.h",
899         "src/core/lib/iomgr/poller/eventmanager_libuv.h",
900         "src/core/lib/iomgr/polling_entity.h",
901         "src/core/lib/iomgr/pollset.h",
902         "src/core/lib/iomgr/pollset_custom.h",
903         "src/core/lib/iomgr/pollset_set.h",
904         "src/core/lib/iomgr/pollset_set_custom.h",
905         "src/core/lib/iomgr/pollset_set_windows.h",
906         "src/core/lib/iomgr/pollset_windows.h",
907         "src/core/lib/iomgr/port.h",
908         "src/core/lib/iomgr/resolve_address.h",
909         "src/core/lib/iomgr/resolve_address_custom.h",
910         "src/core/lib/iomgr/resource_quota.h",
911         "src/core/lib/iomgr/sockaddr.h",
912         "src/core/lib/iomgr/sockaddr_custom.h",
913         "src/core/lib/iomgr/sockaddr_posix.h",
914         "src/core/lib/iomgr/sockaddr_utils.h",
915         "src/core/lib/iomgr/sockaddr_windows.h",
916         "src/core/lib/iomgr/socket_factory_posix.h",
917         "src/core/lib/iomgr/socket_mutator.h",
918         "src/core/lib/iomgr/socket_utils.h",
919         "src/core/lib/iomgr/socket_utils_posix.h",
920         "src/core/lib/iomgr/socket_windows.h",
921         "src/core/lib/iomgr/sys_epoll_wrapper.h",
922         "src/core/lib/iomgr/tcp_client.h",
923         "src/core/lib/iomgr/tcp_client_posix.h",
924         "src/core/lib/iomgr/tcp_custom.h",
925         "src/core/lib/iomgr/tcp_posix.h",
926         "src/core/lib/iomgr/tcp_server.h",
927         "src/core/lib/iomgr/tcp_server_utils_posix.h",
928         "src/core/lib/iomgr/tcp_windows.h",
929         "src/core/lib/iomgr/time_averaged_stats.h",
930         "src/core/lib/iomgr/timer.h",
931         "src/core/lib/iomgr/timer_custom.h",
932         "src/core/lib/iomgr/timer_heap.h",
933         "src/core/lib/iomgr/timer_manager.h",
934         "src/core/lib/iomgr/udp_server.h",
935         "src/core/lib/iomgr/unix_sockets_posix.h",
936         "src/core/lib/iomgr/wakeup_fd_pipe.h",
937         "src/core/lib/iomgr/wakeup_fd_posix.h",
938         "src/core/lib/iomgr/work_serializer.h",
939         "src/core/lib/json/json.h",
940         "src/core/lib/profiling/timers.h",
941         "src/core/lib/security/context/security_context.h",
942         "src/core/lib/security/credentials/alts/alts_credentials.h",
943         "src/core/lib/security/credentials/alts/check_gcp_environment.h",
944         "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h",
945         "src/core/lib/security/credentials/composite/composite_credentials.h",
946         "src/core/lib/security/credentials/credentials.h",
947         "src/core/lib/security/credentials/fake/fake_credentials.h",
948         "src/core/lib/security/credentials/google_default/google_default_credentials.h",
949         "src/core/lib/security/credentials/iam/iam_credentials.h",
950         "src/core/lib/security/credentials/jwt/json_token.h",
951         "src/core/lib/security/credentials/jwt/jwt_credentials.h",
952         "src/core/lib/security/credentials/jwt/jwt_verifier.h",
953         "src/core/lib/security/credentials/local/local_credentials.h",
954         "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
955         "src/core/lib/security/credentials/plugin/plugin_credentials.h",
956         "src/core/lib/security/credentials/ssl/ssl_credentials.h",
957         "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h",
958         "src/core/lib/security/credentials/tls/tls_credentials.h",
959         "src/core/lib/security/security_connector/alts/alts_security_connector.h",
960         "src/core/lib/security/security_connector/fake/fake_security_connector.h",
961         "src/core/lib/security/security_connector/load_system_roots.h",
962         "src/core/lib/security/security_connector/load_system_roots_linux.h",
963         "src/core/lib/security/security_connector/local/local_security_connector.h",
964         "src/core/lib/security/security_connector/security_connector.h",
965         "src/core/lib/security/security_connector/ssl/ssl_security_connector.h",
966         "src/core/lib/security/security_connector/ssl_utils.h",
967         "src/core/lib/security/security_connector/ssl_utils_config.h",
968         "src/core/lib/security/security_connector/tls/tls_security_connector.h",
969         "src/core/lib/security/transport/auth_filters.h",
970         "src/core/lib/security/transport/secure_endpoint.h",
971         "src/core/lib/security/transport/security_handshaker.h",
972         "src/core/lib/security/transport/target_authority_table.h",
973         "src/core/lib/security/transport/tsi_error.h",
974         "src/core/lib/security/util/json_util.h",
975         "src/core/lib/slice/b64.h",
976         "src/core/lib/slice/percent_encoding.h",
977         "src/core/lib/slice/slice_hash_table.h",
978         "src/core/lib/slice/slice_internal.h",
979         "src/core/lib/slice/slice_string_helpers.h",
980         "src/core/lib/slice/slice_utils.h",
981         "src/core/lib/slice/slice_weak_hash_table.h",
982         "src/core/lib/surface/api_trace.h",
983         "src/core/lib/surface/call.h",
984         "src/core/lib/surface/call_test_only.h",
985         "src/core/lib/surface/channel.h",
986         "src/core/lib/surface/channel_init.h",
987         "src/core/lib/surface/channel_stack_type.h",
988         "src/core/lib/surface/completion_queue.h",
989         "src/core/lib/surface/completion_queue_factory.h",
990         "src/core/lib/surface/event_string.h",
991         "src/core/lib/surface/init.h",
992         "src/core/lib/surface/lame_client.h",
993         "src/core/lib/surface/server.h",
994         "src/core/lib/surface/validate_metadata.h",
995         "src/core/lib/transport/bdp_estimator.h",
996         "src/core/lib/transport/byte_stream.h",
997         "src/core/lib/transport/connectivity_state.h",
998         "src/core/lib/transport/error_utils.h",
999         "src/core/lib/transport/http2_errors.h",
1000         "src/core/lib/transport/metadata.h",
1001         "src/core/lib/transport/metadata_batch.h",
1002         "src/core/lib/transport/pid_controller.h",
1003         "src/core/lib/transport/static_metadata.h",
1004         "src/core/lib/transport/status_conversion.h",
1005         "src/core/lib/transport/status_metadata.h",
1006         "src/core/lib/transport/timeout_encoding.h",
1007         "src/core/lib/transport/transport.h",
1008         "src/core/lib/transport/transport_impl.h",
1009         "src/core/lib/uri/uri_parser.h",
1010         "src/core/tsi/alts/crypt/gsec.h",
1011         "src/core/tsi/alts/frame_protector/alts_counter.h",
1012         "src/core/tsi/alts/frame_protector/alts_crypter.h",
1013         "src/core/tsi/alts/frame_protector/alts_frame_protector.h",
1014         "src/core/tsi/alts/frame_protector/alts_record_protocol_crypter_common.h",
1015         "src/core/tsi/alts/frame_protector/frame_handler.h",
1016         "src/core/tsi/alts/handshaker/alts_handshaker_client.h",
1017         "src/core/tsi/alts/handshaker/alts_shared_resource.h",
1018         "src/core/tsi/alts/handshaker/alts_tsi_handshaker.h",
1019         "src/core/tsi/alts/handshaker/alts_tsi_handshaker_private.h",
1020         "src/core/tsi/alts/handshaker/alts_tsi_utils.h",
1021         "src/core/tsi/alts/handshaker/transport_security_common_api.h",
1022         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.h",
1023         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.h",
1024         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol.h",
1025         "src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_record_protocol_common.h",
1026         "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h",
1027         "src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h",
1028         "src/core/tsi/fake_transport_security.h",
1029         "src/core/tsi/grpc_shadow_boringssl.h",
1030         "src/core/tsi/local_transport_security.h",
1031         "src/core/tsi/ssl/session_cache/ssl_session.h",
1032         "src/core/tsi/ssl/session_cache/ssl_session_cache.h",
1033         "src/core/tsi/ssl_transport_security.h",
1034         "src/core/tsi/ssl_types.h",
1035         "src/core/tsi/transport_security.h",
1036         "src/core/tsi/transport_security_grpc.h",
1037         "src/core/tsi/transport_security_interface.h",
1038         "src/cpp/client/create_channel_internal.h",
1039         "src/cpp/client/secure_credentials.h",
1040         "src/cpp/common/channel_filter.h",
1041         "src/cpp/common/secure_auth_context.h",
1042         "src/cpp/common/tls_credentials_options_util.h",
1043         "src/cpp/server/dynamic_thread_pool.h",
1044         "src/cpp/server/external_connection_acceptor_impl.h",
1045         "src/cpp/server/health/default_health_check_service.h",
1046         "src/cpp/server/secure_server_credentials.h",
1047         "src/cpp/server/thread_pool_interface.h",
1048         "src/cpp/thread_manager/thread_manager.h",
1049         "third_party/upb/upb/decode.h",
1050         "third_party/upb/upb/encode.h",
1051         "third_party/upb/upb/generated_util.h",
1052         "third_party/upb/upb/msg.h",
1053         "third_party/upb/upb/port_def.inc",
1054         "third_party/upb/upb/port_undef.inc",
1055         "third_party/upb/upb/table.int.h",
1056         "third_party/upb/upb/upb.h"
1057       ]
1058     },
1059     {
1060       "name": "Protobuf",
1061       "header_mappings_dir": "include/grpcpp",
1062       "dependencies": {
1063         "gRPC-C++/Interface": [
1064           "1.28.0"
1065         ]
1066       },
1067       "source_files": [
1068         "include/grpcpp/impl/codegen/config_protobuf.h",
1069         "include/grpcpp/impl/codegen/proto_buffer_reader.h",
1070         "include/grpcpp/impl/codegen/proto_buffer_writer.h",
1071         "include/grpcpp/impl/codegen/proto_utils.h"
1072       ]
1073     },
1074     {
1075       "name": "Cronet-Interface",
1076       "header_mappings_dir": "include/grpcpp",
1077       "public_header_files": [
1078         "include/grpcpp/security/cronet_credentials.h",
1079         "include/grpcpp/security/cronet_credentials_impl.h"
1080       ],
1081       "source_files": [
1082         "include/grpcpp/security/cronet_credentials.h",
1083         "include/grpcpp/security/cronet_credentials_impl.h"
1084       ]
1085     },
1086     {
1087       "name": "Cronet-Implementation",
1088       "header_mappings_dir": ".",
1089       "dependencies": {
1090         "gRPC-C++/Cronet-Interface": [
1091           "1.28.0"
1092         ],
1093         "gRPC-C++/Implementation": [
1094           "1.28.0"
1095         ],
1096         "gRPC-Core/Cronet-Implementation": [
1097           "1.28.0"
1098         ]
1099       },
1100       "source_files": "src/cpp/client/cronet_credentials.cc"
1101     }
1102   ]