|
@@ -84,6 +84,7 @@ cc_library(
|
|
"src/core/lib/support/stack_lockfree.c",
|
|
"src/core/lib/support/stack_lockfree.c",
|
|
"src/core/lib/support/string.c",
|
|
"src/core/lib/support/string.c",
|
|
"src/core/lib/support/string_posix.c",
|
|
"src/core/lib/support/string_posix.c",
|
|
|
|
+ "src/core/lib/support/string_util_windows.c",
|
|
"src/core/lib/support/string_windows.c",
|
|
"src/core/lib/support/string_windows.c",
|
|
"src/core/lib/support/subprocess_posix.c",
|
|
"src/core/lib/support/subprocess_posix.c",
|
|
"src/core/lib/support/subprocess_windows.c",
|
|
"src/core/lib/support/subprocess_windows.c",
|
|
@@ -98,6 +99,7 @@ cc_library(
|
|
"src/core/lib/support/time_precise.c",
|
|
"src/core/lib/support/time_precise.c",
|
|
"src/core/lib/support/time_windows.c",
|
|
"src/core/lib/support/time_windows.c",
|
|
"src/core/lib/support/tls_pthread.c",
|
|
"src/core/lib/support/tls_pthread.c",
|
|
|
|
+ "src/core/lib/support/tmpfile_msys.c",
|
|
"src/core/lib/support/tmpfile_posix.c",
|
|
"src/core/lib/support/tmpfile_posix.c",
|
|
"src/core/lib/support/tmpfile_windows.c",
|
|
"src/core/lib/support/tmpfile_windows.c",
|
|
"src/core/lib/support/wrap_memcpy.c",
|
|
"src/core/lib/support/wrap_memcpy.c",
|
|
@@ -176,7 +178,7 @@ cc_library(
|
|
"src/core/lib/iomgr/closure.h",
|
|
"src/core/lib/iomgr/closure.h",
|
|
"src/core/lib/iomgr/endpoint.h",
|
|
"src/core/lib/iomgr/endpoint.h",
|
|
"src/core/lib/iomgr/endpoint_pair.h",
|
|
"src/core/lib/iomgr/endpoint_pair.h",
|
|
- "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
|
|
|
|
|
|
+ "src/core/lib/iomgr/ev_poll_posix.h",
|
|
"src/core/lib/iomgr/ev_posix.h",
|
|
"src/core/lib/iomgr/ev_posix.h",
|
|
"src/core/lib/iomgr/exec_ctx.h",
|
|
"src/core/lib/iomgr/exec_ctx.h",
|
|
"src/core/lib/iomgr/executor.h",
|
|
"src/core/lib/iomgr/executor.h",
|
|
@@ -253,15 +255,24 @@ cc_library(
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h",
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h",
|
|
"src/core/ext/transport/chttp2/transport/varint.h",
|
|
"src/core/ext/transport/chttp2/transport/varint.h",
|
|
"src/core/ext/transport/chttp2/alpn/alpn.h",
|
|
"src/core/ext/transport/chttp2/alpn/alpn.h",
|
|
- "src/core/lib/security/auth_filters.h",
|
|
|
|
- "src/core/lib/security/b64.h",
|
|
|
|
- "src/core/lib/security/credentials.h",
|
|
|
|
- "src/core/lib/security/handshake.h",
|
|
|
|
- "src/core/lib/security/json_token.h",
|
|
|
|
- "src/core/lib/security/jwt_verifier.h",
|
|
|
|
- "src/core/lib/security/secure_endpoint.h",
|
|
|
|
- "src/core/lib/security/security_connector.h",
|
|
|
|
- "src/core/lib/security/security_context.h",
|
|
|
|
|
|
+ "src/core/lib/security/context/security_context.h",
|
|
|
|
+ "src/core/lib/security/credentials/composite/composite_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/fake/fake_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/google_default/google_default_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/iam/iam_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/json_token.h",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/jwt_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/jwt_verifier.h",
|
|
|
|
+ "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/plugin/plugin_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/ssl/ssl_credentials.h",
|
|
|
|
+ "src/core/lib/security/transport/auth_filters.h",
|
|
|
|
+ "src/core/lib/security/transport/handshake.h",
|
|
|
|
+ "src/core/lib/security/transport/secure_endpoint.h",
|
|
|
|
+ "src/core/lib/security/transport/security_connector.h",
|
|
|
|
+ "src/core/lib/security/util/b64.h",
|
|
|
|
+ "src/core/lib/security/util/json_util.h",
|
|
"src/core/lib/tsi/fake_transport_security.h",
|
|
"src/core/lib/tsi/fake_transport_security.h",
|
|
"src/core/lib/tsi/ssl_transport_security.h",
|
|
"src/core/lib/tsi/ssl_transport_security.h",
|
|
"src/core/lib/tsi/ssl_types.h",
|
|
"src/core/lib/tsi/ssl_types.h",
|
|
@@ -283,8 +294,9 @@ cc_library(
|
|
"src/core/ext/client_config/subchannel_call_holder.h",
|
|
"src/core/ext/client_config/subchannel_call_holder.h",
|
|
"src/core/ext/client_config/subchannel_index.h",
|
|
"src/core/ext/client_config/subchannel_index.h",
|
|
"src/core/ext/client_config/uri_parser.h",
|
|
"src/core/ext/client_config/uri_parser.h",
|
|
|
|
+ "third_party/objective_c/Cronet/cronet_c_for_grpc.h",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h",
|
|
- "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h",
|
|
|
|
|
|
+ "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
|
|
"src/core/ext/census/aggregation.h",
|
|
"src/core/ext/census/aggregation.h",
|
|
"src/core/ext/census/census_interface.h",
|
|
"src/core/ext/census/census_interface.h",
|
|
"src/core/ext/census/census_rpc_stats.h",
|
|
"src/core/ext/census/census_rpc_stats.h",
|
|
@@ -309,7 +321,7 @@ cc_library(
|
|
"src/core/lib/iomgr/endpoint.c",
|
|
"src/core/lib/iomgr/endpoint.c",
|
|
"src/core/lib/iomgr/endpoint_pair_posix.c",
|
|
"src/core/lib/iomgr/endpoint_pair_posix.c",
|
|
"src/core/lib/iomgr/endpoint_pair_windows.c",
|
|
"src/core/lib/iomgr/endpoint_pair_windows.c",
|
|
- "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
|
|
|
|
|
|
+ "src/core/lib/iomgr/ev_poll_posix.c",
|
|
"src/core/lib/iomgr/ev_posix.c",
|
|
"src/core/lib/iomgr/ev_posix.c",
|
|
"src/core/lib/iomgr/exec_ctx.c",
|
|
"src/core/lib/iomgr/exec_ctx.c",
|
|
"src/core/lib/iomgr/executor.c",
|
|
"src/core/lib/iomgr/executor.c",
|
|
@@ -397,20 +409,28 @@ cc_library(
|
|
"src/core/ext/transport/chttp2/transport/writing.c",
|
|
"src/core/ext/transport/chttp2/transport/writing.c",
|
|
"src/core/ext/transport/chttp2/alpn/alpn.c",
|
|
"src/core/ext/transport/chttp2/alpn/alpn.c",
|
|
"src/core/lib/http/httpcli_security_connector.c",
|
|
"src/core/lib/http/httpcli_security_connector.c",
|
|
- "src/core/lib/security/b64.c",
|
|
|
|
- "src/core/lib/security/client_auth_filter.c",
|
|
|
|
- "src/core/lib/security/credentials.c",
|
|
|
|
- "src/core/lib/security/credentials_metadata.c",
|
|
|
|
- "src/core/lib/security/credentials_posix.c",
|
|
|
|
- "src/core/lib/security/credentials_windows.c",
|
|
|
|
- "src/core/lib/security/google_default_credentials.c",
|
|
|
|
- "src/core/lib/security/handshake.c",
|
|
|
|
- "src/core/lib/security/json_token.c",
|
|
|
|
- "src/core/lib/security/jwt_verifier.c",
|
|
|
|
- "src/core/lib/security/secure_endpoint.c",
|
|
|
|
- "src/core/lib/security/security_connector.c",
|
|
|
|
- "src/core/lib/security/security_context.c",
|
|
|
|
- "src/core/lib/security/server_auth_filter.c",
|
|
|
|
|
|
+ "src/core/lib/security/context/security_context.c",
|
|
|
|
+ "src/core/lib/security/credentials/composite/composite_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/credentials_metadata.c",
|
|
|
|
+ "src/core/lib/security/credentials/fake/fake_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/google_default/credentials_posix.c",
|
|
|
|
+ "src/core/lib/security/credentials/google_default/credentials_windows.c",
|
|
|
|
+ "src/core/lib/security/credentials/google_default/google_default_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/iam/iam_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/json_token.c",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/jwt_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/jwt_verifier.c",
|
|
|
|
+ "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/plugin/plugin_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/ssl/ssl_credentials.c",
|
|
|
|
+ "src/core/lib/security/transport/client_auth_filter.c",
|
|
|
|
+ "src/core/lib/security/transport/handshake.c",
|
|
|
|
+ "src/core/lib/security/transport/secure_endpoint.c",
|
|
|
|
+ "src/core/lib/security/transport/security_connector.c",
|
|
|
|
+ "src/core/lib/security/transport/server_auth_filter.c",
|
|
|
|
+ "src/core/lib/security/util/b64.c",
|
|
|
|
+ "src/core/lib/security/util/json_util.c",
|
|
"src/core/lib/surface/init_secure.c",
|
|
"src/core/lib/surface/init_secure.c",
|
|
"src/core/lib/tsi/fake_transport_security.c",
|
|
"src/core/lib/tsi/fake_transport_security.c",
|
|
"src/core/lib/tsi/ssl_transport_security.c",
|
|
"src/core/lib/tsi/ssl_transport_security.c",
|
|
@@ -437,8 +457,11 @@ cc_library(
|
|
"src/core/ext/client_config/uri_parser.c",
|
|
"src/core/ext/client_config/uri_parser.c",
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c",
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c",
|
|
|
|
+ "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c",
|
|
|
|
+ "src/core/ext/transport/cronet/transport/cronet_api_dummy.c",
|
|
|
|
+ "src/core/ext/transport/cronet/transport/cronet_transport.c",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.c",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.c",
|
|
- "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c",
|
|
|
|
|
|
+ "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
|
|
"src/core/ext/lb_policy/pick_first/pick_first.c",
|
|
"src/core/ext/lb_policy/pick_first/pick_first.c",
|
|
"src/core/ext/lb_policy/round_robin/round_robin.c",
|
|
"src/core/ext/lb_policy/round_robin/round_robin.c",
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c",
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c",
|
|
@@ -461,6 +484,7 @@ cc_library(
|
|
"include/grpc/grpc.h",
|
|
"include/grpc/grpc.h",
|
|
"include/grpc/status.h",
|
|
"include/grpc/status.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
|
|
+ "include/grpc/impl/codegen/byte_buffer_reader.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
@@ -480,6 +504,7 @@ cc_library(
|
|
"include/grpc/impl/codegen/sync_posix.h",
|
|
"include/grpc/impl/codegen/sync_posix.h",
|
|
"include/grpc/impl/codegen/sync_windows.h",
|
|
"include/grpc/impl/codegen/sync_windows.h",
|
|
"include/grpc/impl/codegen/time.h",
|
|
"include/grpc/impl/codegen/time.h",
|
|
|
|
+ "include/grpc/grpc_cronet.h",
|
|
"include/grpc/grpc_security.h",
|
|
"include/grpc/grpc_security.h",
|
|
"include/grpc/grpc_security_constants.h",
|
|
"include/grpc/grpc_security_constants.h",
|
|
"include/grpc/census.h",
|
|
"include/grpc/census.h",
|
|
@@ -521,7 +546,7 @@ cc_library(
|
|
"src/core/lib/iomgr/closure.h",
|
|
"src/core/lib/iomgr/closure.h",
|
|
"src/core/lib/iomgr/endpoint.h",
|
|
"src/core/lib/iomgr/endpoint.h",
|
|
"src/core/lib/iomgr/endpoint_pair.h",
|
|
"src/core/lib/iomgr/endpoint_pair.h",
|
|
- "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
|
|
|
|
|
|
+ "src/core/lib/iomgr/ev_poll_posix.h",
|
|
"src/core/lib/iomgr/ev_posix.h",
|
|
"src/core/lib/iomgr/ev_posix.h",
|
|
"src/core/lib/iomgr/exec_ctx.h",
|
|
"src/core/lib/iomgr/exec_ctx.h",
|
|
"src/core/lib/iomgr/executor.h",
|
|
"src/core/lib/iomgr/executor.h",
|
|
@@ -615,7 +640,7 @@ cc_library(
|
|
"src/core/ext/client_config/subchannel_index.h",
|
|
"src/core/ext/client_config/subchannel_index.h",
|
|
"src/core/ext/client_config/uri_parser.h",
|
|
"src/core/ext/client_config/uri_parser.h",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h",
|
|
- "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h",
|
|
|
|
|
|
+ "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
|
|
"src/core/ext/census/aggregation.h",
|
|
"src/core/ext/census/aggregation.h",
|
|
"src/core/ext/census/census_interface.h",
|
|
"src/core/ext/census/census_interface.h",
|
|
"src/core/ext/census/census_rpc_stats.h",
|
|
"src/core/ext/census/census_rpc_stats.h",
|
|
@@ -641,7 +666,7 @@ cc_library(
|
|
"src/core/lib/iomgr/endpoint.c",
|
|
"src/core/lib/iomgr/endpoint.c",
|
|
"src/core/lib/iomgr/endpoint_pair_posix.c",
|
|
"src/core/lib/iomgr/endpoint_pair_posix.c",
|
|
"src/core/lib/iomgr/endpoint_pair_windows.c",
|
|
"src/core/lib/iomgr/endpoint_pair_windows.c",
|
|
- "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
|
|
|
|
|
|
+ "src/core/lib/iomgr/ev_poll_posix.c",
|
|
"src/core/lib/iomgr/ev_posix.c",
|
|
"src/core/lib/iomgr/ev_posix.c",
|
|
"src/core/lib/iomgr/exec_ctx.c",
|
|
"src/core/lib/iomgr/exec_ctx.c",
|
|
"src/core/lib/iomgr/executor.c",
|
|
"src/core/lib/iomgr/executor.c",
|
|
@@ -751,7 +776,7 @@ cc_library(
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c",
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c",
|
|
"src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
|
|
"src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.c",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.c",
|
|
- "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c",
|
|
|
|
|
|
+ "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
|
|
"src/core/ext/lb_policy/pick_first/pick_first.c",
|
|
"src/core/ext/lb_policy/pick_first/pick_first.c",
|
|
"src/core/ext/lb_policy/round_robin/round_robin.c",
|
|
"src/core/ext/lb_policy/round_robin/round_robin.c",
|
|
"src/core/ext/census/context.c",
|
|
"src/core/ext/census/context.c",
|
|
@@ -772,6 +797,7 @@ cc_library(
|
|
"include/grpc/grpc.h",
|
|
"include/grpc/grpc.h",
|
|
"include/grpc/status.h",
|
|
"include/grpc/status.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
|
|
+ "include/grpc/impl/codegen/byte_buffer_reader.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
@@ -888,6 +914,8 @@ cc_library(
|
|
"include/grpc++/impl/rpc_service_method.h",
|
|
"include/grpc++/impl/rpc_service_method.h",
|
|
"include/grpc++/impl/serialization_traits.h",
|
|
"include/grpc++/impl/serialization_traits.h",
|
|
"include/grpc++/impl/server_builder_option.h",
|
|
"include/grpc++/impl/server_builder_option.h",
|
|
|
|
+ "include/grpc++/impl/server_builder_plugin.h",
|
|
|
|
+ "include/grpc++/impl/server_initializer.h",
|
|
"include/grpc++/impl/service_type.h",
|
|
"include/grpc++/impl/service_type.h",
|
|
"include/grpc++/impl/sync.h",
|
|
"include/grpc++/impl/sync.h",
|
|
"include/grpc++/impl/sync_cxx11.h",
|
|
"include/grpc++/impl/sync_cxx11.h",
|
|
@@ -944,6 +972,7 @@ cc_library(
|
|
"include/grpc++/impl/codegen/sync_stream.h",
|
|
"include/grpc++/impl/codegen/sync_stream.h",
|
|
"include/grpc++/impl/codegen/time.h",
|
|
"include/grpc++/impl/codegen/time.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
|
|
+ "include/grpc/impl/codegen/byte_buffer_reader.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
@@ -1033,6 +1062,8 @@ cc_library(
|
|
"include/grpc++/impl/rpc_service_method.h",
|
|
"include/grpc++/impl/rpc_service_method.h",
|
|
"include/grpc++/impl/serialization_traits.h",
|
|
"include/grpc++/impl/serialization_traits.h",
|
|
"include/grpc++/impl/server_builder_option.h",
|
|
"include/grpc++/impl/server_builder_option.h",
|
|
|
|
+ "include/grpc++/impl/server_builder_plugin.h",
|
|
|
|
+ "include/grpc++/impl/server_initializer.h",
|
|
"include/grpc++/impl/service_type.h",
|
|
"include/grpc++/impl/service_type.h",
|
|
"include/grpc++/impl/sync.h",
|
|
"include/grpc++/impl/sync.h",
|
|
"include/grpc++/impl/sync_cxx11.h",
|
|
"include/grpc++/impl/sync_cxx11.h",
|
|
@@ -1089,6 +1120,7 @@ cc_library(
|
|
"include/grpc++/impl/codegen/sync_stream.h",
|
|
"include/grpc++/impl/codegen/sync_stream.h",
|
|
"include/grpc++/impl/codegen/time.h",
|
|
"include/grpc++/impl/codegen/time.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
|
|
+ "include/grpc/impl/codegen/byte_buffer_reader.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
@@ -1219,6 +1251,7 @@ objc_library(
|
|
"src/core/lib/support/stack_lockfree.c",
|
|
"src/core/lib/support/stack_lockfree.c",
|
|
"src/core/lib/support/string.c",
|
|
"src/core/lib/support/string.c",
|
|
"src/core/lib/support/string_posix.c",
|
|
"src/core/lib/support/string_posix.c",
|
|
|
|
+ "src/core/lib/support/string_util_windows.c",
|
|
"src/core/lib/support/string_windows.c",
|
|
"src/core/lib/support/string_windows.c",
|
|
"src/core/lib/support/subprocess_posix.c",
|
|
"src/core/lib/support/subprocess_posix.c",
|
|
"src/core/lib/support/subprocess_windows.c",
|
|
"src/core/lib/support/subprocess_windows.c",
|
|
@@ -1233,6 +1266,7 @@ objc_library(
|
|
"src/core/lib/support/time_precise.c",
|
|
"src/core/lib/support/time_precise.c",
|
|
"src/core/lib/support/time_windows.c",
|
|
"src/core/lib/support/time_windows.c",
|
|
"src/core/lib/support/tls_pthread.c",
|
|
"src/core/lib/support/tls_pthread.c",
|
|
|
|
+ "src/core/lib/support/tmpfile_msys.c",
|
|
"src/core/lib/support/tmpfile_posix.c",
|
|
"src/core/lib/support/tmpfile_posix.c",
|
|
"src/core/lib/support/tmpfile_windows.c",
|
|
"src/core/lib/support/tmpfile_windows.c",
|
|
"src/core/lib/support/wrap_memcpy.c",
|
|
"src/core/lib/support/wrap_memcpy.c",
|
|
@@ -1324,7 +1358,7 @@ objc_library(
|
|
"src/core/lib/iomgr/endpoint.c",
|
|
"src/core/lib/iomgr/endpoint.c",
|
|
"src/core/lib/iomgr/endpoint_pair_posix.c",
|
|
"src/core/lib/iomgr/endpoint_pair_posix.c",
|
|
"src/core/lib/iomgr/endpoint_pair_windows.c",
|
|
"src/core/lib/iomgr/endpoint_pair_windows.c",
|
|
- "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
|
|
|
|
|
|
+ "src/core/lib/iomgr/ev_poll_posix.c",
|
|
"src/core/lib/iomgr/ev_posix.c",
|
|
"src/core/lib/iomgr/ev_posix.c",
|
|
"src/core/lib/iomgr/exec_ctx.c",
|
|
"src/core/lib/iomgr/exec_ctx.c",
|
|
"src/core/lib/iomgr/executor.c",
|
|
"src/core/lib/iomgr/executor.c",
|
|
@@ -1412,20 +1446,28 @@ objc_library(
|
|
"src/core/ext/transport/chttp2/transport/writing.c",
|
|
"src/core/ext/transport/chttp2/transport/writing.c",
|
|
"src/core/ext/transport/chttp2/alpn/alpn.c",
|
|
"src/core/ext/transport/chttp2/alpn/alpn.c",
|
|
"src/core/lib/http/httpcli_security_connector.c",
|
|
"src/core/lib/http/httpcli_security_connector.c",
|
|
- "src/core/lib/security/b64.c",
|
|
|
|
- "src/core/lib/security/client_auth_filter.c",
|
|
|
|
- "src/core/lib/security/credentials.c",
|
|
|
|
- "src/core/lib/security/credentials_metadata.c",
|
|
|
|
- "src/core/lib/security/credentials_posix.c",
|
|
|
|
- "src/core/lib/security/credentials_windows.c",
|
|
|
|
- "src/core/lib/security/google_default_credentials.c",
|
|
|
|
- "src/core/lib/security/handshake.c",
|
|
|
|
- "src/core/lib/security/json_token.c",
|
|
|
|
- "src/core/lib/security/jwt_verifier.c",
|
|
|
|
- "src/core/lib/security/secure_endpoint.c",
|
|
|
|
- "src/core/lib/security/security_connector.c",
|
|
|
|
- "src/core/lib/security/security_context.c",
|
|
|
|
- "src/core/lib/security/server_auth_filter.c",
|
|
|
|
|
|
+ "src/core/lib/security/context/security_context.c",
|
|
|
|
+ "src/core/lib/security/credentials/composite/composite_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/credentials_metadata.c",
|
|
|
|
+ "src/core/lib/security/credentials/fake/fake_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/google_default/credentials_posix.c",
|
|
|
|
+ "src/core/lib/security/credentials/google_default/credentials_windows.c",
|
|
|
|
+ "src/core/lib/security/credentials/google_default/google_default_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/iam/iam_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/json_token.c",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/jwt_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/jwt_verifier.c",
|
|
|
|
+ "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/plugin/plugin_credentials.c",
|
|
|
|
+ "src/core/lib/security/credentials/ssl/ssl_credentials.c",
|
|
|
|
+ "src/core/lib/security/transport/client_auth_filter.c",
|
|
|
|
+ "src/core/lib/security/transport/handshake.c",
|
|
|
|
+ "src/core/lib/security/transport/secure_endpoint.c",
|
|
|
|
+ "src/core/lib/security/transport/security_connector.c",
|
|
|
|
+ "src/core/lib/security/transport/server_auth_filter.c",
|
|
|
|
+ "src/core/lib/security/util/b64.c",
|
|
|
|
+ "src/core/lib/security/util/json_util.c",
|
|
"src/core/lib/surface/init_secure.c",
|
|
"src/core/lib/surface/init_secure.c",
|
|
"src/core/lib/tsi/fake_transport_security.c",
|
|
"src/core/lib/tsi/fake_transport_security.c",
|
|
"src/core/lib/tsi/ssl_transport_security.c",
|
|
"src/core/lib/tsi/ssl_transport_security.c",
|
|
@@ -1452,8 +1494,11 @@ objc_library(
|
|
"src/core/ext/client_config/uri_parser.c",
|
|
"src/core/ext/client_config/uri_parser.c",
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c",
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c",
|
|
|
|
+ "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c",
|
|
|
|
+ "src/core/ext/transport/cronet/transport/cronet_api_dummy.c",
|
|
|
|
+ "src/core/ext/transport/cronet/transport/cronet_transport.c",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.c",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.c",
|
|
- "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c",
|
|
|
|
|
|
+ "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
|
|
"src/core/ext/lb_policy/pick_first/pick_first.c",
|
|
"src/core/ext/lb_policy/pick_first/pick_first.c",
|
|
"src/core/ext/lb_policy/round_robin/round_robin.c",
|
|
"src/core/ext/lb_policy/round_robin/round_robin.c",
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c",
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c",
|
|
@@ -1476,6 +1521,7 @@ objc_library(
|
|
"include/grpc/grpc.h",
|
|
"include/grpc/grpc.h",
|
|
"include/grpc/status.h",
|
|
"include/grpc/status.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
"include/grpc/impl/codegen/byte_buffer.h",
|
|
|
|
+ "include/grpc/impl/codegen/byte_buffer_reader.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/compression_types.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/connectivity_state.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
"include/grpc/impl/codegen/grpc_types.h",
|
|
@@ -1495,6 +1541,7 @@ objc_library(
|
|
"include/grpc/impl/codegen/sync_posix.h",
|
|
"include/grpc/impl/codegen/sync_posix.h",
|
|
"include/grpc/impl/codegen/sync_windows.h",
|
|
"include/grpc/impl/codegen/sync_windows.h",
|
|
"include/grpc/impl/codegen/time.h",
|
|
"include/grpc/impl/codegen/time.h",
|
|
|
|
+ "include/grpc/grpc_cronet.h",
|
|
"include/grpc/grpc_security.h",
|
|
"include/grpc/grpc_security.h",
|
|
"include/grpc/grpc_security_constants.h",
|
|
"include/grpc/grpc_security_constants.h",
|
|
"include/grpc/census.h",
|
|
"include/grpc/census.h",
|
|
@@ -1515,7 +1562,7 @@ objc_library(
|
|
"src/core/lib/iomgr/closure.h",
|
|
"src/core/lib/iomgr/closure.h",
|
|
"src/core/lib/iomgr/endpoint.h",
|
|
"src/core/lib/iomgr/endpoint.h",
|
|
"src/core/lib/iomgr/endpoint_pair.h",
|
|
"src/core/lib/iomgr/endpoint_pair.h",
|
|
- "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
|
|
|
|
|
|
+ "src/core/lib/iomgr/ev_poll_posix.h",
|
|
"src/core/lib/iomgr/ev_posix.h",
|
|
"src/core/lib/iomgr/ev_posix.h",
|
|
"src/core/lib/iomgr/exec_ctx.h",
|
|
"src/core/lib/iomgr/exec_ctx.h",
|
|
"src/core/lib/iomgr/executor.h",
|
|
"src/core/lib/iomgr/executor.h",
|
|
@@ -1592,15 +1639,24 @@ objc_library(
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h",
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h",
|
|
"src/core/ext/transport/chttp2/transport/varint.h",
|
|
"src/core/ext/transport/chttp2/transport/varint.h",
|
|
"src/core/ext/transport/chttp2/alpn/alpn.h",
|
|
"src/core/ext/transport/chttp2/alpn/alpn.h",
|
|
- "src/core/lib/security/auth_filters.h",
|
|
|
|
- "src/core/lib/security/b64.h",
|
|
|
|
- "src/core/lib/security/credentials.h",
|
|
|
|
- "src/core/lib/security/handshake.h",
|
|
|
|
- "src/core/lib/security/json_token.h",
|
|
|
|
- "src/core/lib/security/jwt_verifier.h",
|
|
|
|
- "src/core/lib/security/secure_endpoint.h",
|
|
|
|
- "src/core/lib/security/security_connector.h",
|
|
|
|
- "src/core/lib/security/security_context.h",
|
|
|
|
|
|
+ "src/core/lib/security/context/security_context.h",
|
|
|
|
+ "src/core/lib/security/credentials/composite/composite_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/fake/fake_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/google_default/google_default_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/iam/iam_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/json_token.h",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/jwt_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/jwt/jwt_verifier.h",
|
|
|
|
+ "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/plugin/plugin_credentials.h",
|
|
|
|
+ "src/core/lib/security/credentials/ssl/ssl_credentials.h",
|
|
|
|
+ "src/core/lib/security/transport/auth_filters.h",
|
|
|
|
+ "src/core/lib/security/transport/handshake.h",
|
|
|
|
+ "src/core/lib/security/transport/secure_endpoint.h",
|
|
|
|
+ "src/core/lib/security/transport/security_connector.h",
|
|
|
|
+ "src/core/lib/security/util/b64.h",
|
|
|
|
+ "src/core/lib/security/util/json_util.h",
|
|
"src/core/lib/tsi/fake_transport_security.h",
|
|
"src/core/lib/tsi/fake_transport_security.h",
|
|
"src/core/lib/tsi/ssl_transport_security.h",
|
|
"src/core/lib/tsi/ssl_transport_security.h",
|
|
"src/core/lib/tsi/ssl_types.h",
|
|
"src/core/lib/tsi/ssl_types.h",
|
|
@@ -1622,8 +1678,9 @@ objc_library(
|
|
"src/core/ext/client_config/subchannel_call_holder.h",
|
|
"src/core/ext/client_config/subchannel_call_holder.h",
|
|
"src/core/ext/client_config/subchannel_index.h",
|
|
"src/core/ext/client_config/subchannel_index.h",
|
|
"src/core/ext/client_config/uri_parser.h",
|
|
"src/core/ext/client_config/uri_parser.h",
|
|
|
|
+ "third_party/objective_c/Cronet/cronet_c_for_grpc.h",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h",
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h",
|
|
- "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h",
|
|
|
|
|
|
+ "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
|
|
"src/core/ext/census/aggregation.h",
|
|
"src/core/ext/census/aggregation.h",
|
|
"src/core/ext/census/census_interface.h",
|
|
"src/core/ext/census/census_interface.h",
|
|
"src/core/ext/census/census_rpc_stats.h",
|
|
"src/core/ext/census/census_rpc_stats.h",
|