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