|
|
|
@ -157,27 +157,6 @@ cc_library( |
|
|
|
|
cc_library( |
|
|
|
|
name = "grpc", |
|
|
|
|
srcs = [ |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/http2_errors.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/internal.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.h", |
|
|
|
|
"src/core/lib/census/grpc_filter.h", |
|
|
|
|
"src/core/lib/census/grpc_plugin.h", |
|
|
|
|
"src/core/lib/channel/channel_args.h", |
|
|
|
@ -277,6 +256,27 @@ cc_library( |
|
|
|
|
"src/core/lib/transport/static_metadata.h", |
|
|
|
|
"src/core/lib/transport/transport.h", |
|
|
|
|
"src/core/lib/transport/transport_impl.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/http2_errors.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/internal.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.h", |
|
|
|
|
"src/core/lib/security/auth_filters.h", |
|
|
|
|
"src/core/lib/security/b64.h", |
|
|
|
|
"src/core/lib/security/credentials.h", |
|
|
|
@ -298,29 +298,6 @@ cc_library( |
|
|
|
|
"third_party/nanopb/pb_common.h", |
|
|
|
|
"third_party/nanopb/pb_decode.h", |
|
|
|
|
"third_party/nanopb/pb_encode.h", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/parsing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_lists.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/writing.c", |
|
|
|
|
"src/core/lib/census/grpc_context.c", |
|
|
|
|
"src/core/lib/census/grpc_filter.c", |
|
|
|
|
"src/core/lib/census/grpc_plugin.c", |
|
|
|
@ -432,8 +409,31 @@ cc_library( |
|
|
|
|
"src/core/lib/transport/static_metadata.c", |
|
|
|
|
"src/core/lib/transport/transport.c", |
|
|
|
|
"src/core/lib/transport/transport_op_string.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/parsing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_lists.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/writing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
|
"src/core/lib/http/httpcli_security_connector.c", |
|
|
|
|
"src/core/lib/security/b64.c", |
|
|
|
|
"src/core/lib/security/client_auth_filter.c", |
|
|
|
@ -532,27 +532,6 @@ cc_library( |
|
|
|
|
cc_library( |
|
|
|
|
name = "grpc_unsecure", |
|
|
|
|
srcs = [ |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/http2_errors.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/internal.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.h", |
|
|
|
|
"src/core/lib/census/grpc_filter.h", |
|
|
|
|
"src/core/lib/census/grpc_plugin.h", |
|
|
|
|
"src/core/lib/channel/channel_args.h", |
|
|
|
@ -652,6 +631,27 @@ cc_library( |
|
|
|
|
"src/core/lib/transport/static_metadata.h", |
|
|
|
|
"src/core/lib/transport/transport.h", |
|
|
|
|
"src/core/lib/transport/transport_impl.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/http2_errors.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/internal.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.h", |
|
|
|
|
"src/core/lib/census/aggregation.h", |
|
|
|
|
"src/core/lib/census/mlog.h", |
|
|
|
|
"src/core/lib/census/rpc_metric_id.h", |
|
|
|
@ -660,29 +660,6 @@ cc_library( |
|
|
|
|
"third_party/nanopb/pb_decode.h", |
|
|
|
|
"third_party/nanopb/pb_encode.h", |
|
|
|
|
"src/core/lib/surface/init_unsecure.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/parsing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_lists.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/writing.c", |
|
|
|
|
"src/core/lib/census/grpc_context.c", |
|
|
|
|
"src/core/lib/census/grpc_filter.c", |
|
|
|
|
"src/core/lib/census/grpc_plugin.c", |
|
|
|
@ -794,6 +771,29 @@ cc_library( |
|
|
|
|
"src/core/lib/transport/static_metadata.c", |
|
|
|
|
"src/core/lib/transport/transport.c", |
|
|
|
|
"src/core/lib/transport/transport_op_string.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/parsing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_lists.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/writing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
|
"src/core/lib/census/context.c", |
|
|
|
|
"src/core/lib/census/initialize.c", |
|
|
|
|
"src/core/lib/census/mlog.c", |
|
|
|
@ -1361,29 +1361,6 @@ objc_library( |
|
|
|
|
objc_library( |
|
|
|
|
name = "grpc_objc", |
|
|
|
|
srcs = [ |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/parsing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_lists.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/writing.c", |
|
|
|
|
"src/core/lib/census/grpc_context.c", |
|
|
|
|
"src/core/lib/census/grpc_filter.c", |
|
|
|
|
"src/core/lib/census/grpc_plugin.c", |
|
|
|
@ -1495,8 +1472,31 @@ objc_library( |
|
|
|
|
"src/core/lib/transport/static_metadata.c", |
|
|
|
|
"src/core/lib/transport/transport.c", |
|
|
|
|
"src/core/lib/transport/transport_op_string.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/parsing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_lists.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.c", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/writing.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
|
|
|
|
"src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
|
|
|
|
"src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
|
|
|
|
"src/core/lib/http/httpcli_security_connector.c", |
|
|
|
|
"src/core/lib/security/b64.c", |
|
|
|
|
"src/core/lib/security/client_auth_filter.c", |
|
|
|
@ -1540,27 +1540,6 @@ objc_library( |
|
|
|
|
"include/grpc/impl/codegen/propagation_bits.h", |
|
|
|
|
"include/grpc/impl/codegen/status.h", |
|
|
|
|
"include/grpc/census.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/http2_errors.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/internal.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.h", |
|
|
|
|
"src/core/lib/census/grpc_filter.h", |
|
|
|
|
"src/core/lib/census/grpc_plugin.h", |
|
|
|
|
"src/core/lib/channel/channel_args.h", |
|
|
|
@ -1660,6 +1639,27 @@ objc_library( |
|
|
|
|
"src/core/lib/transport/static_metadata.h", |
|
|
|
|
"src/core/lib/transport/transport.h", |
|
|
|
|
"src/core/lib/transport/transport_impl.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/alpn.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/bin_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_data.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_goaway.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_ping.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_settings.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/frame_window_update.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_parser.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/hpack_table.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/http2_errors.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/huffsyms.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/internal.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/status_conversion.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/stream_map.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/timeout_encoding.h", |
|
|
|
|
"src/core/ext/transport/chttp2/transport/varint.h", |
|
|
|
|
"src/core/lib/security/auth_filters.h", |
|
|
|
|
"src/core/lib/security/b64.h", |
|
|
|
|
"src/core/lib/security/credentials.h", |
|
|
|
|