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