|
|
@ -963,7 +963,8 @@ Pod::Spec.new do |s| |
|
|
|
ss.dependency "#{s.name}/Cronet-Interface", version |
|
|
|
ss.dependency "#{s.name}/Cronet-Interface", version |
|
|
|
|
|
|
|
|
|
|
|
ss.source_files = 'src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc', |
|
|
|
ss.source_files = 'src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc', |
|
|
|
'src/core/ext/transport/cronet/transport/cronet_transport.{cc,h}', |
|
|
|
'src/core/ext/transport/cronet/transport/cronet_transport.cc', |
|
|
|
|
|
|
|
'src/core/ext/transport/cronet/transport/cronet_transport.h', |
|
|
|
'third_party/objective_c/Cronet/bidirectional_stream_c.h' |
|
|
|
'third_party/objective_c/Cronet/bidirectional_stream_c.h' |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
@ -973,17 +974,111 @@ Pod::Spec.new do |s| |
|
|
|
ss.dependency "#{s.name}/Interface", version |
|
|
|
ss.dependency "#{s.name}/Interface", version |
|
|
|
ss.dependency "#{s.name}/Implementation", version |
|
|
|
ss.dependency "#{s.name}/Implementation", version |
|
|
|
|
|
|
|
|
|
|
|
ss.source_files = 'test/core/end2end/cq_verifier.{cc,h}', |
|
|
|
ss.source_files = 'test/core/util/test_config.cc', |
|
|
|
'test/core/end2end/end2end_tests.{cc,h}', |
|
|
|
'test/core/util/test_config.h', |
|
|
|
'test/core/end2end/end2end_test_utils.cc', |
|
|
|
'test/core/end2end/data/client_certs.cc', |
|
|
|
'test/core/end2end/tests/*.{cc,h}', |
|
|
|
'test/core/end2end/data/server1_cert.cc', |
|
|
|
'test/core/end2end/fixtures/*.h', |
|
|
|
'test/core/end2end/data/server1_key.cc', |
|
|
|
'test/core/end2end/data/*.{cc,h}', |
|
|
|
'test/core/end2end/data/test_root_cert.cc', |
|
|
|
'test/core/util/debugger_macros.{cc,h}', |
|
|
|
'test/core/security/oauth2_utils.cc', |
|
|
|
'test/core/util/test_config.{cc,h}', |
|
|
|
'test/core/end2end/cq_verifier.cc', |
|
|
|
'test/core/util/port.h', |
|
|
|
'test/core/end2end/fixtures/http_proxy_fixture.cc', |
|
|
|
|
|
|
|
'test/core/end2end/fixtures/proxy.cc', |
|
|
|
|
|
|
|
'test/core/iomgr/endpoint_tests.cc', |
|
|
|
|
|
|
|
'test/core/util/debugger_macros.cc', |
|
|
|
|
|
|
|
'test/core/util/grpc_profiler.cc', |
|
|
|
|
|
|
|
'test/core/util/histogram.cc', |
|
|
|
|
|
|
|
'test/core/util/memory_counters.cc', |
|
|
|
|
|
|
|
'test/core/util/mock_endpoint.cc', |
|
|
|
|
|
|
|
'test/core/util/parse_hexstring.cc', |
|
|
|
|
|
|
|
'test/core/util/passthru_endpoint.cc', |
|
|
|
'test/core/util/port.cc', |
|
|
|
'test/core/util/port.cc', |
|
|
|
'test/core/util/port_server_client.{cc,h}' |
|
|
|
'test/core/util/port_isolated_runtime_environment.cc', |
|
|
|
|
|
|
|
'test/core/util/port_server_client.cc', |
|
|
|
|
|
|
|
'test/core/util/slice_splitter.cc', |
|
|
|
|
|
|
|
'test/core/util/tracer_util.cc', |
|
|
|
|
|
|
|
'test/core/util/trickle_endpoint.cc', |
|
|
|
|
|
|
|
'test/core/end2end/data/ssl_test_data.h', |
|
|
|
|
|
|
|
'test/core/security/oauth2_utils.h', |
|
|
|
|
|
|
|
'test/core/end2end/cq_verifier.h', |
|
|
|
|
|
|
|
'test/core/end2end/fixtures/http_proxy_fixture.h', |
|
|
|
|
|
|
|
'test/core/end2end/fixtures/proxy.h', |
|
|
|
|
|
|
|
'test/core/iomgr/endpoint_tests.h', |
|
|
|
|
|
|
|
'test/core/util/debugger_macros.h', |
|
|
|
|
|
|
|
'test/core/util/grpc_profiler.h', |
|
|
|
|
|
|
|
'test/core/util/histogram.h', |
|
|
|
|
|
|
|
'test/core/util/memory_counters.h', |
|
|
|
|
|
|
|
'test/core/util/mock_endpoint.h', |
|
|
|
|
|
|
|
'test/core/util/parse_hexstring.h', |
|
|
|
|
|
|
|
'test/core/util/passthru_endpoint.h', |
|
|
|
|
|
|
|
'test/core/util/port.h', |
|
|
|
|
|
|
|
'test/core/util/port_server_client.h', |
|
|
|
|
|
|
|
'test/core/util/slice_splitter.h', |
|
|
|
|
|
|
|
'test/core/util/tracer_util.h', |
|
|
|
|
|
|
|
'test/core/util/trickle_endpoint.h', |
|
|
|
|
|
|
|
'test/core/end2end/end2end_tests.cc', |
|
|
|
|
|
|
|
'test/core/end2end/end2end_test_utils.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/authority_not_supported.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/bad_hostname.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/bad_ping.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/binary_metadata.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/call_creds.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/cancel_after_accept.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/cancel_after_client_done.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/cancel_after_invoke.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/cancel_after_round_trip.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/cancel_before_invoke.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/cancel_in_a_vacuum.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/cancel_with_status.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/compressed_payload.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/connectivity.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/default_host.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/disappearing_server.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/empty_batch.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/filter_call_init_fails.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/filter_causes_close.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/filter_latency.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/graceful_server_shutdown.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/high_initial_seqno.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/hpack_size.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/idempotent_request.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/invoke_large_request.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/keepalive_timeout.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/large_metadata.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/load_reporting_hook.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/max_concurrent_streams.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/max_connection_age.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/max_connection_idle.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/max_message_length.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/negative_deadline.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/network_status_change.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/no_logging.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/no_op.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/payload.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/ping.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/ping_pong_streaming.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/proxy_auth.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/registered_call.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/request_with_flags.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/request_with_payload.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/resource_quota_server.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/server_finishes_request.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/shutdown_finishes_calls.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/shutdown_finishes_tags.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/simple_cacheable_request.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/simple_delayed_request.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/simple_metadata.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/simple_request.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/stream_compression_compressed_payload.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/stream_compression_payload.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/stream_compression_ping_pong_streaming.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/streaming_error_response.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/trailing_metadata.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/workaround_cronet_compression.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/write_buffering.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/write_buffering_at_end.cc', |
|
|
|
|
|
|
|
'test/core/end2end/tests/cancel_test_helpers.h', |
|
|
|
|
|
|
|
'test/core/end2end/end2end_tests.h' |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
# TODO (mxyan): Instead of this hack, add include path "third_party" to C core's include path? |
|
|
|
# TODO (mxyan): Instead of this hack, add include path "third_party" to C core's include path? |
|
|
|