grpc 0.13.1 → 0.14.1.pre1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Makefile +2098 -828
- data/include/grpc/byte_buffer.h +1 -1
- data/include/grpc/byte_buffer_reader.h +1 -20
- data/include/grpc/census.h +4 -4
- data/include/grpc/compression.h +6 -5
- data/include/grpc/grpc.h +31 -20
- data/include/grpc/grpc_security.h +17 -31
- data/include/grpc/grpc_security_constants.h +114 -0
- data/include/grpc/grpc_zookeeper.h +1 -1
- data/include/grpc/impl/codegen/alloc.h +1 -1
- data/include/grpc/impl/codegen/atm.h +1 -1
- data/include/grpc/impl/codegen/atm_gcc_atomic.h +1 -1
- data/include/grpc/impl/codegen/atm_gcc_sync.h +1 -1
- data/include/grpc/impl/codegen/atm_win32.h +1 -1
- data/include/grpc/impl/codegen/byte_buffer.h +1 -1
- data/{src/core/client_config/lb_policies/round_robin.h → include/grpc/impl/codegen/byte_buffer_reader.h} +19 -8
- data/include/grpc/impl/codegen/grpc_types.h +20 -3
- data/include/grpc/impl/codegen/log.h +9 -2
- data/include/grpc/impl/codegen/port_platform.h +102 -17
- data/include/grpc/impl/codegen/propagation_bits.h +3 -3
- data/include/grpc/impl/codegen/slice.h +3 -3
- data/include/grpc/impl/codegen/slice_buffer.h +3 -3
- data/include/grpc/impl/codegen/status.h +1 -1
- data/include/grpc/impl/codegen/sync_generic.h +1 -1
- data/include/grpc/impl/codegen/sync_posix.h +1 -1
- data/include/grpc/impl/codegen/sync_win32.h +1 -1
- data/include/grpc/impl/codegen/time.h +3 -3
- data/include/grpc/status.h +1 -1
- data/include/grpc/support/alloc.h +1 -1
- data/include/grpc/support/atm.h +1 -1
- data/include/grpc/support/atm_gcc_atomic.h +4 -4
- data/include/grpc/support/atm_gcc_sync.h +1 -1
- data/include/grpc/support/atm_win32.h +1 -1
- data/include/grpc/support/avl.h +1 -1
- data/include/grpc/support/cmdline.h +1 -1
- data/include/grpc/support/cpu.h +1 -1
- data/include/grpc/support/histogram.h +1 -1
- data/include/grpc/support/host_port.h +1 -1
- data/include/grpc/support/log.h +1 -1
- data/include/grpc/support/log_win32.h +1 -1
- data/include/grpc/support/port_platform.h +1 -1
- data/include/grpc/support/slice.h +1 -1
- data/include/grpc/support/slice_buffer.h +1 -1
- data/include/grpc/support/string_util.h +3 -1
- data/include/grpc/support/subprocess.h +2 -2
- data/include/grpc/support/sync.h +1 -1
- data/include/grpc/support/sync_generic.h +1 -1
- data/include/grpc/support/sync_posix.h +1 -1
- data/include/grpc/support/sync_win32.h +1 -1
- data/include/grpc/support/thd.h +1 -1
- data/include/grpc/support/time.h +1 -1
- data/include/grpc/support/tls.h +1 -1
- data/include/grpc/support/tls_gcc.h +45 -1
- data/include/grpc/support/tls_msvc.h +3 -3
- data/include/grpc/support/tls_pthread.h +1 -1
- data/include/grpc/support/useful.h +1 -1
- data/src/boringssl/err_data.c +258 -252
- data/src/core/{census → ext/census}/aggregation.h +3 -3
- data/src/core/{statistics → ext/census}/census_interface.h +3 -3
- data/src/core/{statistics → ext/census}/census_rpc_stats.h +4 -4
- data/src/core/{census → ext/census}/context.c +2 -2
- data/src/core/{census → ext/census}/grpc_context.c +2 -2
- data/src/core/{census → ext/census}/grpc_filter.c +30 -16
- data/src/core/{census → ext/census}/grpc_filter.h +4 -4
- data/src/core/ext/census/grpc_plugin.c +82 -0
- data/src/core/{census → ext/census}/initialize.c +1 -1
- data/src/core/{census → ext/census}/mlog.c +2 -2
- data/src/core/{census → ext/census}/mlog.h +4 -4
- data/src/core/{census → ext/census}/operation.c +0 -0
- data/src/core/{census → ext/census}/placeholders.c +0 -0
- data/src/core/{census → ext/census}/rpc_metric_id.h +3 -3
- data/src/core/{census → ext/census}/tracing.c +0 -0
- data/src/core/{surface → ext/client_config}/channel_connectivity.c +8 -21
- data/src/core/{channel → ext/client_config}/client_channel.c +80 -35
- data/src/core/{channel → ext/client_config}/client_channel.h +5 -5
- data/src/core/{client_config/subchannel_factory.c → ext/client_config/client_channel_factory.c} +14 -6
- data/src/core/ext/client_config/client_channel_factory.h +85 -0
- data/src/core/{client_config → ext/client_config}/client_config.c +4 -2
- data/src/core/{client_config → ext/client_config}/client_config.h +4 -4
- data/src/core/ext/client_config/client_config_plugin.c +95 -0
- data/src/core/{client_config → ext/client_config}/connector.c +2 -2
- data/src/core/{client_config → ext/client_config}/connector.h +7 -10
- data/src/core/{client_config → ext/client_config}/default_initial_connect_string.c +1 -1
- data/src/core/{client_config → ext/client_config}/initial_connect_string.c +1 -1
- data/src/core/{client_config → ext/client_config}/initial_connect_string.h +4 -4
- data/src/core/{client_config → ext/client_config}/lb_policy.c +12 -3
- data/src/core/{client_config → ext/client_config}/lb_policy.h +19 -6
- data/src/core/{client_config → ext/client_config}/lb_policy_factory.c +4 -3
- data/src/core/{client_config → ext/client_config}/lb_policy_factory.h +14 -9
- data/src/core/{client_config → ext/client_config}/lb_policy_registry.c +4 -9
- data/src/core/{client_config → ext/client_config}/lb_policy_registry.h +7 -6
- data/src/core/ext/client_config/parse_address.c +137 -0
- data/src/core/ext/client_config/parse_address.h +56 -0
- data/src/core/{client_config → ext/client_config}/resolver.c +1 -1
- data/src/core/{client_config → ext/client_config}/resolver.h +6 -6
- data/src/core/{client_config → ext/client_config}/resolver_factory.c +1 -1
- data/src/core/{client_config → ext/client_config}/resolver_factory.h +7 -7
- data/src/core/{client_config → ext/client_config}/resolver_registry.c +25 -11
- data/src/core/{client_config → ext/client_config}/resolver_registry.h +9 -5
- data/src/core/{client_config → ext/client_config}/subchannel.c +90 -126
- data/src/core/{client_config → ext/client_config}/subchannel.h +15 -15
- data/src/core/{channel → ext/client_config}/subchannel_call_holder.c +9 -8
- data/src/core/{channel → ext/client_config}/subchannel_call_holder.h +7 -7
- data/src/core/{client_config → ext/client_config}/subchannel_index.c +3 -2
- data/src/core/{client_config → ext/client_config}/subchannel_index.h +5 -5
- data/src/core/{client_config → ext/client_config}/uri_parser.c +69 -1
- data/src/core/{client_config → ext/client_config}/uri_parser.h +15 -3
- data/src/core/{client_config/lb_policies → ext/lb_policy/grpclb}/load_balancer_api.c +18 -9
- data/src/core/{client_config/lb_policies → ext/lb_policy/grpclb}/load_balancer_api.h +5 -5
- data/src/core/{proto → ext/lb_policy/grpclb/proto}/grpc/lb/v0/load_balancer.pb.c +1 -1
- data/src/core/{proto → ext/lb_policy/grpclb/proto}/grpc/lb/v0/load_balancer.pb.h +0 -0
- data/src/core/{client_config/lb_policies → ext/lb_policy/pick_first}/pick_first.c +95 -32
- data/src/core/{client_config/lb_policies → ext/lb_policy/round_robin}/round_robin.c +98 -34
- data/src/core/{client_config/resolvers → ext/resolver/dns/native}/dns_resolver.c +83 -39
- data/src/core/{client_config/resolvers → ext/resolver/sockaddr}/sockaddr_resolver.c +66 -169
- data/src/core/{transport/chttp2 → ext/transport/chttp2/alpn}/alpn.c +1 -1
- data/src/core/{transport/chttp2 → ext/transport/chttp2/alpn}/alpn.h +3 -3
- data/src/core/{surface → ext/transport/chttp2/client/insecure}/channel_create.c +65 -59
- data/src/core/{surface → ext/transport/chttp2/client/secure}/secure_channel_create.c +77 -69
- data/src/core/{surface → ext/transport/chttp2/server/insecure}/server_chttp2.c +8 -11
- data/src/core/{security → ext/transport/chttp2/server/secure}/server_secure_chttp2.c +14 -17
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/bin_encoder.c +28 -74
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/bin_encoder.h +5 -5
- data/src/core/ext/transport/chttp2/transport/chttp2_plugin.c +46 -0
- data/src/core/{transport → ext/transport/chttp2/transport}/chttp2_transport.c +551 -310
- data/src/core/{transport → ext/transport/chttp2/transport}/chttp2_transport.h +5 -5
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame.h +3 -3
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_data.c +30 -14
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_data.h +10 -7
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_goaway.c +2 -2
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_goaway.h +5 -5
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_ping.c +2 -2
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_ping.h +5 -5
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_rst_stream.c +9 -5
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_rst_stream.h +8 -6
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_settings.c +6 -6
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_settings.h +5 -5
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_window_update.c +11 -5
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/frame_window_update.h +8 -6
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/hpack_encoder.c +21 -12
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/hpack_encoder.h +8 -6
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/hpack_parser.c +42 -25
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/hpack_parser.h +7 -7
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/hpack_table.c +21 -11
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/hpack_table.h +4 -4
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/http2_errors.h +3 -3
- data/src/core/ext/transport/chttp2/transport/huffsyms.c +105 -0
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/huffsyms.h +3 -3
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/incoming_metadata.c +2 -2
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/incoming_metadata.h +4 -4
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/internal.h +81 -37
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/parsing.c +54 -21
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/status_conversion.c +1 -1
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/status_conversion.h +4 -4
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/stream_lists.c +10 -2
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/stream_map.c +1 -1
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/stream_map.h +3 -3
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/timeout_encoding.c +4 -4
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/timeout_encoding.h +4 -4
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/varint.c +1 -1
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/varint.h +3 -3
- data/src/core/{transport/chttp2 → ext/transport/chttp2/transport}/writing.c +30 -20
- data/src/core/{channel → lib/channel}/channel_args.c +3 -15
- data/src/core/{channel → lib/channel}/channel_args.h +11 -15
- data/src/core/{channel → lib/channel}/channel_stack.c +5 -3
- data/src/core/{channel → lib/channel}/channel_stack.h +13 -8
- data/src/core/lib/channel/channel_stack_builder.c +277 -0
- data/src/core/lib/channel/channel_stack_builder.h +161 -0
- data/src/core/{channel → lib/channel}/compress_filter.c +51 -16
- data/src/core/{channel → lib/channel}/compress_filter.h +6 -4
- data/src/core/{channel → lib/channel}/connected_channel.c +34 -24
- data/src/core/lib/channel/connected_channel.h +42 -0
- data/src/core/{channel → lib/channel}/context.h +3 -3
- data/src/core/{channel → lib/channel}/http_client_filter.c +24 -13
- data/src/core/{channel → lib/channel}/http_client_filter.h +4 -4
- data/src/core/{channel → lib/channel}/http_server_filter.c +39 -19
- data/src/core/{channel → lib/channel}/http_server_filter.h +4 -4
- data/src/core/{compression → lib/compression}/algorithm_metadata.h +4 -4
- data/src/core/{compression → lib/compression}/compression_algorithm.c +46 -9
- data/src/core/{compression → lib/compression}/message_compress.c +1 -1
- data/src/core/{compression → lib/compression}/message_compress.h +3 -3
- data/src/core/{debug → lib/debug}/trace.c +2 -2
- data/src/core/{debug → lib/debug}/trace.h +3 -3
- data/src/core/{httpcli → lib/http}/format_request.c +8 -8
- data/src/core/{httpcli → lib/http}/format_request.h +4 -4
- data/src/core/{httpcli → lib/http}/httpcli.c +24 -19
- data/src/core/{httpcli → lib/http}/httpcli.h +14 -33
- data/src/core/{httpcli → lib/http}/httpcli_security_connector.c +5 -5
- data/src/core/lib/http/parser.c +341 -0
- data/src/core/lib/http/parser.h +119 -0
- data/src/core/{iomgr → lib/iomgr}/closure.c +8 -2
- data/src/core/{iomgr → lib/iomgr}/closure.h +7 -4
- data/src/core/{iomgr → lib/iomgr}/endpoint.c +1 -1
- data/src/core/{iomgr → lib/iomgr}/endpoint.h +5 -5
- data/src/core/{iomgr → lib/iomgr}/endpoint_pair.h +4 -4
- data/src/core/{iomgr → lib/iomgr}/endpoint_pair_posix.c +8 -7
- data/src/core/{iomgr → lib/iomgr}/endpoint_pair_windows.c +4 -4
- data/src/core/lib/iomgr/ev_poll_and_epoll_posix.c +1936 -0
- data/src/core/lib/iomgr/ev_poll_and_epoll_posix.h +41 -0
- data/src/core/lib/iomgr/ev_posix.c +164 -0
- data/src/core/lib/iomgr/ev_posix.h +158 -0
- data/src/core/{iomgr → lib/iomgr}/exec_ctx.c +78 -3
- data/src/core/{iomgr → lib/iomgr}/exec_ctx.h +25 -10
- data/src/core/{iomgr → lib/iomgr}/executor.c +3 -3
- data/src/core/{iomgr → lib/iomgr}/executor.h +5 -5
- data/src/core/{iomgr → lib/iomgr}/iocp_windows.c +6 -6
- data/src/core/{iomgr → lib/iomgr}/iocp_windows.h +5 -5
- data/src/core/{iomgr → lib/iomgr}/iomgr.c +13 -10
- data/src/core/{iomgr → lib/iomgr}/iomgr.h +3 -3
- data/src/core/{iomgr → lib/iomgr}/iomgr_internal.h +5 -9
- data/src/core/{iomgr → lib/iomgr}/iomgr_posix.c +6 -6
- data/src/core/{iomgr → lib/iomgr}/iomgr_posix.h +4 -4
- data/src/core/{iomgr → lib/iomgr}/iomgr_windows.c +7 -4
- data/src/core/{iomgr → lib/iomgr}/pollset.h +11 -11
- data/src/core/{iomgr → lib/iomgr}/pollset_set.h +5 -5
- data/src/core/{iomgr → lib/iomgr}/pollset_set_windows.c +2 -2
- data/src/core/lib/iomgr/pollset_set_windows.h +39 -0
- data/src/core/{iomgr → lib/iomgr}/pollset_windows.c +7 -7
- data/src/core/{iomgr → lib/iomgr}/pollset_windows.h +8 -5
- data/src/core/{iomgr → lib/iomgr}/resolve_address.h +10 -9
- data/src/core/{iomgr → lib/iomgr}/resolve_address_posix.c +22 -22
- data/src/core/{iomgr → lib/iomgr}/resolve_address_windows.c +20 -12
- data/src/core/{iomgr → lib/iomgr}/sockaddr.h +5 -5
- data/src/core/{iomgr → lib/iomgr}/sockaddr_posix.h +5 -5
- data/src/core/{iomgr → lib/iomgr}/sockaddr_utils.c +9 -16
- data/src/core/{iomgr → lib/iomgr}/sockaddr_utils.h +4 -4
- data/src/core/{iomgr → lib/iomgr}/sockaddr_win32.h +6 -4
- data/src/core/{iomgr → lib/iomgr}/socket_utils_common_posix.c +29 -7
- data/src/core/{iomgr → lib/iomgr}/socket_utils_linux.c +2 -2
- data/src/core/{iomgr → lib/iomgr}/socket_utils_posix.c +1 -1
- data/src/core/{iomgr → lib/iomgr}/socket_utils_posix.h +14 -4
- data/src/core/{iomgr → lib/iomgr}/socket_windows.c +7 -5
- data/src/core/{iomgr → lib/iomgr}/socket_windows.h +6 -6
- data/src/core/{iomgr → lib/iomgr}/tcp_client.h +6 -6
- data/src/core/{iomgr → lib/iomgr}/tcp_client_posix.c +33 -18
- data/src/core/{iomgr → lib/iomgr}/tcp_client_windows.c +30 -20
- data/src/core/{iomgr → lib/iomgr}/tcp_posix.c +9 -10
- data/src/core/{iomgr → lib/iomgr}/tcp_posix.h +6 -6
- data/src/core/{iomgr → lib/iomgr}/tcp_server.h +6 -6
- data/src/core/{iomgr → lib/iomgr}/tcp_server_posix.c +24 -37
- data/src/core/{iomgr → lib/iomgr}/tcp_server_windows.c +8 -36
- data/src/core/{iomgr → lib/iomgr}/tcp_windows.c +27 -17
- data/src/core/{iomgr → lib/iomgr}/tcp_windows.h +5 -5
- data/src/core/{iomgr → lib/iomgr}/time_averaged_stats.c +1 -1
- data/src/core/{iomgr → lib/iomgr}/time_averaged_stats.h +3 -3
- data/src/core/{iomgr → lib/iomgr}/timer.c +31 -4
- data/src/core/{iomgr → lib/iomgr}/timer.h +6 -7
- data/src/core/{iomgr → lib/iomgr}/timer_heap.c +2 -2
- data/src/core/{iomgr → lib/iomgr}/timer_heap.h +4 -4
- data/src/core/{iomgr → lib/iomgr}/udp_server.c +13 -37
- data/src/core/{iomgr → lib/iomgr}/udp_server.h +11 -10
- data/src/core/lib/iomgr/unix_sockets_posix.c +89 -0
- data/src/core/{client_config/resolvers/sockaddr_resolver.h → lib/iomgr/unix_sockets_posix.h} +15 -11
- data/src/core/lib/iomgr/unix_sockets_posix_noop.c +59 -0
- data/src/core/{iomgr → lib/iomgr}/wakeup_fd_eventfd.c +2 -2
- data/src/core/{iomgr → lib/iomgr}/wakeup_fd_nospecial.c +1 -1
- data/src/core/{iomgr → lib/iomgr}/wakeup_fd_pipe.c +8 -3
- data/src/core/{iomgr → lib/iomgr}/wakeup_fd_pipe.h +4 -4
- data/src/core/{iomgr → lib/iomgr}/wakeup_fd_posix.c +2 -2
- data/src/core/{iomgr → lib/iomgr}/wakeup_fd_posix.h +3 -3
- data/src/core/{iomgr → lib/iomgr}/workqueue.h +10 -10
- data/src/core/{iomgr → lib/iomgr}/workqueue_posix.c +5 -6
- data/src/core/{iomgr → lib/iomgr}/workqueue_posix.h +5 -5
- data/src/core/{iomgr → lib/iomgr}/workqueue_windows.c +1 -1
- data/src/core/{iomgr → lib/iomgr}/workqueue_windows.h +3 -3
- data/src/core/{json → lib/json}/json.c +1 -1
- data/src/core/{json → lib/json}/json.h +4 -4
- data/src/core/{json → lib/json}/json_common.h +3 -3
- data/src/core/{json → lib/json}/json_reader.c +16 -4
- data/src/core/{json → lib/json}/json_reader.h +4 -4
- data/src/core/{json → lib/json}/json_string.c +4 -4
- data/src/core/{json → lib/json}/json_writer.c +1 -1
- data/src/core/{json → lib/json}/json_writer.h +4 -4
- data/src/core/{profiling → lib/profiling}/basic_timers.c +3 -2
- data/src/core/{profiling → lib/profiling}/stap_timers.c +2 -2
- data/src/core/{profiling → lib/profiling}/timers.h +3 -3
- data/src/core/{security → lib/security}/auth_filters.h +4 -4
- data/src/core/{security → lib/security}/b64.c +2 -2
- data/src/core/{security → lib/security}/b64.h +4 -4
- data/src/core/{security → lib/security}/client_auth_filter.c +16 -16
- data/src/core/{security → lib/security}/credentials.c +42 -26
- data/src/core/{security → lib/security}/credentials.h +11 -10
- data/src/core/{security → lib/security}/credentials_metadata.c +1 -1
- data/src/core/{security → lib/security}/credentials_posix.c +3 -3
- data/src/core/{security → lib/security}/credentials_win32.c +3 -3
- data/src/core/{security → lib/security}/google_default_credentials.c +10 -9
- data/src/core/{security → lib/security}/handshake.c +4 -4
- data/src/core/{security → lib/security}/handshake.h +6 -6
- data/src/core/{security → lib/security}/json_token.c +4 -4
- data/src/core/{security → lib/security}/json_token.h +4 -4
- data/src/core/{security → lib/security}/jwt_verifier.c +14 -14
- data/src/core/{security → lib/security}/jwt_verifier.h +5 -5
- data/src/core/{security → lib/security}/secure_endpoint.c +9 -8
- data/src/core/{security → lib/security}/secure_endpoint.h +4 -4
- data/src/core/{security → lib/security}/security_connector.c +53 -21
- data/src/core/{security → lib/security}/security_connector.h +8 -8
- data/src/core/{security → lib/security}/security_context.c +5 -5
- data/src/core/{security → lib/security}/security_context.h +5 -5
- data/src/core/{security → lib/security}/server_auth_filter.c +9 -9
- data/src/core/{support → lib/support}/alloc.c +5 -3
- data/src/core/{support → lib/support}/avl.c +1 -1
- data/src/core/lib/support/backoff.c +76 -0
- data/src/core/lib/support/backoff.h +68 -0
- data/src/core/{support → lib/support}/block_annotate.h +3 -3
- data/src/core/{support → lib/support}/cmdline.c +1 -1
- data/src/core/{support → lib/support}/cpu_iphone.c +0 -0
- data/src/core/{support → lib/support}/cpu_linux.c +2 -2
- data/src/core/{support → lib/support}/cpu_posix.c +2 -2
- data/src/core/{support → lib/support}/cpu_windows.c +0 -0
- data/src/core/{support → lib/support}/env.h +3 -3
- data/src/core/{support → lib/support}/env_linux.c +3 -3
- data/src/core/{support → lib/support}/env_posix.c +2 -2
- data/src/core/{support → lib/support}/env_win32.c +27 -21
- data/src/core/{support → lib/support}/histogram.c +1 -1
- data/src/core/{support → lib/support}/host_port.c +1 -1
- data/src/core/{support → lib/support}/load_file.c +4 -4
- data/src/core/{support → lib/support}/load_file.h +4 -4
- data/src/core/{support → lib/support}/log.c +33 -0
- data/src/core/{support → lib/support}/log_android.c +2 -2
- data/src/core/{support → lib/support}/log_linux.c +6 -5
- data/src/core/{support → lib/support}/log_posix.c +3 -3
- data/src/core/{support → lib/support}/log_win32.c +8 -22
- data/src/core/{support → lib/support}/murmur_hash.c +1 -1
- data/src/core/{support → lib/support}/murmur_hash.h +3 -3
- data/src/core/{support → lib/support}/slice.c +0 -0
- data/src/core/{support → lib/support}/slice_buffer.c +0 -0
- data/src/core/{support → lib/support}/stack_lockfree.c +7 -7
- data/src/core/{support → lib/support}/stack_lockfree.h +3 -3
- data/src/core/{support → lib/support}/string.c +1 -1
- data/src/core/{support → lib/support}/string.h +4 -4
- data/src/core/{support → lib/support}/string_posix.c +1 -1
- data/src/core/{support/string_win32.c → lib/support/string_util_win32.c} +23 -38
- data/src/core/lib/support/string_win32.c +83 -0
- data/src/core/{support → lib/support}/string_win32.h +3 -3
- data/src/core/{support → lib/support}/subprocess_posix.c +3 -3
- data/src/core/{support → lib/support}/subprocess_windows.c +3 -3
- data/src/core/{support → lib/support}/sync.c +2 -2
- data/src/core/{support → lib/support}/sync_posix.c +3 -3
- data/src/core/{support → lib/support}/sync_win32.c +1 -1
- data/src/core/{support → lib/support}/thd.c +0 -0
- data/src/core/{support → lib/support}/thd_internal.h +3 -3
- data/src/core/{support → lib/support}/thd_posix.c +4 -3
- data/src/core/{support → lib/support}/thd_win32.c +1 -1
- data/src/core/{support → lib/support}/time.c +2 -2
- data/src/core/{support → lib/support}/time_posix.c +12 -6
- data/src/core/{support → lib/support}/time_precise.c +0 -0
- data/src/core/{support → lib/support}/time_precise.h +3 -3
- data/src/core/{support → lib/support}/time_win32.c +7 -7
- data/src/core/{support → lib/support}/tls_pthread.c +0 -0
- data/src/core/{support → lib/support}/tmpfile.h +4 -4
- data/src/core/lib/support/tmpfile_msys.c +73 -0
- data/src/core/{support → lib/support}/tmpfile_posix.c +5 -5
- data/src/core/{support → lib/support}/tmpfile_win32.c +5 -5
- data/src/core/{support → lib/support}/wrap_memcpy.c +0 -0
- data/src/core/{surface → lib/surface}/alarm.c +3 -3
- data/src/core/{surface → lib/surface}/api_trace.c +1 -1
- data/src/core/{surface → lib/surface}/api_trace.h +4 -4
- data/src/core/{surface → lib/surface}/byte_buffer.c +3 -3
- data/src/core/{surface → lib/surface}/byte_buffer_reader.c +3 -3
- data/src/core/{surface → lib/surface}/call.c +145 -73
- data/src/core/{surface → lib/surface}/call.h +14 -7
- data/src/core/{surface → lib/surface}/call_details.c +1 -1
- data/src/core/{surface → lib/surface}/call_log_batch.c +2 -2
- data/src/core/{surface → lib/surface}/call_test_only.h +3 -3
- data/src/core/{surface → lib/surface}/channel.c +33 -34
- data/src/core/{surface → lib/surface}/channel.h +9 -9
- data/src/core/lib/surface/channel_init.c +140 -0
- data/src/core/lib/surface/channel_init.h +87 -0
- data/src/core/{surface → lib/surface}/channel_ping.c +4 -4
- data/src/core/lib/surface/channel_stack_type.c +54 -0
- data/src/core/{httpcli/parser.h → lib/surface/channel_stack_type.h} +22 -28
- data/src/core/{surface → lib/surface}/completion_queue.c +15 -11
- data/src/core/{surface → lib/surface}/completion_queue.h +4 -4
- data/src/core/{surface → lib/surface}/event_string.c +2 -2
- data/src/core/{surface → lib/surface}/event_string.h +3 -3
- data/src/core/lib/surface/init.c +217 -0
- data/src/core/{surface → lib/surface}/init.h +4 -3
- data/src/core/lib/surface/init_secure.c +89 -0
- data/src/core/{surface → lib/surface}/lame_client.c +31 -19
- data/src/core/{iomgr/pollset_set_windows.h → lib/surface/lame_client.h} +7 -5
- data/src/core/{surface → lib/surface}/metadata_array.c +1 -1
- data/src/core/{surface → lib/surface}/server.c +208 -183
- data/src/core/{surface → lib/surface}/server.h +6 -11
- data/src/core/{surface → lib/surface}/surface_trace.h +5 -5
- data/src/core/{surface → lib/surface}/validate_metadata.c +1 -1
- data/src/core/{surface → lib/surface}/version.c +2 -2
- data/src/core/{transport → lib/transport}/byte_stream.c +1 -1
- data/src/core/{transport → lib/transport}/byte_stream.h +4 -4
- data/src/core/{transport → lib/transport}/connectivity_state.c +2 -2
- data/src/core/{transport → lib/transport}/connectivity_state.h +4 -4
- data/src/core/{transport → lib/transport}/metadata.c +71 -19
- data/src/core/{transport → lib/transport}/metadata.h +11 -4
- data/src/core/{transport → lib/transport}/metadata_batch.c +2 -2
- data/src/core/{transport → lib/transport}/metadata_batch.h +4 -4
- data/src/core/{transport → lib/transport}/static_metadata.c +100 -32
- data/src/core/{transport → lib/transport}/static_metadata.h +58 -58
- data/src/core/{transport → lib/transport}/transport.c +25 -5
- data/src/core/{transport → lib/transport}/transport.h +41 -16
- data/src/core/{transport → lib/transport}/transport_impl.h +8 -5
- data/src/core/{transport → lib/transport}/transport_op_string.c +2 -2
- data/src/core/{tsi → lib/tsi}/fake_transport_security.c +18 -14
- data/src/core/{tsi → lib/tsi}/fake_transport_security.h +4 -4
- data/src/core/{tsi → lib/tsi}/ssl_transport_security.c +173 -63
- data/src/core/{tsi → lib/tsi}/ssl_transport_security.h +24 -6
- data/src/core/{tsi → lib/tsi}/ssl_types.h +3 -3
- data/src/core/{tsi → lib/tsi}/transport_security.c +12 -28
- data/src/core/{tsi → lib/tsi}/transport_security.h +4 -4
- data/src/core/{tsi → lib/tsi}/transport_security_interface.h +12 -3
- data/src/core/plugin_registry/grpc_plugin_registry.c +66 -0
- data/src/ruby/ext/grpc/extconf.rb +14 -20
- data/src/ruby/ext/grpc/rb_byte_buffer.c +2 -3
- data/src/ruby/ext/grpc/rb_call.c +37 -4
- data/src/ruby/ext/grpc/rb_call_credentials.c +13 -3
- data/src/ruby/ext/grpc/rb_channel.c +2 -3
- data/src/ruby/ext/grpc/rb_channel_args.c +2 -3
- data/src/ruby/ext/grpc/rb_channel_credentials.c +31 -3
- data/src/ruby/ext/grpc/rb_completion_queue.c +2 -2
- data/src/ruby/ext/grpc/rb_event_thread.c +1 -1
- data/src/ruby/ext/grpc/rb_grpc.c +4 -2
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +8 -0
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +14 -2
- data/src/ruby/ext/grpc/rb_server.c +2 -3
- data/src/ruby/ext/grpc/rb_server_credentials.c +16 -13
- data/src/ruby/ext/grpc/rb_signal.c +70 -0
- data/src/ruby/ext/grpc/rb_signal.h +39 -0
- data/src/ruby/lib/grpc.rb +21 -13
- data/src/ruby/lib/grpc/core/time_consts.rb +2 -2
- data/src/ruby/lib/grpc/errors.rb +2 -2
- data/src/ruby/lib/grpc/generic/active_call.rb +10 -3
- data/src/ruby/lib/grpc/generic/bidi_call.rb +2 -2
- data/src/ruby/lib/grpc/generic/client_stub.rb +10 -7
- data/src/ruby/lib/grpc/generic/rpc_desc.rb +2 -2
- data/src/ruby/lib/grpc/generic/rpc_server.rb +21 -61
- data/src/ruby/lib/grpc/generic/service.rb +5 -15
- data/src/ruby/lib/grpc/grpc.rb +3 -3
- data/src/ruby/{bin/interop/interop_server.rb → lib/grpc/signals.rb} +39 -20
- data/src/ruby/lib/grpc/version.rb +2 -2
- data/src/ruby/pb/generate_proto_ruby.sh +9 -2
- data/src/ruby/pb/grpc/health/checker.rb +1 -1
- data/src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb +28 -0
- data/src/ruby/pb/grpc/testing/metrics.rb +28 -0
- data/src/ruby/pb/grpc/testing/metrics_services.rb +27 -0
- data/src/ruby/pb/test/client.rb +12 -23
- data/src/ruby/pb/test/server.rb +1 -1
- data/src/ruby/spec/client_server_spec.rb +1 -1
- data/src/ruby/spec/generic/client_stub_spec.rb +18 -17
- data/src/ruby/spec/generic/rpc_server_spec.rb +23 -7
- data/src/ruby/spec/generic/service_spec.rb +0 -69
- data/src/ruby/{bin/interop/interop_client.rb → spec/pb/duplicate/codegen_spec.rb} +41 -21
- data/src/ruby/spec/pb/health/checker_spec.rb +1 -1
- data/third_party/boringssl/crypto/asn1/a_bitstr.c +184 -176
- data/third_party/boringssl/crypto/asn1/a_bool.c +42 -44
- data/third_party/boringssl/crypto/asn1/a_bytes.c +236 -245
- data/third_party/boringssl/crypto/asn1/a_d2i_fp.c +173 -192
- data/third_party/boringssl/crypto/asn1/a_dup.c +43 -35
- data/third_party/boringssl/crypto/asn1/a_enum.c +107 -109
- data/third_party/boringssl/crypto/asn1/a_gentm.c +180 -181
- data/third_party/boringssl/crypto/asn1/a_i2d_fp.c +73 -80
- data/third_party/boringssl/crypto/asn1/a_int.c +357 -353
- data/third_party/boringssl/crypto/asn1/a_mbstr.c +272 -253
- data/third_party/boringssl/crypto/asn1/a_object.c +293 -309
- data/third_party/boringssl/crypto/asn1/a_octet.c +13 -6
- data/third_party/boringssl/crypto/asn1/a_print.c +54 -52
- data/third_party/boringssl/crypto/asn1/a_strnid.c +179 -157
- data/third_party/boringssl/crypto/asn1/a_time.c +125 -129
- data/third_party/boringssl/crypto/asn1/a_type.c +79 -86
- data/third_party/boringssl/crypto/asn1/a_utctm.c +246 -255
- data/third_party/boringssl/crypto/asn1/a_utf8.c +159 -135
- data/third_party/boringssl/crypto/asn1/asn1_lib.c +361 -368
- data/third_party/boringssl/crypto/asn1/asn1_locl.h +11 -11
- data/third_party/boringssl/crypto/asn1/asn1_par.c +309 -351
- data/third_party/boringssl/crypto/asn1/asn_pack.c +30 -29
- data/third_party/boringssl/crypto/asn1/bio_asn1.c +375 -394
- data/third_party/boringssl/crypto/asn1/bio_ndef.c +146 -149
- data/third_party/boringssl/crypto/asn1/f_enum.c +128 -134
- data/third_party/boringssl/crypto/asn1/f_int.c +131 -139
- data/third_party/boringssl/crypto/asn1/f_string.c +125 -133
- data/third_party/boringssl/crypto/asn1/t_bitst.c +30 -29
- data/third_party/boringssl/crypto/asn1/t_pkey.c +45 -47
- data/third_party/boringssl/crypto/asn1/tasn_dec.c +1099 -1216
- data/third_party/boringssl/crypto/asn1/tasn_enc.c +556 -592
- data/third_party/boringssl/crypto/asn1/tasn_fre.c +175 -193
- data/third_party/boringssl/crypto/asn1/tasn_new.c +271 -288
- data/third_party/boringssl/crypto/asn1/tasn_prn.c +462 -508
- data/third_party/boringssl/crypto/asn1/tasn_typ.c +28 -21
- data/third_party/boringssl/crypto/asn1/x_bignum.c +62 -52
- data/third_party/boringssl/crypto/asn1/x_long.c +101 -86
- data/third_party/boringssl/crypto/bio/buffer.c +3 -3
- data/third_party/boringssl/crypto/bn/asm/x86_64-gcc.c +8 -68
- data/third_party/boringssl/crypto/bn/bn.c +1 -1
- data/third_party/boringssl/crypto/bn/bn_asn1.c +9 -22
- data/third_party/boringssl/crypto/bn/convert.c +9 -4
- data/third_party/boringssl/crypto/bn/div.c +0 -20
- data/third_party/boringssl/crypto/bn/exponentiation.c +22 -13
- data/third_party/boringssl/crypto/bn/generic.c +6 -242
- data/third_party/boringssl/crypto/bn/internal.h +9 -70
- data/third_party/boringssl/crypto/bn/montgomery.c +1 -2
- data/third_party/boringssl/crypto/bn/mul.c +6 -26
- data/third_party/boringssl/crypto/bn/rsaz_exp.c +21 -28
- data/third_party/boringssl/crypto/bytestring/asn1_compat.c +51 -0
- data/third_party/boringssl/crypto/bytestring/ber.c +128 -87
- data/third_party/boringssl/crypto/bytestring/cbb.c +37 -3
- data/third_party/boringssl/crypto/bytestring/internal.h +39 -10
- data/third_party/boringssl/crypto/chacha/chacha_vec.c +18 -13
- data/third_party/boringssl/crypto/cipher/e_aes.c +2 -2
- data/third_party/boringssl/crypto/cipher/e_chacha20poly1305.c +4 -9
- data/third_party/boringssl/crypto/cipher/tls_cbc.c +39 -10
- data/third_party/boringssl/crypto/conf/conf.c +9 -0
- data/third_party/boringssl/crypto/cpu-intel.c +1 -1
- data/third_party/boringssl/crypto/crypto.c +2 -0
- data/third_party/boringssl/crypto/curve25519/curve25519.c +125 -120
- data/third_party/boringssl/crypto/curve25519/internal.h +45 -0
- data/third_party/boringssl/crypto/curve25519/x25519-x86_64.c +225 -0
- data/third_party/boringssl/crypto/dh/check.c +32 -10
- data/third_party/boringssl/crypto/dh/dh.c +1 -1
- data/third_party/boringssl/crypto/digest/md32_common.h +0 -60
- data/third_party/boringssl/crypto/dsa/dsa.c +47 -21
- data/third_party/boringssl/crypto/dsa/dsa_asn1.c +249 -64
- data/third_party/boringssl/crypto/ec/ec.c +45 -31
- data/third_party/boringssl/crypto/ec/ec_asn1.c +315 -382
- data/third_party/boringssl/crypto/ec/ec_key.c +1 -4
- data/third_party/boringssl/crypto/ec/ec_montgomery.c +0 -9
- data/third_party/boringssl/crypto/ec/internal.h +1 -19
- data/third_party/boringssl/crypto/ec/oct.c +12 -0
- data/third_party/boringssl/crypto/ec/p224-64.c +4 -65
- data/third_party/boringssl/crypto/ec/p256-64.c +9 -71
- data/third_party/boringssl/crypto/ec/p256-x86_64-table.h +1 -6
- data/third_party/boringssl/crypto/ec/p256-x86_64.c +3 -13
- data/third_party/boringssl/crypto/ec/simple.c +0 -76
- data/third_party/boringssl/crypto/ecdsa/ecdsa.c +1 -1
- data/third_party/boringssl/crypto/ecdsa/ecdsa_asn1.c +10 -24
- data/third_party/boringssl/crypto/evp/evp.c +4 -3
- data/third_party/boringssl/crypto/evp/evp_asn1.c +101 -0
- data/third_party/boringssl/crypto/evp/evp_ctx.c +22 -51
- data/third_party/boringssl/crypto/evp/internal.h +28 -27
- data/third_party/boringssl/crypto/evp/p_dsa_asn1.c +78 -249
- data/third_party/boringssl/crypto/evp/p_ec.c +19 -66
- data/third_party/boringssl/crypto/evp/p_ec_asn1.c +74 -231
- data/third_party/boringssl/crypto/evp/p_rsa.c +90 -13
- data/third_party/boringssl/crypto/evp/p_rsa_asn1.c +49 -48
- data/third_party/boringssl/crypto/internal.h +16 -1
- data/third_party/boringssl/crypto/mem.c +2 -2
- data/third_party/boringssl/crypto/modes/ctr.c +2 -1
- data/third_party/boringssl/crypto/modes/gcm.c +5 -3
- data/third_party/boringssl/crypto/obj/obj_dat.h +6 -3
- data/third_party/boringssl/crypto/pem/pem_all.c +83 -102
- data/third_party/boringssl/crypto/pem/pem_info.c +286 -309
- data/third_party/boringssl/crypto/pem/pem_lib.c +690 -710
- data/third_party/boringssl/crypto/pem/pem_oth.c +15 -16
- data/third_party/boringssl/crypto/pem/pem_pk8.c +132 -119
- data/third_party/boringssl/crypto/pem/pem_pkey.c +144 -220
- data/third_party/boringssl/crypto/pem/pem_x509.c +3 -3
- data/third_party/boringssl/crypto/pem/pem_xaux.c +5 -4
- data/third_party/boringssl/crypto/pkcs8/pkcs8.c +54 -60
- data/third_party/boringssl/crypto/poly1305/poly1305_arm.c +3 -1
- data/third_party/boringssl/crypto/poly1305/poly1305_vec.c +48 -50
- data/third_party/boringssl/crypto/rand/rand.c +2 -0
- data/third_party/boringssl/crypto/rsa/blinding.c +8 -48
- data/third_party/boringssl/crypto/rsa/internal.h +1 -9
- data/third_party/boringssl/crypto/rsa/padding.c +73 -77
- data/third_party/boringssl/crypto/rsa/rsa.c +1 -1
- data/third_party/boringssl/crypto/rsa/rsa_asn1.c +27 -46
- data/third_party/boringssl/crypto/rsa/rsa_impl.c +23 -34
- data/third_party/boringssl/crypto/test/scoped_types.h +3 -0
- data/third_party/boringssl/crypto/thread_win.c +15 -13
- data/third_party/boringssl/crypto/time_support.c +0 -6
- data/third_party/boringssl/crypto/x509/a_digest.c +26 -27
- data/third_party/boringssl/crypto/x509/a_sign.c +63 -64
- data/third_party/boringssl/crypto/x509/a_strex.c +482 -413
- data/third_party/boringssl/crypto/x509/a_verify.c +45 -51
- data/third_party/boringssl/crypto/x509/asn1_gen.c +715 -769
- data/third_party/boringssl/crypto/x509/by_dir.c +355 -393
- data/third_party/boringssl/crypto/x509/by_file.c +186 -206
- data/third_party/boringssl/crypto/x509/charmap.h +11 -11
- data/third_party/boringssl/crypto/x509/i2d_pr.c +21 -22
- data/third_party/boringssl/crypto/x509/t_crl.c +50 -51
- data/third_party/boringssl/crypto/x509/t_x509.c +414 -406
- data/third_party/boringssl/crypto/x509/t_x509a.c +44 -42
- data/third_party/boringssl/crypto/x509/vpm_int.h +13 -13
- data/third_party/boringssl/crypto/x509/x509_att.c +241 -219
- data/third_party/boringssl/crypto/x509/x509_cmp.c +343 -359
- data/third_party/boringssl/crypto/x509/x509_d2.c +36 -35
- data/third_party/boringssl/crypto/x509/x509_def.c +23 -13
- data/third_party/boringssl/crypto/x509/x509_ext.c +75 -75
- data/third_party/boringssl/crypto/x509/x509_lu.c +574 -612
- data/third_party/boringssl/crypto/x509/x509_obj.c +104 -115
- data/third_party/boringssl/crypto/x509/x509_r2x.c +40 -40
- data/third_party/boringssl/crypto/x509/x509_req.c +181 -174
- data/third_party/boringssl/crypto/x509/x509_set.c +71 -76
- data/third_party/boringssl/crypto/x509/x509_trs.c +193 -171
- data/third_party/boringssl/crypto/x509/x509_txt.c +135 -138
- data/third_party/boringssl/crypto/x509/x509_v3.c +174 -167
- data/third_party/boringssl/crypto/x509/x509_vfy.c +2079 -2130
- data/third_party/boringssl/crypto/x509/x509_vpm.c +486 -522
- data/third_party/boringssl/crypto/x509/x509cset.c +96 -99
- data/third_party/boringssl/crypto/x509/x509name.c +280 -275
- data/third_party/boringssl/crypto/x509/x509rset.c +15 -14
- data/third_party/boringssl/crypto/x509/x509spki.c +62 -60
- data/third_party/boringssl/crypto/x509/x509type.c +58 -60
- data/third_party/boringssl/crypto/x509/x_algor.c +70 -73
- data/third_party/boringssl/crypto/x509/x_all.c +282 -328
- data/third_party/boringssl/crypto/x509/x_attrib.c +36 -42
- data/third_party/boringssl/crypto/x509/x_crl.c +397 -418
- data/third_party/boringssl/crypto/x509/x_exten.c +5 -5
- data/third_party/boringssl/crypto/x509/x_info.c +30 -27
- data/third_party/boringssl/crypto/x509/x_name.c +387 -388
- data/third_party/boringssl/crypto/x509/x_pkey.c +32 -29
- data/third_party/boringssl/crypto/x509/x_pubkey.c +261 -280
- data/third_party/boringssl/crypto/x509/x_req.c +30 -33
- data/third_party/boringssl/crypto/x509/x_sig.c +2 -2
- data/third_party/boringssl/crypto/x509/x_spki.c +9 -7
- data/third_party/boringssl/crypto/x509/x_val.c +2 -2
- data/third_party/boringssl/crypto/x509/x_x509.c +120 -119
- data/third_party/boringssl/crypto/x509/x_x509a.c +99 -91
- data/third_party/boringssl/crypto/x509v3/ext_dat.h +57 -51
- data/third_party/boringssl/crypto/x509v3/pcy_cache.c +199 -214
- data/third_party/boringssl/crypto/x509v3/pcy_data.c +57 -64
- data/third_party/boringssl/crypto/x509v3/pcy_int.h +95 -90
- data/third_party/boringssl/crypto/x509v3/pcy_lib.c +86 -87
- data/third_party/boringssl/crypto/x509v3/pcy_map.c +61 -64
- data/third_party/boringssl/crypto/x509v3/pcy_node.c +108 -117
- data/third_party/boringssl/crypto/x509v3/pcy_tree.c +676 -724
- data/third_party/boringssl/crypto/x509v3/v3_akey.c +128 -136
- data/third_party/boringssl/crypto/x509v3/v3_akeya.c +7 -6
- data/third_party/boringssl/crypto/x509v3/v3_alt.c +499 -507
- data/third_party/boringssl/crypto/x509v3/v3_bcons.c +54 -47
- data/third_party/boringssl/crypto/x509v3/v3_bitst.c +67 -67
- data/third_party/boringssl/crypto/x509v3/v3_conf.c +330 -328
- data/third_party/boringssl/crypto/x509v3/v3_cpols.c +354 -338
- data/third_party/boringssl/crypto/x509v3/v3_crld.c +441 -496
- data/third_party/boringssl/crypto/x509v3/v3_enum.c +35 -33
- data/third_party/boringssl/crypto/x509v3/v3_extku.c +66 -63
- data/third_party/boringssl/crypto/x509v3/v3_genn.c +157 -159
- data/third_party/boringssl/crypto/x509v3/v3_ia5.c +45 -43
- data/third_party/boringssl/crypto/x509v3/v3_info.c +124 -112
- data/third_party/boringssl/crypto/x509v3/v3_int.c +30 -26
- data/third_party/boringssl/crypto/x509v3/v3_lib.c +231 -204
- data/third_party/boringssl/crypto/x509v3/v3_ncons.c +353 -381
- data/third_party/boringssl/crypto/x509v3/v3_pci.c +252 -270
- data/third_party/boringssl/crypto/x509v3/v3_pcia.c +9 -8
- data/third_party/boringssl/crypto/x509v3/v3_pcons.c +58 -61
- data/third_party/boringssl/crypto/x509v3/v3_pku.c +35 -34
- data/third_party/boringssl/crypto/x509v3/v3_pmaps.c +72 -74
- data/third_party/boringssl/crypto/x509v3/v3_prn.c +146 -121
- data/third_party/boringssl/crypto/x509v3/v3_purp.c +651 -582
- data/third_party/boringssl/crypto/x509v3/v3_skey.c +76 -72
- data/third_party/boringssl/crypto/x509v3/v3_sxnet.c +139 -131
- data/third_party/boringssl/crypto/x509v3/v3_utl.c +1072 -1068
- data/third_party/boringssl/include/openssl/asn1.h +40 -38
- data/third_party/boringssl/include/openssl/base.h +10 -1
- data/third_party/boringssl/include/openssl/bio.h +10 -11
- data/third_party/boringssl/include/openssl/bn.h +12 -9
- data/third_party/boringssl/include/openssl/buf.h +1 -1
- data/third_party/boringssl/include/openssl/bytestring.h +29 -0
- data/third_party/boringssl/include/openssl/conf.h +25 -0
- data/third_party/boringssl/include/openssl/crypto.h +6 -1
- data/third_party/boringssl/include/openssl/curve25519.h +6 -3
- data/third_party/boringssl/include/openssl/dh.h +7 -3
- data/third_party/boringssl/include/openssl/dsa.h +108 -51
- data/third_party/boringssl/include/openssl/ec.h +46 -21
- data/third_party/boringssl/include/openssl/ec_key.h +78 -42
- data/third_party/boringssl/include/openssl/ecdsa.h +4 -4
- data/third_party/boringssl/include/openssl/err.h +3 -2
- data/third_party/boringssl/include/openssl/evp.h +120 -37
- data/third_party/boringssl/include/openssl/mem.h +4 -13
- data/third_party/boringssl/include/openssl/obj_mac.h +4 -0
- data/third_party/boringssl/include/openssl/pem.h +0 -9
- data/third_party/boringssl/include/openssl/pkcs8.h +6 -2
- data/third_party/boringssl/include/openssl/rand.h +3 -0
- data/third_party/boringssl/include/openssl/rsa.h +42 -42
- data/third_party/boringssl/include/openssl/ssl.h +115 -41
- data/third_party/boringssl/include/openssl/stack.h +0 -3
- data/third_party/boringssl/include/openssl/stack_macros.h +0 -256
- data/third_party/boringssl/include/openssl/tls1.h +1 -1
- data/third_party/boringssl/include/openssl/x509.h +0 -2
- data/third_party/boringssl/include/openssl/x509_vfy.h +5 -0
- data/third_party/boringssl/ssl/d1_both.c +102 -101
- data/third_party/boringssl/ssl/d1_clnt.c +145 -150
- data/third_party/boringssl/ssl/d1_lib.c +63 -62
- data/third_party/boringssl/ssl/d1_pkt.c +73 -71
- data/third_party/boringssl/ssl/d1_srvr.c +116 -125
- data/third_party/boringssl/ssl/dtls_record.c +3 -3
- data/third_party/boringssl/ssl/internal.h +210 -208
- data/third_party/boringssl/ssl/pqueue/pqueue.c +2 -2
- data/third_party/boringssl/ssl/s3_both.c +116 -130
- data/third_party/boringssl/ssl/s3_clnt.c +589 -740
- data/third_party/boringssl/ssl/s3_enc.c +52 -151
- data/third_party/boringssl/ssl/s3_lib.c +70 -76
- data/third_party/boringssl/ssl/s3_pkt.c +105 -144
- data/third_party/boringssl/ssl/s3_srvr.c +542 -806
- data/third_party/boringssl/ssl/ssl_aead_ctx.c +1 -1
- data/third_party/boringssl/ssl/ssl_cert.c +2 -2
- data/third_party/boringssl/ssl/ssl_cipher.c +7 -3
- data/third_party/boringssl/ssl/ssl_ecdh.c +374 -0
- data/third_party/boringssl/ssl/ssl_lib.c +260 -221
- data/third_party/boringssl/ssl/ssl_session.c +17 -17
- data/third_party/boringssl/ssl/t1_enc.c +128 -273
- data/third_party/boringssl/ssl/t1_lib.c +134 -258
- data/third_party/boringssl/ssl/test/test_config.h +2 -0
- data/third_party/boringssl/ssl/tls_record.c +52 -15
- metadata +385 -359
- data/src/core/channel/client_uchannel.c +0 -243
- data/src/core/channel/client_uchannel.h +0 -60
- data/src/core/channel/connected_channel.h +0 -51
- data/src/core/client_config/lb_policies/pick_first.h +0 -43
- data/src/core/client_config/resolvers/dns_resolver.h +0 -42
- data/src/core/client_config/subchannel_factory.h +0 -66
- data/src/core/httpcli/parser.c +0 -211
- data/src/core/iomgr/fd_posix.c +0 -451
- data/src/core/iomgr/fd_posix.h +0 -192
- data/src/core/iomgr/pollset_multipoller_with_epoll.c +0 -324
- data/src/core/iomgr/pollset_multipoller_with_poll_posix.c +0 -234
- data/src/core/iomgr/pollset_posix.c +0 -633
- data/src/core/iomgr/pollset_posix.h +0 -153
- data/src/core/iomgr/pollset_set_posix.c +0 -202
- data/src/core/iomgr/pollset_set_posix.h +0 -45
- data/src/core/surface/init.c +0 -174
- data/src/core/surface/init_secure.c +0 -42
- data/src/core/surface/server_create.c +0 -48
- data/src/core/transport/chttp2/huffsyms.c +0 -297
- data/src/ruby/bin/grpc_ruby_interop_client +0 -33
- data/src/ruby/bin/grpc_ruby_interop_server +0 -33
- data/third_party/boringssl/crypto/dsa/internal.h +0 -78
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ae8e94c1113ee1e094dcb56ad7628984eea0fcf
|
4
|
+
data.tar.gz: 82af155215bc92c7f51e5f64f13ec463a6250ffd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dc9d2fda8441cc7153110e5422826cfdfeadf43a6ba6d04d8c3b2623e6a3ab1f40189dacbd3849a7e54ea8ac9acf703dfe77043fdeba4f97ec3be76a7f5bca7
|
7
|
+
data.tar.gz: a3e42c25b169c76eec97a2eb3d1cd1992224834971eddd4f73ca63b49049cd4f00ebb92630e164bd54027b07ec929ff2168bf73749cb8ea87b76438e6244f74f
|
data/Makefile
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
# This file can be regenerated from the template by running
|
6
6
|
# tools/buildgen/generate_projects.sh
|
7
7
|
|
8
|
-
# Copyright 2015
|
8
|
+
# Copyright 2015, Google Inc.
|
9
9
|
# All rights reserved.
|
10
10
|
#
|
11
11
|
# Redistribution and use in source and binary forms, with or without
|
@@ -95,6 +95,56 @@ LDXX_opt = $(DEFAULT_CXX)
|
|
95
95
|
CPPFLAGS_opt = -O2
|
96
96
|
DEFINES_opt = NDEBUG
|
97
97
|
|
98
|
+
VALID_CONFIG_asan-trace-cmp = 1
|
99
|
+
REQUIRE_CUSTOM_LIBRARIES_asan-trace-cmp = 1
|
100
|
+
CC_asan-trace-cmp = clang
|
101
|
+
CXX_asan-trace-cmp = clang++
|
102
|
+
LD_asan-trace-cmp = clang
|
103
|
+
LDXX_asan-trace-cmp = clang++
|
104
|
+
CPPFLAGS_asan-trace-cmp = -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
|
105
|
+
LDFLAGS_asan-trace-cmp = -fsanitize=address
|
106
|
+
DEFINES_asan-trace-cmp += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=3
|
107
|
+
|
108
|
+
VALID_CONFIG_dbg = 1
|
109
|
+
CC_dbg = $(DEFAULT_CC)
|
110
|
+
CXX_dbg = $(DEFAULT_CXX)
|
111
|
+
LD_dbg = $(DEFAULT_CC)
|
112
|
+
LDXX_dbg = $(DEFAULT_CXX)
|
113
|
+
CPPFLAGS_dbg = -O0
|
114
|
+
DEFINES_dbg = _DEBUG DEBUG
|
115
|
+
|
116
|
+
VALID_CONFIG_easan = 1
|
117
|
+
REQUIRE_CUSTOM_LIBRARIES_easan = 1
|
118
|
+
CC_easan = clang
|
119
|
+
CXX_easan = clang++
|
120
|
+
LD_easan = clang
|
121
|
+
LDXX_easan = clang++
|
122
|
+
CPPFLAGS_easan = -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
|
123
|
+
LDFLAGS_easan = -fsanitize=address
|
124
|
+
DEFINES_easan = _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
|
125
|
+
DEFINES_easan += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=3
|
126
|
+
|
127
|
+
VALID_CONFIG_asan = 1
|
128
|
+
REQUIRE_CUSTOM_LIBRARIES_asan = 1
|
129
|
+
CC_asan = clang
|
130
|
+
CXX_asan = clang++
|
131
|
+
LD_asan = clang
|
132
|
+
LDXX_asan = clang++
|
133
|
+
CPPFLAGS_asan = -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
|
134
|
+
LDFLAGS_asan = -fsanitize=address
|
135
|
+
DEFINES_asan += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=3
|
136
|
+
|
137
|
+
VALID_CONFIG_msan = 1
|
138
|
+
REQUIRE_CUSTOM_LIBRARIES_msan = 1
|
139
|
+
CC_msan = clang
|
140
|
+
CXX_msan = clang++
|
141
|
+
LD_msan = clang
|
142
|
+
LDXX_msan = clang++
|
143
|
+
CPPFLAGS_msan = -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
|
144
|
+
LDFLAGS_msan = -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
|
145
|
+
DEFINES_msan = NDEBUG
|
146
|
+
DEFINES_msan += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=4
|
147
|
+
|
98
148
|
VALID_CONFIG_basicprof = 1
|
99
149
|
CC_basicprof = $(DEFAULT_CC)
|
100
150
|
CXX_basicprof = $(DEFAULT_CXX)
|
@@ -119,28 +169,38 @@ CC_asan-noleaks = clang
|
|
119
169
|
CXX_asan-noleaks = clang++
|
120
170
|
LD_asan-noleaks = clang
|
121
171
|
LDXX_asan-noleaks = clang++
|
122
|
-
CPPFLAGS_asan-noleaks = -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
|
172
|
+
CPPFLAGS_asan-noleaks = -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
|
123
173
|
LDFLAGS_asan-noleaks = -fsanitize=address
|
124
174
|
DEFINES_asan-noleaks += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=3
|
125
175
|
|
176
|
+
VALID_CONFIG_edbg = 1
|
177
|
+
CC_edbg = $(DEFAULT_CC)
|
178
|
+
CXX_edbg = $(DEFAULT_CXX)
|
179
|
+
LD_edbg = $(DEFAULT_CC)
|
180
|
+
LDXX_edbg = $(DEFAULT_CXX)
|
181
|
+
CPPFLAGS_edbg = -O0
|
182
|
+
DEFINES_edbg = _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
|
183
|
+
|
126
184
|
VALID_CONFIG_ubsan = 1
|
127
185
|
REQUIRE_CUSTOM_LIBRARIES_ubsan = 1
|
128
186
|
CC_ubsan = clang
|
129
187
|
CXX_ubsan = clang++
|
130
188
|
LD_ubsan = clang
|
131
189
|
LDXX_ubsan = clang++
|
132
|
-
CPPFLAGS_ubsan = -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
|
190
|
+
CPPFLAGS_ubsan = -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
|
133
191
|
LDFLAGS_ubsan = -fsanitize=undefined
|
134
192
|
DEFINES_ubsan = NDEBUG
|
135
193
|
DEFINES_ubsan += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=1.5
|
136
194
|
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
195
|
+
VALID_CONFIG_tsan = 1
|
196
|
+
REQUIRE_CUSTOM_LIBRARIES_tsan = 1
|
197
|
+
CC_tsan = clang
|
198
|
+
CXX_tsan = clang++
|
199
|
+
LD_tsan = clang
|
200
|
+
LDXX_tsan = clang++
|
201
|
+
CPPFLAGS_tsan = -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
|
202
|
+
LDFLAGS_tsan = -fsanitize=thread
|
203
|
+
DEFINES_tsan += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=5
|
144
204
|
|
145
205
|
VALID_CONFIG_stapprof = 1
|
146
206
|
CC_stapprof = $(DEFAULT_CC)
|
@@ -150,14 +210,14 @@ LDXX_stapprof = $(DEFAULT_CXX)
|
|
150
210
|
CPPFLAGS_stapprof = -O2 -DGRPC_STAP_PROFILER
|
151
211
|
DEFINES_stapprof = NDEBUG
|
152
212
|
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
213
|
+
VALID_CONFIG_mutrace = 1
|
214
|
+
CC_mutrace = $(DEFAULT_CC)
|
215
|
+
CXX_mutrace = $(DEFAULT_CXX)
|
216
|
+
LD_mutrace = $(DEFAULT_CC)
|
217
|
+
LDXX_mutrace = $(DEFAULT_CXX)
|
218
|
+
CPPFLAGS_mutrace = -O0
|
219
|
+
LDFLAGS_mutrace = -rdynamic
|
220
|
+
DEFINES_mutrace = _DEBUG DEBUG
|
161
221
|
|
162
222
|
VALID_CONFIG_memcheck = 1
|
163
223
|
CC_memcheck = $(DEFAULT_CC)
|
@@ -169,45 +229,25 @@ LDFLAGS_memcheck = -rdynamic
|
|
169
229
|
DEFINES_memcheck = _DEBUG DEBUG
|
170
230
|
DEFINES_memcheck += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=10
|
171
231
|
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
VALID_CONFIG_tsan = 1
|
183
|
-
REQUIRE_CUSTOM_LIBRARIES_tsan = 1
|
184
|
-
CC_tsan = clang
|
185
|
-
CXX_tsan = clang++
|
186
|
-
LD_tsan = clang
|
187
|
-
LDXX_tsan = clang++
|
188
|
-
CPPFLAGS_tsan = -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
|
189
|
-
LDFLAGS_tsan = -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
|
190
|
-
DEFINES_tsan += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=5
|
191
|
-
|
192
|
-
VALID_CONFIG_msan = 1
|
193
|
-
REQUIRE_CUSTOM_LIBRARIES_msan = 1
|
194
|
-
CC_msan = clang
|
195
|
-
CXX_msan = clang++
|
196
|
-
LD_msan = clang
|
197
|
-
LDXX_msan = clang++
|
198
|
-
CPPFLAGS_msan = -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
|
199
|
-
LDFLAGS_msan = -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
|
200
|
-
DEFINES_msan = NDEBUG
|
201
|
-
DEFINES_msan += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=4
|
232
|
+
VALID_CONFIG_etsan = 1
|
233
|
+
REQUIRE_CUSTOM_LIBRARIES_etsan = 1
|
234
|
+
CC_etsan = clang
|
235
|
+
CXX_etsan = clang++
|
236
|
+
LD_etsan = clang
|
237
|
+
LDXX_etsan = clang++
|
238
|
+
CPPFLAGS_etsan = -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
|
239
|
+
LDFLAGS_etsan = -fsanitize=thread
|
240
|
+
DEFINES_etsan = _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
|
241
|
+
DEFINES_etsan += GRPC_TEST_SLOWDOWN_BUILD_FACTOR=5
|
202
242
|
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
243
|
+
VALID_CONFIG_gcov = 1
|
244
|
+
CC_gcov = gcc
|
245
|
+
CXX_gcov = g++
|
246
|
+
LD_gcov = gcc
|
247
|
+
LDXX_gcov = g++
|
248
|
+
CPPFLAGS_gcov = -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
|
249
|
+
LDFLAGS_gcov = -fprofile-arcs -ftest-coverage -rdynamic
|
250
|
+
DEFINES_gcov = _DEBUG DEBUG GPR_GCOV
|
211
251
|
|
212
252
|
|
213
253
|
|
@@ -367,7 +407,7 @@ E = @echo
|
|
367
407
|
Q = @
|
368
408
|
endif
|
369
409
|
|
370
|
-
VERSION = 0.
|
410
|
+
VERSION = 0.14.1-pre1
|
371
411
|
|
372
412
|
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
|
373
413
|
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
|
@@ -739,7 +779,7 @@ endif
|
|
739
779
|
|
740
780
|
.SECONDARY = %.pb.h %.pb.cc
|
741
781
|
|
742
|
-
PROTOC_PLUGINS = $(BINDIR)/$(CONFIG)/grpc_cpp_plugin $(BINDIR)/$(CONFIG)/grpc_csharp_plugin $(BINDIR)/$(CONFIG)/grpc_objective_c_plugin $(BINDIR)/$(CONFIG)/grpc_python_plugin $(BINDIR)/$(CONFIG)/grpc_ruby_plugin
|
782
|
+
PROTOC_PLUGINS = $(BINDIR)/$(CONFIG)/grpc_cpp_plugin $(BINDIR)/$(CONFIG)/grpc_csharp_plugin $(BINDIR)/$(CONFIG)/grpc_node_plugin $(BINDIR)/$(CONFIG)/grpc_objective_c_plugin $(BINDIR)/$(CONFIG)/grpc_python_plugin $(BINDIR)/$(CONFIG)/grpc_ruby_plugin
|
743
783
|
ifeq ($(DEP_MISSING),)
|
744
784
|
all: static shared plugins
|
745
785
|
dep_error:
|
@@ -841,6 +881,7 @@ alarm_test: $(BINDIR)/$(CONFIG)/alarm_test
|
|
841
881
|
algorithm_test: $(BINDIR)/$(CONFIG)/algorithm_test
|
842
882
|
alloc_test: $(BINDIR)/$(CONFIG)/alloc_test
|
843
883
|
alpn_test: $(BINDIR)/$(CONFIG)/alpn_test
|
884
|
+
api_fuzzer: $(BINDIR)/$(CONFIG)/api_fuzzer
|
844
885
|
bin_encoder_test: $(BINDIR)/$(CONFIG)/bin_encoder_test
|
845
886
|
census_context_test: $(BINDIR)/$(CONFIG)/census_context_test
|
846
887
|
channel_create_test: $(BINDIR)/$(CONFIG)/channel_create_test
|
@@ -848,7 +889,10 @@ chttp2_hpack_encoder_test: $(BINDIR)/$(CONFIG)/chttp2_hpack_encoder_test
|
|
848
889
|
chttp2_status_conversion_test: $(BINDIR)/$(CONFIG)/chttp2_status_conversion_test
|
849
890
|
chttp2_stream_map_test: $(BINDIR)/$(CONFIG)/chttp2_stream_map_test
|
850
891
|
chttp2_varint_test: $(BINDIR)/$(CONFIG)/chttp2_varint_test
|
892
|
+
client_fuzzer: $(BINDIR)/$(CONFIG)/client_fuzzer
|
851
893
|
compression_test: $(BINDIR)/$(CONFIG)/compression_test
|
894
|
+
concurrent_connectivity_test: $(BINDIR)/$(CONFIG)/concurrent_connectivity_test
|
895
|
+
dns_resolver_connectivity_test: $(BINDIR)/$(CONFIG)/dns_resolver_connectivity_test
|
852
896
|
dns_resolver_test: $(BINDIR)/$(CONFIG)/dns_resolver_test
|
853
897
|
dualstack_socket_test: $(BINDIR)/$(CONFIG)/dualstack_socket_test
|
854
898
|
endpoint_pair_test: $(BINDIR)/$(CONFIG)/endpoint_pair_test
|
@@ -860,7 +904,9 @@ fling_stream_test: $(BINDIR)/$(CONFIG)/fling_stream_test
|
|
860
904
|
fling_test: $(BINDIR)/$(CONFIG)/fling_test
|
861
905
|
gen_hpack_tables: $(BINDIR)/$(CONFIG)/gen_hpack_tables
|
862
906
|
gen_legal_metadata_characters: $(BINDIR)/$(CONFIG)/gen_legal_metadata_characters
|
907
|
+
goaway_server_test: $(BINDIR)/$(CONFIG)/goaway_server_test
|
863
908
|
gpr_avl_test: $(BINDIR)/$(CONFIG)/gpr_avl_test
|
909
|
+
gpr_backoff_test: $(BINDIR)/$(CONFIG)/gpr_backoff_test
|
864
910
|
gpr_cmdline_test: $(BINDIR)/$(CONFIG)/gpr_cmdline_test
|
865
911
|
gpr_cpu_test: $(BINDIR)/$(CONFIG)/gpr_cpu_test
|
866
912
|
gpr_env_test: $(BINDIR)/$(CONFIG)/gpr_env_test
|
@@ -892,14 +938,20 @@ grpc_jwt_verifier_test: $(BINDIR)/$(CONFIG)/grpc_jwt_verifier_test
|
|
892
938
|
grpc_print_google_default_creds_token: $(BINDIR)/$(CONFIG)/grpc_print_google_default_creds_token
|
893
939
|
grpc_security_connector_test: $(BINDIR)/$(CONFIG)/grpc_security_connector_test
|
894
940
|
grpc_verify_jwt: $(BINDIR)/$(CONFIG)/grpc_verify_jwt
|
941
|
+
hpack_parser_fuzzer_test: $(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test
|
895
942
|
hpack_parser_test: $(BINDIR)/$(CONFIG)/hpack_parser_test
|
896
943
|
hpack_table_test: $(BINDIR)/$(CONFIG)/hpack_table_test
|
944
|
+
http_fuzzer_test: $(BINDIR)/$(CONFIG)/http_fuzzer_test
|
945
|
+
http_parser_test: $(BINDIR)/$(CONFIG)/http_parser_test
|
897
946
|
httpcli_format_request_test: $(BINDIR)/$(CONFIG)/httpcli_format_request_test
|
898
|
-
httpcli_parser_test: $(BINDIR)/$(CONFIG)/httpcli_parser_test
|
899
947
|
httpcli_test: $(BINDIR)/$(CONFIG)/httpcli_test
|
900
948
|
httpscli_test: $(BINDIR)/$(CONFIG)/httpscli_test
|
901
949
|
init_test: $(BINDIR)/$(CONFIG)/init_test
|
950
|
+
internal_api_canary_iomgr_test: $(BINDIR)/$(CONFIG)/internal_api_canary_iomgr_test
|
951
|
+
internal_api_canary_support_test: $(BINDIR)/$(CONFIG)/internal_api_canary_support_test
|
952
|
+
internal_api_canary_transport_test: $(BINDIR)/$(CONFIG)/internal_api_canary_transport_test
|
902
953
|
invalid_call_argument_test: $(BINDIR)/$(CONFIG)/invalid_call_argument_test
|
954
|
+
json_fuzzer_test: $(BINDIR)/$(CONFIG)/json_fuzzer_test
|
903
955
|
json_rewrite: $(BINDIR)/$(CONFIG)/json_rewrite
|
904
956
|
json_rewrite_test: $(BINDIR)/$(CONFIG)/json_rewrite_test
|
905
957
|
json_stream_error_test: $(BINDIR)/$(CONFIG)/json_stream_error_test
|
@@ -911,11 +963,14 @@ message_compress_test: $(BINDIR)/$(CONFIG)/message_compress_test
|
|
911
963
|
mlog_test: $(BINDIR)/$(CONFIG)/mlog_test
|
912
964
|
multiple_server_queues_test: $(BINDIR)/$(CONFIG)/multiple_server_queues_test
|
913
965
|
murmur_hash_test: $(BINDIR)/$(CONFIG)/murmur_hash_test
|
966
|
+
nanopb_fuzzer_response_test: $(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test
|
967
|
+
nanopb_fuzzer_serverlist_test: $(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test
|
914
968
|
no_server_test: $(BINDIR)/$(CONFIG)/no_server_test
|
915
969
|
resolve_address_test: $(BINDIR)/$(CONFIG)/resolve_address_test
|
916
970
|
secure_channel_create_test: $(BINDIR)/$(CONFIG)/secure_channel_create_test
|
917
971
|
secure_endpoint_test: $(BINDIR)/$(CONFIG)/secure_endpoint_test
|
918
972
|
server_chttp2_test: $(BINDIR)/$(CONFIG)/server_chttp2_test
|
973
|
+
server_fuzzer: $(BINDIR)/$(CONFIG)/server_fuzzer
|
919
974
|
server_test: $(BINDIR)/$(CONFIG)/server_test
|
920
975
|
set_initial_connect_string_test: $(BINDIR)/$(CONFIG)/set_initial_connect_string_test
|
921
976
|
sockaddr_resolver_test: $(BINDIR)/$(CONFIG)/sockaddr_resolver_test
|
@@ -933,6 +988,7 @@ transport_connectivity_state_test: $(BINDIR)/$(CONFIG)/transport_connectivity_st
|
|
933
988
|
transport_metadata_test: $(BINDIR)/$(CONFIG)/transport_metadata_test
|
934
989
|
transport_security_test: $(BINDIR)/$(CONFIG)/transport_security_test
|
935
990
|
udp_server_test: $(BINDIR)/$(CONFIG)/udp_server_test
|
991
|
+
uri_fuzzer_test: $(BINDIR)/$(CONFIG)/uri_fuzzer_test
|
936
992
|
uri_parser_test: $(BINDIR)/$(CONFIG)/uri_parser_test
|
937
993
|
workqueue_test: $(BINDIR)/$(CONFIG)/workqueue_test
|
938
994
|
alarm_cpp_test: $(BINDIR)/$(CONFIG)/alarm_cpp_test
|
@@ -944,6 +1000,8 @@ channel_arguments_test: $(BINDIR)/$(CONFIG)/channel_arguments_test
|
|
944
1000
|
cli_call_test: $(BINDIR)/$(CONFIG)/cli_call_test
|
945
1001
|
client_crash_test: $(BINDIR)/$(CONFIG)/client_crash_test
|
946
1002
|
client_crash_test_server: $(BINDIR)/$(CONFIG)/client_crash_test_server
|
1003
|
+
codegen_test_full: $(BINDIR)/$(CONFIG)/codegen_test_full
|
1004
|
+
codegen_test_minimal: $(BINDIR)/$(CONFIG)/codegen_test_minimal
|
947
1005
|
credentials_test: $(BINDIR)/$(CONFIG)/credentials_test
|
948
1006
|
cxx_byte_buffer_test: $(BINDIR)/$(CONFIG)/cxx_byte_buffer_test
|
949
1007
|
cxx_slice_test: $(BINDIR)/$(CONFIG)/cxx_slice_test
|
@@ -952,9 +1010,11 @@ cxx_time_test: $(BINDIR)/$(CONFIG)/cxx_time_test
|
|
952
1010
|
end2end_test: $(BINDIR)/$(CONFIG)/end2end_test
|
953
1011
|
generic_async_streaming_ping_pong_test: $(BINDIR)/$(CONFIG)/generic_async_streaming_ping_pong_test
|
954
1012
|
generic_end2end_test: $(BINDIR)/$(CONFIG)/generic_end2end_test
|
1013
|
+
golden_file_test: $(BINDIR)/$(CONFIG)/golden_file_test
|
955
1014
|
grpc_cli: $(BINDIR)/$(CONFIG)/grpc_cli
|
956
1015
|
grpc_cpp_plugin: $(BINDIR)/$(CONFIG)/grpc_cpp_plugin
|
957
1016
|
grpc_csharp_plugin: $(BINDIR)/$(CONFIG)/grpc_csharp_plugin
|
1017
|
+
grpc_node_plugin: $(BINDIR)/$(CONFIG)/grpc_node_plugin
|
958
1018
|
grpc_objective_c_plugin: $(BINDIR)/$(CONFIG)/grpc_objective_c_plugin
|
959
1019
|
grpc_python_plugin: $(BINDIR)/$(CONFIG)/grpc_python_plugin
|
960
1020
|
grpc_ruby_plugin: $(BINDIR)/$(CONFIG)/grpc_ruby_plugin
|
@@ -963,10 +1023,11 @@ hybrid_end2end_test: $(BINDIR)/$(CONFIG)/hybrid_end2end_test
|
|
963
1023
|
interop_client: $(BINDIR)/$(CONFIG)/interop_client
|
964
1024
|
interop_server: $(BINDIR)/$(CONFIG)/interop_server
|
965
1025
|
interop_test: $(BINDIR)/$(CONFIG)/interop_test
|
1026
|
+
json_run_localhost: $(BINDIR)/$(CONFIG)/json_run_localhost
|
966
1027
|
metrics_client: $(BINDIR)/$(CONFIG)/metrics_client
|
967
1028
|
mock_test: $(BINDIR)/$(CONFIG)/mock_test
|
968
|
-
qps_driver: $(BINDIR)/$(CONFIG)/qps_driver
|
969
1029
|
qps_interarrival_test: $(BINDIR)/$(CONFIG)/qps_interarrival_test
|
1030
|
+
qps_json_driver: $(BINDIR)/$(CONFIG)/qps_json_driver
|
970
1031
|
qps_openloop_test: $(BINDIR)/$(CONFIG)/qps_openloop_test
|
971
1032
|
qps_test: $(BINDIR)/$(CONFIG)/qps_test
|
972
1033
|
qps_worker: $(BINDIR)/$(CONFIG)/qps_worker
|
@@ -986,6 +1047,7 @@ thread_stress_test: $(BINDIR)/$(CONFIG)/thread_stress_test
|
|
986
1047
|
zookeeper_test: $(BINDIR)/$(CONFIG)/zookeeper_test
|
987
1048
|
public_headers_must_be_c89: $(BINDIR)/$(CONFIG)/public_headers_must_be_c89
|
988
1049
|
boringssl_aes_test: $(BINDIR)/$(CONFIG)/boringssl_aes_test
|
1050
|
+
boringssl_asn1_test: $(BINDIR)/$(CONFIG)/boringssl_asn1_test
|
989
1051
|
boringssl_base64_test: $(BINDIR)/$(CONFIG)/boringssl_base64_test
|
990
1052
|
boringssl_bio_test: $(BINDIR)/$(CONFIG)/boringssl_bio_test
|
991
1053
|
boringssl_bn_test: $(BINDIR)/$(CONFIG)/boringssl_bn_test
|
@@ -1017,12 +1079,14 @@ boringssl_refcount_test: $(BINDIR)/$(CONFIG)/boringssl_refcount_test
|
|
1017
1079
|
boringssl_rsa_test: $(BINDIR)/$(CONFIG)/boringssl_rsa_test
|
1018
1080
|
boringssl_thread_test: $(BINDIR)/$(CONFIG)/boringssl_thread_test
|
1019
1081
|
boringssl_pkcs7_test: $(BINDIR)/$(CONFIG)/boringssl_pkcs7_test
|
1082
|
+
boringssl_x509_test: $(BINDIR)/$(CONFIG)/boringssl_x509_test
|
1020
1083
|
boringssl_tab_test: $(BINDIR)/$(CONFIG)/boringssl_tab_test
|
1021
1084
|
boringssl_v3name_test: $(BINDIR)/$(CONFIG)/boringssl_v3name_test
|
1022
1085
|
boringssl_pqueue_test: $(BINDIR)/$(CONFIG)/boringssl_pqueue_test
|
1023
1086
|
boringssl_ssl_test: $(BINDIR)/$(CONFIG)/boringssl_ssl_test
|
1024
1087
|
badreq_bad_client_test: $(BINDIR)/$(CONFIG)/badreq_bad_client_test
|
1025
1088
|
connection_prefix_bad_client_test: $(BINDIR)/$(CONFIG)/connection_prefix_bad_client_test
|
1089
|
+
head_of_line_blocking_bad_client_test: $(BINDIR)/$(CONFIG)/head_of_line_blocking_bad_client_test
|
1026
1090
|
headers_bad_client_test: $(BINDIR)/$(CONFIG)/headers_bad_client_test
|
1027
1091
|
initial_settings_frame_bad_client_test: $(BINDIR)/$(CONFIG)/initial_settings_frame_bad_client_test
|
1028
1092
|
server_registered_method_bad_client_test: $(BINDIR)/$(CONFIG)/server_registered_method_bad_client_test
|
@@ -1038,32 +1102,35 @@ h2_compress_test: $(BINDIR)/$(CONFIG)/h2_compress_test
|
|
1038
1102
|
h2_fakesec_test: $(BINDIR)/$(CONFIG)/h2_fakesec_test
|
1039
1103
|
h2_full_test: $(BINDIR)/$(CONFIG)/h2_full_test
|
1040
1104
|
h2_full+pipe_test: $(BINDIR)/$(CONFIG)/h2_full+pipe_test
|
1041
|
-
h2_full+
|
1042
|
-
h2_full+poll+pipe_test: $(BINDIR)/$(CONFIG)/h2_full+poll+pipe_test
|
1105
|
+
h2_full+trace_test: $(BINDIR)/$(CONFIG)/h2_full+trace_test
|
1043
1106
|
h2_oauth2_test: $(BINDIR)/$(CONFIG)/h2_oauth2_test
|
1044
1107
|
h2_proxy_test: $(BINDIR)/$(CONFIG)/h2_proxy_test
|
1045
1108
|
h2_sockpair_test: $(BINDIR)/$(CONFIG)/h2_sockpair_test
|
1046
1109
|
h2_sockpair+trace_test: $(BINDIR)/$(CONFIG)/h2_sockpair+trace_test
|
1047
1110
|
h2_sockpair_1byte_test: $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_test
|
1048
1111
|
h2_ssl_test: $(BINDIR)/$(CONFIG)/h2_ssl_test
|
1049
|
-
|
1112
|
+
h2_ssl_cert_test: $(BINDIR)/$(CONFIG)/h2_ssl_cert_test
|
1050
1113
|
h2_ssl_proxy_test: $(BINDIR)/$(CONFIG)/h2_ssl_proxy_test
|
1051
|
-
h2_uchannel_test: $(BINDIR)/$(CONFIG)/h2_uchannel_test
|
1052
1114
|
h2_uds_test: $(BINDIR)/$(CONFIG)/h2_uds_test
|
1053
|
-
h2_uds+poll_test: $(BINDIR)/$(CONFIG)/h2_uds+poll_test
|
1054
1115
|
h2_census_nosec_test: $(BINDIR)/$(CONFIG)/h2_census_nosec_test
|
1055
1116
|
h2_compress_nosec_test: $(BINDIR)/$(CONFIG)/h2_compress_nosec_test
|
1056
1117
|
h2_full_nosec_test: $(BINDIR)/$(CONFIG)/h2_full_nosec_test
|
1057
1118
|
h2_full+pipe_nosec_test: $(BINDIR)/$(CONFIG)/h2_full+pipe_nosec_test
|
1058
|
-
h2_full+
|
1059
|
-
h2_full+poll+pipe_nosec_test: $(BINDIR)/$(CONFIG)/h2_full+poll+pipe_nosec_test
|
1119
|
+
h2_full+trace_nosec_test: $(BINDIR)/$(CONFIG)/h2_full+trace_nosec_test
|
1060
1120
|
h2_proxy_nosec_test: $(BINDIR)/$(CONFIG)/h2_proxy_nosec_test
|
1061
1121
|
h2_sockpair_nosec_test: $(BINDIR)/$(CONFIG)/h2_sockpair_nosec_test
|
1062
1122
|
h2_sockpair+trace_nosec_test: $(BINDIR)/$(CONFIG)/h2_sockpair+trace_nosec_test
|
1063
1123
|
h2_sockpair_1byte_nosec_test: $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_nosec_test
|
1064
|
-
h2_uchannel_nosec_test: $(BINDIR)/$(CONFIG)/h2_uchannel_nosec_test
|
1065
1124
|
h2_uds_nosec_test: $(BINDIR)/$(CONFIG)/h2_uds_nosec_test
|
1066
|
-
|
1125
|
+
api_fuzzer_one_entry: $(BINDIR)/$(CONFIG)/api_fuzzer_one_entry
|
1126
|
+
client_fuzzer_one_entry: $(BINDIR)/$(CONFIG)/client_fuzzer_one_entry
|
1127
|
+
hpack_parser_fuzzer_test_one_entry: $(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test_one_entry
|
1128
|
+
http_fuzzer_test_one_entry: $(BINDIR)/$(CONFIG)/http_fuzzer_test_one_entry
|
1129
|
+
json_fuzzer_test_one_entry: $(BINDIR)/$(CONFIG)/json_fuzzer_test_one_entry
|
1130
|
+
nanopb_fuzzer_response_test_one_entry: $(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test_one_entry
|
1131
|
+
nanopb_fuzzer_serverlist_test_one_entry: $(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test_one_entry
|
1132
|
+
server_fuzzer_one_entry: $(BINDIR)/$(CONFIG)/server_fuzzer_one_entry
|
1133
|
+
uri_fuzzer_test_one_entry: $(BINDIR)/$(CONFIG)/uri_fuzzer_test_one_entry
|
1067
1134
|
|
1068
1135
|
run_dep_checks:
|
1069
1136
|
$(OPENSSL_ALPN_CHECK_CMD) || true
|
@@ -1120,7 +1187,7 @@ plugins: $(PROTOC_PLUGINS)
|
|
1120
1187
|
|
1121
1188
|
privatelibs: privatelibs_c privatelibs_cxx
|
1122
1189
|
|
1123
|
-
privatelibs_c: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libreconnect_server.a $(LIBDIR)/$(CONFIG)/libtest_tcp_server.a $(LIBDIR)/$(CONFIG)/libz.a $(LIBDIR)/$(CONFIG)/libbad_client_test.a $(LIBDIR)/$(CONFIG)/libbad_ssl_test_server.a $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a
|
1190
|
+
privatelibs_c: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libreconnect_server.a $(LIBDIR)/$(CONFIG)/libtest_tcp_server.a $(LIBDIR)/$(CONFIG)/libz.a $(LIBDIR)/$(CONFIG)/libbad_client_test.a $(LIBDIR)/$(CONFIG)/libbad_ssl_test_server.a $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a
|
1124
1191
|
pc_c: $(LIBDIR)/$(CONFIG)/pkgconfig/grpc.pc
|
1125
1192
|
|
1126
1193
|
pc_c_unsecure: $(LIBDIR)/$(CONFIG)/pkgconfig/grpc_unsecure.pc
|
@@ -1135,7 +1202,7 @@ pc_cxx: $(LIBDIR)/$(CONFIG)/pkgconfig/grpc++.pc
|
|
1135
1202
|
|
1136
1203
|
pc_cxx_unsecure: $(LIBDIR)/$(CONFIG)/pkgconfig/grpc++_unsecure.pc
|
1137
1204
|
|
1138
|
-
privatelibs_cxx: $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libinterop_client_helper.a $(LIBDIR)/$(CONFIG)/libinterop_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_server_helper.a $(LIBDIR)/$(CONFIG)/libinterop_server_main.a $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl_aes_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_base64_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_bio_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_bn_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_bytestring_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_aead_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_cipher_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_cmac_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_ed25519_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_x25519_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_dh_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_digest_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_ec_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_ecdsa_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_err_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_evp_extra_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_evp_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_pbkdf_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_hmac_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_pkcs12_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_pkcs8_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_poly1305_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_rsa_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_ssl_test_lib.a
|
1205
|
+
privatelibs_cxx: $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libinterop_client_helper.a $(LIBDIR)/$(CONFIG)/libinterop_client_main.a $(LIBDIR)/$(CONFIG)/libinterop_server_helper.a $(LIBDIR)/$(CONFIG)/libinterop_server_main.a $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl_aes_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_asn1_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_base64_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_bio_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_bn_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_bytestring_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_aead_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_cipher_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_cmac_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_ed25519_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_x25519_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_dh_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_digest_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_ec_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_ecdsa_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_err_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_evp_extra_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_evp_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_pbkdf_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_hmac_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_pkcs12_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_pkcs8_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_poly1305_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_rsa_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_x509_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_ssl_test_lib.a
|
1139
1206
|
|
1140
1207
|
ifeq ($(HAS_ZOOKEEPER),true)
|
1141
1208
|
privatelibs_zookeeper:
|
@@ -1159,6 +1226,8 @@ buildtests_c: privatelibs_c \
|
|
1159
1226
|
$(BINDIR)/$(CONFIG)/chttp2_stream_map_test \
|
1160
1227
|
$(BINDIR)/$(CONFIG)/chttp2_varint_test \
|
1161
1228
|
$(BINDIR)/$(CONFIG)/compression_test \
|
1229
|
+
$(BINDIR)/$(CONFIG)/concurrent_connectivity_test \
|
1230
|
+
$(BINDIR)/$(CONFIG)/dns_resolver_connectivity_test \
|
1162
1231
|
$(BINDIR)/$(CONFIG)/dns_resolver_test \
|
1163
1232
|
$(BINDIR)/$(CONFIG)/dualstack_socket_test \
|
1164
1233
|
$(BINDIR)/$(CONFIG)/endpoint_pair_test \
|
@@ -1168,7 +1237,9 @@ buildtests_c: privatelibs_c \
|
|
1168
1237
|
$(BINDIR)/$(CONFIG)/fling_server \
|
1169
1238
|
$(BINDIR)/$(CONFIG)/fling_stream_test \
|
1170
1239
|
$(BINDIR)/$(CONFIG)/fling_test \
|
1240
|
+
$(BINDIR)/$(CONFIG)/goaway_server_test \
|
1171
1241
|
$(BINDIR)/$(CONFIG)/gpr_avl_test \
|
1242
|
+
$(BINDIR)/$(CONFIG)/gpr_backoff_test \
|
1172
1243
|
$(BINDIR)/$(CONFIG)/gpr_cmdline_test \
|
1173
1244
|
$(BINDIR)/$(CONFIG)/gpr_cpu_test \
|
1174
1245
|
$(BINDIR)/$(CONFIG)/gpr_env_test \
|
@@ -1198,11 +1269,14 @@ buildtests_c: privatelibs_c \
|
|
1198
1269
|
$(BINDIR)/$(CONFIG)/grpc_security_connector_test \
|
1199
1270
|
$(BINDIR)/$(CONFIG)/hpack_parser_test \
|
1200
1271
|
$(BINDIR)/$(CONFIG)/hpack_table_test \
|
1272
|
+
$(BINDIR)/$(CONFIG)/http_parser_test \
|
1201
1273
|
$(BINDIR)/$(CONFIG)/httpcli_format_request_test \
|
1202
|
-
$(BINDIR)/$(CONFIG)/httpcli_parser_test \
|
1203
1274
|
$(BINDIR)/$(CONFIG)/httpcli_test \
|
1204
1275
|
$(BINDIR)/$(CONFIG)/httpscli_test \
|
1205
1276
|
$(BINDIR)/$(CONFIG)/init_test \
|
1277
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_iomgr_test \
|
1278
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_support_test \
|
1279
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_transport_test \
|
1206
1280
|
$(BINDIR)/$(CONFIG)/invalid_call_argument_test \
|
1207
1281
|
$(BINDIR)/$(CONFIG)/json_rewrite \
|
1208
1282
|
$(BINDIR)/$(CONFIG)/json_rewrite_test \
|
@@ -1241,6 +1315,7 @@ buildtests_c: privatelibs_c \
|
|
1241
1315
|
$(BINDIR)/$(CONFIG)/public_headers_must_be_c89 \
|
1242
1316
|
$(BINDIR)/$(CONFIG)/badreq_bad_client_test \
|
1243
1317
|
$(BINDIR)/$(CONFIG)/connection_prefix_bad_client_test \
|
1318
|
+
$(BINDIR)/$(CONFIG)/head_of_line_blocking_bad_client_test \
|
1244
1319
|
$(BINDIR)/$(CONFIG)/headers_bad_client_test \
|
1245
1320
|
$(BINDIR)/$(CONFIG)/initial_settings_frame_bad_client_test \
|
1246
1321
|
$(BINDIR)/$(CONFIG)/server_registered_method_bad_client_test \
|
@@ -1256,32 +1331,35 @@ buildtests_c: privatelibs_c \
|
|
1256
1331
|
$(BINDIR)/$(CONFIG)/h2_fakesec_test \
|
1257
1332
|
$(BINDIR)/$(CONFIG)/h2_full_test \
|
1258
1333
|
$(BINDIR)/$(CONFIG)/h2_full+pipe_test \
|
1259
|
-
$(BINDIR)/$(CONFIG)/h2_full+
|
1260
|
-
$(BINDIR)/$(CONFIG)/h2_full+poll+pipe_test \
|
1334
|
+
$(BINDIR)/$(CONFIG)/h2_full+trace_test \
|
1261
1335
|
$(BINDIR)/$(CONFIG)/h2_oauth2_test \
|
1262
1336
|
$(BINDIR)/$(CONFIG)/h2_proxy_test \
|
1263
1337
|
$(BINDIR)/$(CONFIG)/h2_sockpair_test \
|
1264
1338
|
$(BINDIR)/$(CONFIG)/h2_sockpair+trace_test \
|
1265
1339
|
$(BINDIR)/$(CONFIG)/h2_sockpair_1byte_test \
|
1266
1340
|
$(BINDIR)/$(CONFIG)/h2_ssl_test \
|
1267
|
-
$(BINDIR)/$(CONFIG)/
|
1341
|
+
$(BINDIR)/$(CONFIG)/h2_ssl_cert_test \
|
1268
1342
|
$(BINDIR)/$(CONFIG)/h2_ssl_proxy_test \
|
1269
|
-
$(BINDIR)/$(CONFIG)/h2_uchannel_test \
|
1270
1343
|
$(BINDIR)/$(CONFIG)/h2_uds_test \
|
1271
|
-
$(BINDIR)/$(CONFIG)/h2_uds+poll_test \
|
1272
1344
|
$(BINDIR)/$(CONFIG)/h2_census_nosec_test \
|
1273
1345
|
$(BINDIR)/$(CONFIG)/h2_compress_nosec_test \
|
1274
1346
|
$(BINDIR)/$(CONFIG)/h2_full_nosec_test \
|
1275
1347
|
$(BINDIR)/$(CONFIG)/h2_full+pipe_nosec_test \
|
1276
|
-
$(BINDIR)/$(CONFIG)/h2_full+
|
1277
|
-
$(BINDIR)/$(CONFIG)/h2_full+poll+pipe_nosec_test \
|
1348
|
+
$(BINDIR)/$(CONFIG)/h2_full+trace_nosec_test \
|
1278
1349
|
$(BINDIR)/$(CONFIG)/h2_proxy_nosec_test \
|
1279
1350
|
$(BINDIR)/$(CONFIG)/h2_sockpair_nosec_test \
|
1280
1351
|
$(BINDIR)/$(CONFIG)/h2_sockpair+trace_nosec_test \
|
1281
1352
|
$(BINDIR)/$(CONFIG)/h2_sockpair_1byte_nosec_test \
|
1282
|
-
$(BINDIR)/$(CONFIG)/h2_uchannel_nosec_test \
|
1283
1353
|
$(BINDIR)/$(CONFIG)/h2_uds_nosec_test \
|
1284
|
-
$(BINDIR)/$(CONFIG)/
|
1354
|
+
$(BINDIR)/$(CONFIG)/api_fuzzer_one_entry \
|
1355
|
+
$(BINDIR)/$(CONFIG)/client_fuzzer_one_entry \
|
1356
|
+
$(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test_one_entry \
|
1357
|
+
$(BINDIR)/$(CONFIG)/http_fuzzer_test_one_entry \
|
1358
|
+
$(BINDIR)/$(CONFIG)/json_fuzzer_test_one_entry \
|
1359
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test_one_entry \
|
1360
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test_one_entry \
|
1361
|
+
$(BINDIR)/$(CONFIG)/server_fuzzer_one_entry \
|
1362
|
+
$(BINDIR)/$(CONFIG)/uri_fuzzer_test_one_entry \
|
1285
1363
|
|
1286
1364
|
|
1287
1365
|
buildtests_cxx: buildtests_zookeeper privatelibs_cxx \
|
@@ -1294,6 +1372,8 @@ buildtests_cxx: buildtests_zookeeper privatelibs_cxx \
|
|
1294
1372
|
$(BINDIR)/$(CONFIG)/cli_call_test \
|
1295
1373
|
$(BINDIR)/$(CONFIG)/client_crash_test \
|
1296
1374
|
$(BINDIR)/$(CONFIG)/client_crash_test_server \
|
1375
|
+
$(BINDIR)/$(CONFIG)/codegen_test_full \
|
1376
|
+
$(BINDIR)/$(CONFIG)/codegen_test_minimal \
|
1297
1377
|
$(BINDIR)/$(CONFIG)/credentials_test \
|
1298
1378
|
$(BINDIR)/$(CONFIG)/cxx_byte_buffer_test \
|
1299
1379
|
$(BINDIR)/$(CONFIG)/cxx_slice_test \
|
@@ -1302,17 +1382,21 @@ buildtests_cxx: buildtests_zookeeper privatelibs_cxx \
|
|
1302
1382
|
$(BINDIR)/$(CONFIG)/end2end_test \
|
1303
1383
|
$(BINDIR)/$(CONFIG)/generic_async_streaming_ping_pong_test \
|
1304
1384
|
$(BINDIR)/$(CONFIG)/generic_end2end_test \
|
1385
|
+
$(BINDIR)/$(CONFIG)/golden_file_test \
|
1305
1386
|
$(BINDIR)/$(CONFIG)/grpc_cli \
|
1306
1387
|
$(BINDIR)/$(CONFIG)/grpclb_api_test \
|
1307
1388
|
$(BINDIR)/$(CONFIG)/hybrid_end2end_test \
|
1308
1389
|
$(BINDIR)/$(CONFIG)/interop_client \
|
1309
1390
|
$(BINDIR)/$(CONFIG)/interop_server \
|
1310
1391
|
$(BINDIR)/$(CONFIG)/interop_test \
|
1392
|
+
$(BINDIR)/$(CONFIG)/json_run_localhost \
|
1311
1393
|
$(BINDIR)/$(CONFIG)/metrics_client \
|
1312
1394
|
$(BINDIR)/$(CONFIG)/mock_test \
|
1313
1395
|
$(BINDIR)/$(CONFIG)/qps_interarrival_test \
|
1396
|
+
$(BINDIR)/$(CONFIG)/qps_json_driver \
|
1314
1397
|
$(BINDIR)/$(CONFIG)/qps_openloop_test \
|
1315
1398
|
$(BINDIR)/$(CONFIG)/qps_test \
|
1399
|
+
$(BINDIR)/$(CONFIG)/qps_worker \
|
1316
1400
|
$(BINDIR)/$(CONFIG)/reconnect_interop_client \
|
1317
1401
|
$(BINDIR)/$(CONFIG)/reconnect_interop_server \
|
1318
1402
|
$(BINDIR)/$(CONFIG)/secure_auth_context_test \
|
@@ -1327,6 +1411,7 @@ buildtests_cxx: buildtests_zookeeper privatelibs_cxx \
|
|
1327
1411
|
$(BINDIR)/$(CONFIG)/sync_unary_ping_pong_test \
|
1328
1412
|
$(BINDIR)/$(CONFIG)/thread_stress_test \
|
1329
1413
|
$(BINDIR)/$(CONFIG)/boringssl_aes_test \
|
1414
|
+
$(BINDIR)/$(CONFIG)/boringssl_asn1_test \
|
1330
1415
|
$(BINDIR)/$(CONFIG)/boringssl_base64_test \
|
1331
1416
|
$(BINDIR)/$(CONFIG)/boringssl_bio_test \
|
1332
1417
|
$(BINDIR)/$(CONFIG)/boringssl_bn_test \
|
@@ -1358,6 +1443,7 @@ buildtests_cxx: buildtests_zookeeper privatelibs_cxx \
|
|
1358
1443
|
$(BINDIR)/$(CONFIG)/boringssl_rsa_test \
|
1359
1444
|
$(BINDIR)/$(CONFIG)/boringssl_thread_test \
|
1360
1445
|
$(BINDIR)/$(CONFIG)/boringssl_pkcs7_test \
|
1446
|
+
$(BINDIR)/$(CONFIG)/boringssl_x509_test \
|
1361
1447
|
$(BINDIR)/$(CONFIG)/boringssl_tab_test \
|
1362
1448
|
$(BINDIR)/$(CONFIG)/boringssl_v3name_test \
|
1363
1449
|
$(BINDIR)/$(CONFIG)/boringssl_pqueue_test \
|
@@ -1402,6 +1488,10 @@ test_c: buildtests_c
|
|
1402
1488
|
$(Q) $(BINDIR)/$(CONFIG)/chttp2_varint_test || ( echo test chttp2_varint_test failed ; exit 1 )
|
1403
1489
|
$(E) "[RUN] Testing compression_test"
|
1404
1490
|
$(Q) $(BINDIR)/$(CONFIG)/compression_test || ( echo test compression_test failed ; exit 1 )
|
1491
|
+
$(E) "[RUN] Testing concurrent_connectivity_test"
|
1492
|
+
$(Q) $(BINDIR)/$(CONFIG)/concurrent_connectivity_test || ( echo test concurrent_connectivity_test failed ; exit 1 )
|
1493
|
+
$(E) "[RUN] Testing dns_resolver_connectivity_test"
|
1494
|
+
$(Q) $(BINDIR)/$(CONFIG)/dns_resolver_connectivity_test || ( echo test dns_resolver_connectivity_test failed ; exit 1 )
|
1405
1495
|
$(E) "[RUN] Testing dns_resolver_test"
|
1406
1496
|
$(Q) $(BINDIR)/$(CONFIG)/dns_resolver_test || ( echo test dns_resolver_test failed ; exit 1 )
|
1407
1497
|
$(E) "[RUN] Testing dualstack_socket_test"
|
@@ -1416,8 +1506,12 @@ test_c: buildtests_c
|
|
1416
1506
|
$(Q) $(BINDIR)/$(CONFIG)/fling_stream_test || ( echo test fling_stream_test failed ; exit 1 )
|
1417
1507
|
$(E) "[RUN] Testing fling_test"
|
1418
1508
|
$(Q) $(BINDIR)/$(CONFIG)/fling_test || ( echo test fling_test failed ; exit 1 )
|
1509
|
+
$(E) "[RUN] Testing goaway_server_test"
|
1510
|
+
$(Q) $(BINDIR)/$(CONFIG)/goaway_server_test || ( echo test goaway_server_test failed ; exit 1 )
|
1419
1511
|
$(E) "[RUN] Testing gpr_avl_test"
|
1420
1512
|
$(Q) $(BINDIR)/$(CONFIG)/gpr_avl_test || ( echo test gpr_avl_test failed ; exit 1 )
|
1513
|
+
$(E) "[RUN] Testing gpr_backoff_test"
|
1514
|
+
$(Q) $(BINDIR)/$(CONFIG)/gpr_backoff_test || ( echo test gpr_backoff_test failed ; exit 1 )
|
1421
1515
|
$(E) "[RUN] Testing gpr_cmdline_test"
|
1422
1516
|
$(Q) $(BINDIR)/$(CONFIG)/gpr_cmdline_test || ( echo test gpr_cmdline_test failed ; exit 1 )
|
1423
1517
|
$(E) "[RUN] Testing gpr_cpu_test"
|
@@ -1476,10 +1570,10 @@ test_c: buildtests_c
|
|
1476
1570
|
$(Q) $(BINDIR)/$(CONFIG)/hpack_parser_test || ( echo test hpack_parser_test failed ; exit 1 )
|
1477
1571
|
$(E) "[RUN] Testing hpack_table_test"
|
1478
1572
|
$(Q) $(BINDIR)/$(CONFIG)/hpack_table_test || ( echo test hpack_table_test failed ; exit 1 )
|
1573
|
+
$(E) "[RUN] Testing http_parser_test"
|
1574
|
+
$(Q) $(BINDIR)/$(CONFIG)/http_parser_test || ( echo test http_parser_test failed ; exit 1 )
|
1479
1575
|
$(E) "[RUN] Testing httpcli_format_request_test"
|
1480
1576
|
$(Q) $(BINDIR)/$(CONFIG)/httpcli_format_request_test || ( echo test httpcli_format_request_test failed ; exit 1 )
|
1481
|
-
$(E) "[RUN] Testing httpcli_parser_test"
|
1482
|
-
$(Q) $(BINDIR)/$(CONFIG)/httpcli_parser_test || ( echo test httpcli_parser_test failed ; exit 1 )
|
1483
1577
|
$(E) "[RUN] Testing httpcli_test"
|
1484
1578
|
$(Q) $(BINDIR)/$(CONFIG)/httpcli_test || ( echo test httpcli_test failed ; exit 1 )
|
1485
1579
|
$(E) "[RUN] Testing httpscli_test"
|
@@ -1496,12 +1590,8 @@ test_c: buildtests_c
|
|
1496
1590
|
$(Q) $(BINDIR)/$(CONFIG)/json_test || ( echo test json_test failed ; exit 1 )
|
1497
1591
|
$(E) "[RUN] Testing lame_client_test"
|
1498
1592
|
$(Q) $(BINDIR)/$(CONFIG)/lame_client_test || ( echo test lame_client_test failed ; exit 1 )
|
1499
|
-
$(E) "[RUN] Testing lb_policies_test"
|
1500
|
-
$(Q) $(BINDIR)/$(CONFIG)/lb_policies_test || ( echo test lb_policies_test failed ; exit 1 )
|
1501
1593
|
$(E) "[RUN] Testing message_compress_test"
|
1502
1594
|
$(Q) $(BINDIR)/$(CONFIG)/message_compress_test || ( echo test message_compress_test failed ; exit 1 )
|
1503
|
-
$(E) "[RUN] Testing mlog_test"
|
1504
|
-
$(Q) $(BINDIR)/$(CONFIG)/mlog_test || ( echo test mlog_test failed ; exit 1 )
|
1505
1595
|
$(E) "[RUN] Testing multiple_server_queues_test"
|
1506
1596
|
$(Q) $(BINDIR)/$(CONFIG)/multiple_server_queues_test || ( echo test multiple_server_queues_test failed ; exit 1 )
|
1507
1597
|
$(E) "[RUN] Testing murmur_hash_test"
|
@@ -1560,6 +1650,8 @@ test_c: buildtests_c
|
|
1560
1650
|
$(Q) $(BINDIR)/$(CONFIG)/badreq_bad_client_test || ( echo test badreq_bad_client_test failed ; exit 1 )
|
1561
1651
|
$(E) "[RUN] Testing connection_prefix_bad_client_test"
|
1562
1652
|
$(Q) $(BINDIR)/$(CONFIG)/connection_prefix_bad_client_test || ( echo test connection_prefix_bad_client_test failed ; exit 1 )
|
1653
|
+
$(E) "[RUN] Testing head_of_line_blocking_bad_client_test"
|
1654
|
+
$(Q) $(BINDIR)/$(CONFIG)/head_of_line_blocking_bad_client_test || ( echo test head_of_line_blocking_bad_client_test failed ; exit 1 )
|
1563
1655
|
$(E) "[RUN] Testing headers_bad_client_test"
|
1564
1656
|
$(Q) $(BINDIR)/$(CONFIG)/headers_bad_client_test || ( echo test headers_bad_client_test failed ; exit 1 )
|
1565
1657
|
$(E) "[RUN] Testing initial_settings_frame_bad_client_test"
|
@@ -1579,6 +1671,10 @@ test_c: buildtests_c
|
|
1579
1671
|
|
1580
1672
|
|
1581
1673
|
flaky_test_c: buildtests_c
|
1674
|
+
$(E) "[RUN] Testing lb_policies_test"
|
1675
|
+
$(Q) $(BINDIR)/$(CONFIG)/lb_policies_test || ( echo test lb_policies_test failed ; exit 1 )
|
1676
|
+
$(E) "[RUN] Testing mlog_test"
|
1677
|
+
$(Q) $(BINDIR)/$(CONFIG)/mlog_test || ( echo test mlog_test failed ; exit 1 )
|
1582
1678
|
|
1583
1679
|
|
1584
1680
|
test_cxx: test_zookeeper buildtests_cxx
|
@@ -1598,6 +1694,10 @@ test_cxx: test_zookeeper buildtests_cxx
|
|
1598
1694
|
$(Q) $(BINDIR)/$(CONFIG)/cli_call_test || ( echo test cli_call_test failed ; exit 1 )
|
1599
1695
|
$(E) "[RUN] Testing client_crash_test"
|
1600
1696
|
$(Q) $(BINDIR)/$(CONFIG)/client_crash_test || ( echo test client_crash_test failed ; exit 1 )
|
1697
|
+
$(E) "[RUN] Testing codegen_test_full"
|
1698
|
+
$(Q) $(BINDIR)/$(CONFIG)/codegen_test_full || ( echo test codegen_test_full failed ; exit 1 )
|
1699
|
+
$(E) "[RUN] Testing codegen_test_minimal"
|
1700
|
+
$(Q) $(BINDIR)/$(CONFIG)/codegen_test_minimal || ( echo test codegen_test_minimal failed ; exit 1 )
|
1601
1701
|
$(E) "[RUN] Testing credentials_test"
|
1602
1702
|
$(Q) $(BINDIR)/$(CONFIG)/credentials_test || ( echo test credentials_test failed ; exit 1 )
|
1603
1703
|
$(E) "[RUN] Testing cxx_byte_buffer_test"
|
@@ -1614,6 +1714,8 @@ test_cxx: test_zookeeper buildtests_cxx
|
|
1614
1714
|
$(Q) $(BINDIR)/$(CONFIG)/generic_async_streaming_ping_pong_test || ( echo test generic_async_streaming_ping_pong_test failed ; exit 1 )
|
1615
1715
|
$(E) "[RUN] Testing generic_end2end_test"
|
1616
1716
|
$(Q) $(BINDIR)/$(CONFIG)/generic_end2end_test || ( echo test generic_end2end_test failed ; exit 1 )
|
1717
|
+
$(E) "[RUN] Testing golden_file_test"
|
1718
|
+
$(Q) $(BINDIR)/$(CONFIG)/golden_file_test || ( echo test golden_file_test failed ; exit 1 )
|
1617
1719
|
$(E) "[RUN] Testing grpclb_api_test"
|
1618
1720
|
$(Q) $(BINDIR)/$(CONFIG)/grpclb_api_test || ( echo test grpclb_api_test failed ; exit 1 )
|
1619
1721
|
$(E) "[RUN] Testing hybrid_end2end_test"
|
@@ -1673,7 +1775,7 @@ tools_c: privatelibs_c $(BINDIR)/$(CONFIG)/gen_hpack_tables $(BINDIR)/$(CONFIG)/
|
|
1673
1775
|
|
1674
1776
|
tools_cxx: privatelibs_cxx
|
1675
1777
|
|
1676
|
-
buildbenchmarks: privatelibs $(BINDIR)/$(CONFIG)/low_level_ping_pong_benchmark
|
1778
|
+
buildbenchmarks: privatelibs $(BINDIR)/$(CONFIG)/low_level_ping_pong_benchmark
|
1677
1779
|
|
1678
1780
|
benchmarks: buildbenchmarks
|
1679
1781
|
|
@@ -1782,6 +1884,21 @@ $(GENDIR)/src/proto/grpc/lb/v0/load_balancer.grpc.pb.cc: src/proto/grpc/lb/v0/lo
|
|
1782
1884
|
$(Q) $(PROTOC) --grpc_out=$(GENDIR) --plugin=protoc-gen-grpc=$(BINDIR)/$(CONFIG)/grpc_cpp_plugin $<
|
1783
1885
|
endif
|
1784
1886
|
|
1887
|
+
ifeq ($(NO_PROTOC),true)
|
1888
|
+
$(GENDIR)/src/proto/grpc/testing/compiler_test.pb.cc: protoc_dep_error
|
1889
|
+
$(GENDIR)/src/proto/grpc/testing/compiler_test.grpc.pb.cc: protoc_dep_error
|
1890
|
+
else
|
1891
|
+
$(GENDIR)/src/proto/grpc/testing/compiler_test.pb.cc: src/proto/grpc/testing/compiler_test.proto $(PROTOBUF_DEP) $(PROTOC_PLUGINS)
|
1892
|
+
$(E) "[PROTOC] Generating protobuf CC file from $<"
|
1893
|
+
$(Q) mkdir -p `dirname $@`
|
1894
|
+
$(Q) $(PROTOC) --cpp_out=$(GENDIR) $<
|
1895
|
+
|
1896
|
+
$(GENDIR)/src/proto/grpc/testing/compiler_test.grpc.pb.cc: src/proto/grpc/testing/compiler_test.proto $(PROTOBUF_DEP) $(PROTOC_PLUGINS)
|
1897
|
+
$(E) "[GRPC] Generating gRPC's protobuf service CC file from $<"
|
1898
|
+
$(Q) mkdir -p `dirname $@`
|
1899
|
+
$(Q) $(PROTOC) --grpc_out=$(GENDIR) --plugin=protoc-gen-grpc=$(BINDIR)/$(CONFIG)/grpc_cpp_plugin $<
|
1900
|
+
endif
|
1901
|
+
|
1785
1902
|
ifeq ($(NO_PROTOC),true)
|
1786
1903
|
$(GENDIR)/src/proto/grpc/testing/control.pb.cc: protoc_dep_error
|
1787
1904
|
$(GENDIR)/src/proto/grpc/testing/control.grpc.pb.cc: protoc_dep_error
|
@@ -2148,6 +2265,8 @@ else
|
|
2148
2265
|
$(Q) $(INSTALL) -d $(prefix)/bin
|
2149
2266
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_csharp_plugin $(prefix)/bin/grpc_csharp_plugin
|
2150
2267
|
$(Q) $(INSTALL) -d $(prefix)/bin
|
2268
|
+
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_node_plugin $(prefix)/bin/grpc_node_plugin
|
2269
|
+
$(Q) $(INSTALL) -d $(prefix)/bin
|
2151
2270
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_objective_c_plugin $(prefix)/bin/grpc_objective_c_plugin
|
2152
2271
|
$(Q) $(INSTALL) -d $(prefix)/bin
|
2153
2272
|
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_python_plugin $(prefix)/bin/grpc_python_plugin
|
@@ -2204,49 +2323,52 @@ clean:
|
|
2204
2323
|
|
2205
2324
|
|
2206
2325
|
LIBGPR_SRC = \
|
2207
|
-
src/core/profiling/basic_timers.c \
|
2208
|
-
src/core/profiling/stap_timers.c \
|
2209
|
-
src/core/support/alloc.c \
|
2210
|
-
src/core/support/avl.c \
|
2211
|
-
src/core/support/
|
2212
|
-
src/core/support/
|
2213
|
-
src/core/support/
|
2214
|
-
src/core/support/
|
2215
|
-
src/core/support/
|
2216
|
-
src/core/support/
|
2217
|
-
src/core/support/
|
2218
|
-
src/core/support/
|
2219
|
-
src/core/support/
|
2220
|
-
src/core/support/
|
2221
|
-
src/core/support/
|
2222
|
-
src/core/support/
|
2223
|
-
src/core/support/
|
2224
|
-
src/core/support/
|
2225
|
-
src/core/support/
|
2226
|
-
src/core/support/
|
2227
|
-
src/core/support/
|
2228
|
-
src/core/support/
|
2229
|
-
src/core/support/
|
2230
|
-
src/core/support/
|
2231
|
-
src/core/support/
|
2232
|
-
src/core/support/
|
2233
|
-
src/core/support/
|
2234
|
-
src/core/support/
|
2235
|
-
src/core/support/
|
2236
|
-
src/core/support/
|
2237
|
-
src/core/support/
|
2238
|
-
src/core/support/
|
2239
|
-
src/core/support/
|
2240
|
-
src/core/support/
|
2241
|
-
src/core/support/
|
2242
|
-
src/core/support/
|
2243
|
-
src/core/support/
|
2244
|
-
src/core/support/
|
2245
|
-
src/core/support/
|
2246
|
-
src/core/support/
|
2247
|
-
src/core/support/
|
2248
|
-
src/core/support/
|
2249
|
-
src/core/support/
|
2326
|
+
src/core/lib/profiling/basic_timers.c \
|
2327
|
+
src/core/lib/profiling/stap_timers.c \
|
2328
|
+
src/core/lib/support/alloc.c \
|
2329
|
+
src/core/lib/support/avl.c \
|
2330
|
+
src/core/lib/support/backoff.c \
|
2331
|
+
src/core/lib/support/cmdline.c \
|
2332
|
+
src/core/lib/support/cpu_iphone.c \
|
2333
|
+
src/core/lib/support/cpu_linux.c \
|
2334
|
+
src/core/lib/support/cpu_posix.c \
|
2335
|
+
src/core/lib/support/cpu_windows.c \
|
2336
|
+
src/core/lib/support/env_linux.c \
|
2337
|
+
src/core/lib/support/env_posix.c \
|
2338
|
+
src/core/lib/support/env_win32.c \
|
2339
|
+
src/core/lib/support/histogram.c \
|
2340
|
+
src/core/lib/support/host_port.c \
|
2341
|
+
src/core/lib/support/load_file.c \
|
2342
|
+
src/core/lib/support/log.c \
|
2343
|
+
src/core/lib/support/log_android.c \
|
2344
|
+
src/core/lib/support/log_linux.c \
|
2345
|
+
src/core/lib/support/log_posix.c \
|
2346
|
+
src/core/lib/support/log_win32.c \
|
2347
|
+
src/core/lib/support/murmur_hash.c \
|
2348
|
+
src/core/lib/support/slice.c \
|
2349
|
+
src/core/lib/support/slice_buffer.c \
|
2350
|
+
src/core/lib/support/stack_lockfree.c \
|
2351
|
+
src/core/lib/support/string.c \
|
2352
|
+
src/core/lib/support/string_posix.c \
|
2353
|
+
src/core/lib/support/string_util_win32.c \
|
2354
|
+
src/core/lib/support/string_win32.c \
|
2355
|
+
src/core/lib/support/subprocess_posix.c \
|
2356
|
+
src/core/lib/support/subprocess_windows.c \
|
2357
|
+
src/core/lib/support/sync.c \
|
2358
|
+
src/core/lib/support/sync_posix.c \
|
2359
|
+
src/core/lib/support/sync_win32.c \
|
2360
|
+
src/core/lib/support/thd.c \
|
2361
|
+
src/core/lib/support/thd_posix.c \
|
2362
|
+
src/core/lib/support/thd_win32.c \
|
2363
|
+
src/core/lib/support/time.c \
|
2364
|
+
src/core/lib/support/time_posix.c \
|
2365
|
+
src/core/lib/support/time_precise.c \
|
2366
|
+
src/core/lib/support/time_win32.c \
|
2367
|
+
src/core/lib/support/tls_pthread.c \
|
2368
|
+
src/core/lib/support/tmpfile_msys.c \
|
2369
|
+
src/core/lib/support/tmpfile_posix.c \
|
2370
|
+
src/core/lib/support/tmpfile_win32.c \
|
2371
|
+
src/core/lib/support/wrap_memcpy.c \
|
2250
2372
|
|
2251
2373
|
PUBLIC_HEADERS_C += \
|
2252
2374
|
include/grpc/support/alloc.h \
|
@@ -2332,6 +2454,7 @@ endif
|
|
2332
2454
|
LIBGPR_TEST_UTIL_SRC = \
|
2333
2455
|
test/core/util/test_config.c \
|
2334
2456
|
|
2457
|
+
PUBLIC_HEADERS_C += \
|
2335
2458
|
|
2336
2459
|
LIBGPR_TEST_UTIL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGPR_TEST_UTIL_SRC))))
|
2337
2460
|
|
@@ -2354,180 +2477,201 @@ endif
|
|
2354
2477
|
|
2355
2478
|
|
2356
2479
|
LIBGRPC_SRC = \
|
2357
|
-
src/core/
|
2358
|
-
src/core/
|
2359
|
-
src/core/channel/
|
2360
|
-
src/core/channel/
|
2361
|
-
src/core/channel/
|
2362
|
-
src/core/channel/
|
2363
|
-
src/core/channel/
|
2364
|
-
src/core/channel/
|
2365
|
-
src/core/
|
2366
|
-
src/core/
|
2367
|
-
src/core/
|
2368
|
-
src/core/
|
2369
|
-
src/core/
|
2370
|
-
src/core/
|
2371
|
-
src/core/
|
2372
|
-
src/core/
|
2373
|
-
src/core/
|
2374
|
-
src/core/
|
2375
|
-
src/core/
|
2376
|
-
src/core/
|
2377
|
-
src/core/
|
2378
|
-
src/core/
|
2379
|
-
src/core/
|
2380
|
-
src/core/
|
2381
|
-
src/core/
|
2382
|
-
src/core/
|
2383
|
-
src/core/
|
2384
|
-
src/core/
|
2385
|
-
src/core/
|
2386
|
-
src/core/
|
2387
|
-
src/core/
|
2388
|
-
src/core/
|
2389
|
-
src/core/
|
2390
|
-
src/core/
|
2391
|
-
src/core/
|
2392
|
-
src/core/
|
2393
|
-
src/core/iomgr/
|
2394
|
-
src/core/iomgr/
|
2395
|
-
src/core/iomgr/
|
2396
|
-
src/core/iomgr/
|
2397
|
-
src/core/iomgr/
|
2398
|
-
src/core/iomgr/
|
2399
|
-
src/core/iomgr/
|
2400
|
-
src/core/iomgr/
|
2401
|
-
src/core/iomgr/
|
2402
|
-
src/core/iomgr/
|
2403
|
-
src/core/iomgr/
|
2404
|
-
src/core/iomgr/
|
2405
|
-
src/core/iomgr/
|
2406
|
-
src/core/iomgr/
|
2407
|
-
src/core/iomgr/
|
2408
|
-
src/core/iomgr/
|
2409
|
-
src/core/iomgr/
|
2410
|
-
src/core/
|
2411
|
-
src/core/
|
2412
|
-
src/core/
|
2413
|
-
src/core/
|
2414
|
-
src/core/
|
2415
|
-
src/core/
|
2416
|
-
src/core/
|
2417
|
-
src/core/
|
2418
|
-
src/core/
|
2419
|
-
src/core/
|
2420
|
-
src/core/
|
2421
|
-
src/core/
|
2422
|
-
src/core/
|
2423
|
-
src/core/
|
2424
|
-
src/core/
|
2425
|
-
src/core/
|
2426
|
-
src/core/
|
2427
|
-
src/core/
|
2428
|
-
src/core/
|
2429
|
-
src/core/
|
2430
|
-
src/core/
|
2431
|
-
src/core/
|
2432
|
-
src/core/
|
2433
|
-
src/core/
|
2434
|
-
src/core/
|
2435
|
-
src/core/
|
2436
|
-
src/core/
|
2437
|
-
src/core/
|
2438
|
-
src/core/
|
2439
|
-
src/core/
|
2440
|
-
src/core/
|
2441
|
-
src/core/
|
2442
|
-
src/core/
|
2443
|
-
src/core/
|
2444
|
-
src/core/
|
2445
|
-
src/core/
|
2446
|
-
src/core/
|
2447
|
-
src/core/
|
2448
|
-
src/core/
|
2449
|
-
src/core/
|
2450
|
-
src/core/
|
2451
|
-
src/core/
|
2452
|
-
src/core/
|
2453
|
-
src/core/
|
2454
|
-
src/core/
|
2455
|
-
src/core/
|
2456
|
-
src/core/
|
2457
|
-
src/core/
|
2458
|
-
src/core/
|
2459
|
-
src/core/transport/
|
2460
|
-
src/core/transport/chttp2/
|
2461
|
-
src/core/transport/chttp2/
|
2462
|
-
src/core/
|
2463
|
-
src/core/
|
2464
|
-
src/core/
|
2465
|
-
src/core/
|
2466
|
-
src/core/
|
2467
|
-
src/core/
|
2468
|
-
src/core/
|
2469
|
-
src/core/
|
2470
|
-
src/core/
|
2471
|
-
src/core/
|
2472
|
-
src/core/
|
2473
|
-
src/core/
|
2474
|
-
src/core/
|
2475
|
-
src/core/
|
2476
|
-
src/core/
|
2477
|
-
src/core/
|
2478
|
-
src/core/
|
2479
|
-
src/core/
|
2480
|
-
src/core/
|
2481
|
-
src/core/transport/
|
2482
|
-
src/core/
|
2483
|
-
src/core/
|
2484
|
-
src/core/
|
2485
|
-
src/core/
|
2486
|
-
src/core/
|
2487
|
-
src/core/
|
2488
|
-
src/core/
|
2489
|
-
src/core/
|
2490
|
-
src/core/
|
2491
|
-
src/core/
|
2492
|
-
src/core/
|
2493
|
-
src/core/
|
2494
|
-
src/core/
|
2495
|
-
src/core/
|
2496
|
-
src/core/
|
2497
|
-
src/core/
|
2498
|
-
src/core/
|
2499
|
-
src/core/
|
2500
|
-
src/core/
|
2501
|
-
src/core/
|
2502
|
-
src/core/
|
2503
|
-
src/core/
|
2504
|
-
src/core/
|
2505
|
-
src/core/tsi/fake_transport_security.c \
|
2506
|
-
src/core/tsi/ssl_transport_security.c \
|
2507
|
-
src/core/tsi/transport_security.c \
|
2508
|
-
src/core/census/context.c \
|
2509
|
-
src/core/census/initialize.c \
|
2510
|
-
src/core/census/mlog.c \
|
2511
|
-
src/core/census/operation.c \
|
2512
|
-
src/core/census/placeholders.c \
|
2513
|
-
src/core/census/tracing.c \
|
2480
|
+
src/core/lib/surface/init.c \
|
2481
|
+
src/core/lib/channel/channel_args.c \
|
2482
|
+
src/core/lib/channel/channel_stack.c \
|
2483
|
+
src/core/lib/channel/channel_stack_builder.c \
|
2484
|
+
src/core/lib/channel/compress_filter.c \
|
2485
|
+
src/core/lib/channel/connected_channel.c \
|
2486
|
+
src/core/lib/channel/http_client_filter.c \
|
2487
|
+
src/core/lib/channel/http_server_filter.c \
|
2488
|
+
src/core/lib/compression/compression_algorithm.c \
|
2489
|
+
src/core/lib/compression/message_compress.c \
|
2490
|
+
src/core/lib/debug/trace.c \
|
2491
|
+
src/core/lib/http/format_request.c \
|
2492
|
+
src/core/lib/http/httpcli.c \
|
2493
|
+
src/core/lib/http/parser.c \
|
2494
|
+
src/core/lib/iomgr/closure.c \
|
2495
|
+
src/core/lib/iomgr/endpoint.c \
|
2496
|
+
src/core/lib/iomgr/endpoint_pair_posix.c \
|
2497
|
+
src/core/lib/iomgr/endpoint_pair_windows.c \
|
2498
|
+
src/core/lib/iomgr/ev_poll_and_epoll_posix.c \
|
2499
|
+
src/core/lib/iomgr/ev_posix.c \
|
2500
|
+
src/core/lib/iomgr/exec_ctx.c \
|
2501
|
+
src/core/lib/iomgr/executor.c \
|
2502
|
+
src/core/lib/iomgr/iocp_windows.c \
|
2503
|
+
src/core/lib/iomgr/iomgr.c \
|
2504
|
+
src/core/lib/iomgr/iomgr_posix.c \
|
2505
|
+
src/core/lib/iomgr/iomgr_windows.c \
|
2506
|
+
src/core/lib/iomgr/pollset_set_windows.c \
|
2507
|
+
src/core/lib/iomgr/pollset_windows.c \
|
2508
|
+
src/core/lib/iomgr/resolve_address_posix.c \
|
2509
|
+
src/core/lib/iomgr/resolve_address_windows.c \
|
2510
|
+
src/core/lib/iomgr/sockaddr_utils.c \
|
2511
|
+
src/core/lib/iomgr/socket_utils_common_posix.c \
|
2512
|
+
src/core/lib/iomgr/socket_utils_linux.c \
|
2513
|
+
src/core/lib/iomgr/socket_utils_posix.c \
|
2514
|
+
src/core/lib/iomgr/socket_windows.c \
|
2515
|
+
src/core/lib/iomgr/tcp_client_posix.c \
|
2516
|
+
src/core/lib/iomgr/tcp_client_windows.c \
|
2517
|
+
src/core/lib/iomgr/tcp_posix.c \
|
2518
|
+
src/core/lib/iomgr/tcp_server_posix.c \
|
2519
|
+
src/core/lib/iomgr/tcp_server_windows.c \
|
2520
|
+
src/core/lib/iomgr/tcp_windows.c \
|
2521
|
+
src/core/lib/iomgr/time_averaged_stats.c \
|
2522
|
+
src/core/lib/iomgr/timer.c \
|
2523
|
+
src/core/lib/iomgr/timer_heap.c \
|
2524
|
+
src/core/lib/iomgr/udp_server.c \
|
2525
|
+
src/core/lib/iomgr/unix_sockets_posix.c \
|
2526
|
+
src/core/lib/iomgr/unix_sockets_posix_noop.c \
|
2527
|
+
src/core/lib/iomgr/wakeup_fd_eventfd.c \
|
2528
|
+
src/core/lib/iomgr/wakeup_fd_nospecial.c \
|
2529
|
+
src/core/lib/iomgr/wakeup_fd_pipe.c \
|
2530
|
+
src/core/lib/iomgr/wakeup_fd_posix.c \
|
2531
|
+
src/core/lib/iomgr/workqueue_posix.c \
|
2532
|
+
src/core/lib/iomgr/workqueue_windows.c \
|
2533
|
+
src/core/lib/json/json.c \
|
2534
|
+
src/core/lib/json/json_reader.c \
|
2535
|
+
src/core/lib/json/json_string.c \
|
2536
|
+
src/core/lib/json/json_writer.c \
|
2537
|
+
src/core/lib/surface/alarm.c \
|
2538
|
+
src/core/lib/surface/api_trace.c \
|
2539
|
+
src/core/lib/surface/byte_buffer.c \
|
2540
|
+
src/core/lib/surface/byte_buffer_reader.c \
|
2541
|
+
src/core/lib/surface/call.c \
|
2542
|
+
src/core/lib/surface/call_details.c \
|
2543
|
+
src/core/lib/surface/call_log_batch.c \
|
2544
|
+
src/core/lib/surface/channel.c \
|
2545
|
+
src/core/lib/surface/channel_init.c \
|
2546
|
+
src/core/lib/surface/channel_ping.c \
|
2547
|
+
src/core/lib/surface/channel_stack_type.c \
|
2548
|
+
src/core/lib/surface/completion_queue.c \
|
2549
|
+
src/core/lib/surface/event_string.c \
|
2550
|
+
src/core/lib/surface/lame_client.c \
|
2551
|
+
src/core/lib/surface/metadata_array.c \
|
2552
|
+
src/core/lib/surface/server.c \
|
2553
|
+
src/core/lib/surface/validate_metadata.c \
|
2554
|
+
src/core/lib/surface/version.c \
|
2555
|
+
src/core/lib/transport/byte_stream.c \
|
2556
|
+
src/core/lib/transport/connectivity_state.c \
|
2557
|
+
src/core/lib/transport/metadata.c \
|
2558
|
+
src/core/lib/transport/metadata_batch.c \
|
2559
|
+
src/core/lib/transport/static_metadata.c \
|
2560
|
+
src/core/lib/transport/transport.c \
|
2561
|
+
src/core/lib/transport/transport_op_string.c \
|
2562
|
+
src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c \
|
2563
|
+
src/core/ext/transport/chttp2/transport/bin_encoder.c \
|
2564
|
+
src/core/ext/transport/chttp2/transport/chttp2_plugin.c \
|
2565
|
+
src/core/ext/transport/chttp2/transport/chttp2_transport.c \
|
2566
|
+
src/core/ext/transport/chttp2/transport/frame_data.c \
|
2567
|
+
src/core/ext/transport/chttp2/transport/frame_goaway.c \
|
2568
|
+
src/core/ext/transport/chttp2/transport/frame_ping.c \
|
2569
|
+
src/core/ext/transport/chttp2/transport/frame_rst_stream.c \
|
2570
|
+
src/core/ext/transport/chttp2/transport/frame_settings.c \
|
2571
|
+
src/core/ext/transport/chttp2/transport/frame_window_update.c \
|
2572
|
+
src/core/ext/transport/chttp2/transport/hpack_encoder.c \
|
2573
|
+
src/core/ext/transport/chttp2/transport/hpack_parser.c \
|
2574
|
+
src/core/ext/transport/chttp2/transport/hpack_table.c \
|
2575
|
+
src/core/ext/transport/chttp2/transport/huffsyms.c \
|
2576
|
+
src/core/ext/transport/chttp2/transport/incoming_metadata.c \
|
2577
|
+
src/core/ext/transport/chttp2/transport/parsing.c \
|
2578
|
+
src/core/ext/transport/chttp2/transport/status_conversion.c \
|
2579
|
+
src/core/ext/transport/chttp2/transport/stream_lists.c \
|
2580
|
+
src/core/ext/transport/chttp2/transport/stream_map.c \
|
2581
|
+
src/core/ext/transport/chttp2/transport/timeout_encoding.c \
|
2582
|
+
src/core/ext/transport/chttp2/transport/varint.c \
|
2583
|
+
src/core/ext/transport/chttp2/transport/writing.c \
|
2584
|
+
src/core/ext/transport/chttp2/alpn/alpn.c \
|
2585
|
+
src/core/lib/http/httpcli_security_connector.c \
|
2586
|
+
src/core/lib/security/b64.c \
|
2587
|
+
src/core/lib/security/client_auth_filter.c \
|
2588
|
+
src/core/lib/security/credentials.c \
|
2589
|
+
src/core/lib/security/credentials_metadata.c \
|
2590
|
+
src/core/lib/security/credentials_posix.c \
|
2591
|
+
src/core/lib/security/credentials_win32.c \
|
2592
|
+
src/core/lib/security/google_default_credentials.c \
|
2593
|
+
src/core/lib/security/handshake.c \
|
2594
|
+
src/core/lib/security/json_token.c \
|
2595
|
+
src/core/lib/security/jwt_verifier.c \
|
2596
|
+
src/core/lib/security/secure_endpoint.c \
|
2597
|
+
src/core/lib/security/security_connector.c \
|
2598
|
+
src/core/lib/security/security_context.c \
|
2599
|
+
src/core/lib/security/server_auth_filter.c \
|
2600
|
+
src/core/lib/surface/init_secure.c \
|
2601
|
+
src/core/lib/tsi/fake_transport_security.c \
|
2602
|
+
src/core/lib/tsi/ssl_transport_security.c \
|
2603
|
+
src/core/lib/tsi/transport_security.c \
|
2604
|
+
src/core/ext/transport/chttp2/client/secure/secure_channel_create.c \
|
2605
|
+
src/core/ext/client_config/channel_connectivity.c \
|
2606
|
+
src/core/ext/client_config/client_channel.c \
|
2607
|
+
src/core/ext/client_config/client_channel_factory.c \
|
2608
|
+
src/core/ext/client_config/client_config.c \
|
2609
|
+
src/core/ext/client_config/client_config_plugin.c \
|
2610
|
+
src/core/ext/client_config/connector.c \
|
2611
|
+
src/core/ext/client_config/default_initial_connect_string.c \
|
2612
|
+
src/core/ext/client_config/initial_connect_string.c \
|
2613
|
+
src/core/ext/client_config/lb_policy.c \
|
2614
|
+
src/core/ext/client_config/lb_policy_factory.c \
|
2615
|
+
src/core/ext/client_config/lb_policy_registry.c \
|
2616
|
+
src/core/ext/client_config/parse_address.c \
|
2617
|
+
src/core/ext/client_config/resolver.c \
|
2618
|
+
src/core/ext/client_config/resolver_factory.c \
|
2619
|
+
src/core/ext/client_config/resolver_registry.c \
|
2620
|
+
src/core/ext/client_config/subchannel.c \
|
2621
|
+
src/core/ext/client_config/subchannel_call_holder.c \
|
2622
|
+
src/core/ext/client_config/subchannel_index.c \
|
2623
|
+
src/core/ext/client_config/uri_parser.c \
|
2624
|
+
src/core/ext/transport/chttp2/server/insecure/server_chttp2.c \
|
2625
|
+
src/core/ext/transport/chttp2/client/insecure/channel_create.c \
|
2626
|
+
src/core/ext/lb_policy/grpclb/load_balancer_api.c \
|
2627
|
+
src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c \
|
2514
2628
|
third_party/nanopb/pb_common.c \
|
2515
2629
|
third_party/nanopb/pb_decode.c \
|
2516
2630
|
third_party/nanopb/pb_encode.c \
|
2631
|
+
src/core/ext/lb_policy/pick_first/pick_first.c \
|
2632
|
+
src/core/ext/lb_policy/round_robin/round_robin.c \
|
2633
|
+
src/core/ext/resolver/dns/native/dns_resolver.c \
|
2634
|
+
src/core/ext/resolver/sockaddr/sockaddr_resolver.c \
|
2635
|
+
src/core/ext/census/context.c \
|
2636
|
+
src/core/ext/census/grpc_context.c \
|
2637
|
+
src/core/ext/census/grpc_filter.c \
|
2638
|
+
src/core/ext/census/grpc_plugin.c \
|
2639
|
+
src/core/ext/census/initialize.c \
|
2640
|
+
src/core/ext/census/mlog.c \
|
2641
|
+
src/core/ext/census/operation.c \
|
2642
|
+
src/core/ext/census/placeholders.c \
|
2643
|
+
src/core/ext/census/tracing.c \
|
2644
|
+
src/core/plugin_registry/grpc_plugin_registry.c \
|
2517
2645
|
|
2518
2646
|
PUBLIC_HEADERS_C += \
|
2519
|
-
include/grpc/
|
2647
|
+
include/grpc/byte_buffer.h \
|
2648
|
+
include/grpc/byte_buffer_reader.h \
|
2649
|
+
include/grpc/compression.h \
|
2650
|
+
include/grpc/grpc.h \
|
2651
|
+
include/grpc/status.h \
|
2520
2652
|
include/grpc/impl/codegen/byte_buffer.h \
|
2653
|
+
include/grpc/impl/codegen/byte_buffer_reader.h \
|
2521
2654
|
include/grpc/impl/codegen/compression_types.h \
|
2522
2655
|
include/grpc/impl/codegen/connectivity_state.h \
|
2523
2656
|
include/grpc/impl/codegen/grpc_types.h \
|
2524
2657
|
include/grpc/impl/codegen/propagation_bits.h \
|
2525
2658
|
include/grpc/impl/codegen/status.h \
|
2526
|
-
include/grpc/
|
2527
|
-
include/grpc/
|
2528
|
-
include/grpc/
|
2529
|
-
include/grpc/
|
2530
|
-
include/grpc/
|
2659
|
+
include/grpc/impl/codegen/alloc.h \
|
2660
|
+
include/grpc/impl/codegen/atm.h \
|
2661
|
+
include/grpc/impl/codegen/atm_gcc_atomic.h \
|
2662
|
+
include/grpc/impl/codegen/atm_gcc_sync.h \
|
2663
|
+
include/grpc/impl/codegen/atm_win32.h \
|
2664
|
+
include/grpc/impl/codegen/log.h \
|
2665
|
+
include/grpc/impl/codegen/port_platform.h \
|
2666
|
+
include/grpc/impl/codegen/slice.h \
|
2667
|
+
include/grpc/impl/codegen/slice_buffer.h \
|
2668
|
+
include/grpc/impl/codegen/sync.h \
|
2669
|
+
include/grpc/impl/codegen/sync_generic.h \
|
2670
|
+
include/grpc/impl/codegen/sync_posix.h \
|
2671
|
+
include/grpc/impl/codegen/sync_win32.h \
|
2672
|
+
include/grpc/impl/codegen/time.h \
|
2673
|
+
include/grpc/grpc_security.h \
|
2674
|
+
include/grpc/grpc_security_constants.h \
|
2531
2675
|
include/grpc/census.h \
|
2532
2676
|
|
2533
2677
|
LIBGRPC_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_SRC))))
|
@@ -2583,6 +2727,7 @@ endif
|
|
2583
2727
|
|
2584
2728
|
|
2585
2729
|
LIBGRPC_TEST_UTIL_SRC = \
|
2730
|
+
test/core/end2end/data/client_certs.c \
|
2586
2731
|
test/core/end2end/data/server1_cert.c \
|
2587
2732
|
test/core/end2end/data/server1_key.c \
|
2588
2733
|
test/core/end2end/data/test_root_cert.c \
|
@@ -2591,8 +2736,12 @@ LIBGRPC_TEST_UTIL_SRC = \
|
|
2591
2736
|
test/core/end2end/fixtures/proxy.c \
|
2592
2737
|
test/core/iomgr/endpoint_tests.c \
|
2593
2738
|
test/core/util/grpc_profiler.c \
|
2739
|
+
test/core/util/memory_counters.c \
|
2740
|
+
test/core/util/mock_endpoint.c \
|
2594
2741
|
test/core/util/parse_hexstring.c \
|
2742
|
+
test/core/util/passthru_endpoint.c \
|
2595
2743
|
test/core/util/port_posix.c \
|
2744
|
+
test/core/util/port_server_client.c \
|
2596
2745
|
test/core/util/port_windows.c \
|
2597
2746
|
test/core/util/slice_splitter.c \
|
2598
2747
|
|
@@ -2637,8 +2786,12 @@ LIBGRPC_TEST_UTIL_UNSECURE_SRC = \
|
|
2637
2786
|
test/core/end2end/fixtures/proxy.c \
|
2638
2787
|
test/core/iomgr/endpoint_tests.c \
|
2639
2788
|
test/core/util/grpc_profiler.c \
|
2789
|
+
test/core/util/memory_counters.c \
|
2790
|
+
test/core/util/mock_endpoint.c \
|
2640
2791
|
test/core/util/parse_hexstring.c \
|
2792
|
+
test/core/util/passthru_endpoint.c \
|
2641
2793
|
test/core/util/port_posix.c \
|
2794
|
+
test/core/util/port_server_client.c \
|
2642
2795
|
test/core/util/port_windows.c \
|
2643
2796
|
test/core/util/slice_splitter.c \
|
2644
2797
|
|
@@ -2665,146 +2818,151 @@ endif
|
|
2665
2818
|
|
2666
2819
|
|
2667
2820
|
LIBGRPC_UNSECURE_SRC = \
|
2668
|
-
src/core/surface/
|
2669
|
-
src/core/
|
2670
|
-
src/core/
|
2671
|
-
src/core/channel/
|
2672
|
-
src/core/channel/
|
2673
|
-
src/core/channel/
|
2674
|
-
src/core/channel/
|
2675
|
-
src/core/channel/
|
2676
|
-
src/core/channel/
|
2677
|
-
src/core/
|
2678
|
-
src/core/
|
2679
|
-
src/core/
|
2680
|
-
src/core/
|
2681
|
-
src/core/
|
2682
|
-
src/core/
|
2683
|
-
src/core/
|
2684
|
-
src/core/
|
2685
|
-
src/core/
|
2686
|
-
src/core/
|
2687
|
-
src/core/
|
2688
|
-
src/core/
|
2689
|
-
src/core/
|
2690
|
-
src/core/
|
2691
|
-
src/core/
|
2692
|
-
src/core/
|
2693
|
-
src/core/
|
2694
|
-
src/core/
|
2695
|
-
src/core/
|
2696
|
-
src/core/
|
2697
|
-
src/core/
|
2698
|
-
src/core/
|
2699
|
-
src/core/
|
2700
|
-
src/core/
|
2701
|
-
src/core/
|
2702
|
-
src/core/
|
2703
|
-
src/core/
|
2704
|
-
src/core/
|
2705
|
-
src/core/iomgr/
|
2706
|
-
src/core/iomgr/
|
2707
|
-
src/core/iomgr/
|
2708
|
-
src/core/iomgr/
|
2709
|
-
src/core/iomgr/
|
2710
|
-
src/core/iomgr/
|
2711
|
-
src/core/iomgr/
|
2712
|
-
src/core/iomgr/
|
2713
|
-
src/core/iomgr/
|
2714
|
-
src/core/iomgr/
|
2715
|
-
src/core/iomgr/
|
2716
|
-
src/core/iomgr/
|
2717
|
-
src/core/iomgr/
|
2718
|
-
src/core/iomgr/
|
2719
|
-
src/core/iomgr/
|
2720
|
-
src/core/iomgr/
|
2721
|
-
src/core/iomgr/
|
2722
|
-
src/core/
|
2723
|
-
src/core/
|
2724
|
-
src/core/
|
2725
|
-
src/core/
|
2726
|
-
src/core/
|
2727
|
-
src/core/
|
2728
|
-
src/core/
|
2729
|
-
src/core/
|
2730
|
-
src/core/
|
2731
|
-
src/core/
|
2732
|
-
src/core/
|
2733
|
-
src/core/
|
2734
|
-
src/core/
|
2735
|
-
src/core/
|
2736
|
-
src/core/
|
2737
|
-
src/core/
|
2738
|
-
src/core/
|
2739
|
-
src/core/
|
2740
|
-
src/core/
|
2741
|
-
src/core/
|
2742
|
-
src/core/
|
2743
|
-
src/core/
|
2744
|
-
src/core/
|
2745
|
-
src/core/
|
2746
|
-
src/core/
|
2747
|
-
src/core/
|
2748
|
-
src/core/
|
2749
|
-
src/core/
|
2750
|
-
src/core/
|
2751
|
-
src/core/
|
2752
|
-
src/core/
|
2753
|
-
src/core/
|
2754
|
-
src/core/
|
2755
|
-
src/core/
|
2756
|
-
src/core/
|
2757
|
-
src/core/
|
2758
|
-
src/core/
|
2759
|
-
src/core/
|
2760
|
-
src/core/
|
2761
|
-
src/core/
|
2762
|
-
src/core/
|
2763
|
-
src/core/
|
2764
|
-
src/core/
|
2765
|
-
src/core/
|
2766
|
-
src/core/
|
2767
|
-
src/core/
|
2768
|
-
src/core/
|
2769
|
-
src/core/
|
2770
|
-
src/core/
|
2771
|
-
src/core/transport/
|
2772
|
-
src/core/transport/chttp2/
|
2773
|
-
src/core/transport/chttp2/
|
2774
|
-
src/core/transport/chttp2/
|
2775
|
-
src/core/
|
2776
|
-
src/core/
|
2777
|
-
src/core/
|
2778
|
-
src/core/
|
2779
|
-
src/core/
|
2780
|
-
src/core/
|
2781
|
-
src/core/
|
2782
|
-
src/core/
|
2783
|
-
src/core/
|
2784
|
-
src/core/
|
2785
|
-
src/core/
|
2786
|
-
src/core/
|
2787
|
-
src/core/
|
2788
|
-
src/core/
|
2789
|
-
src/core/
|
2790
|
-
src/core/
|
2791
|
-
src/core/
|
2792
|
-
src/core/
|
2793
|
-
src/core/
|
2794
|
-
src/core/
|
2795
|
-
src/core/
|
2796
|
-
src/core/
|
2797
|
-
src/core/
|
2798
|
-
src/core/transport/transport_op_string.c \
|
2799
|
-
src/core/census/context.c \
|
2800
|
-
src/core/census/initialize.c \
|
2801
|
-
src/core/census/mlog.c \
|
2802
|
-
src/core/census/operation.c \
|
2803
|
-
src/core/census/placeholders.c \
|
2804
|
-
src/core/census/tracing.c \
|
2821
|
+
src/core/lib/surface/init.c \
|
2822
|
+
src/core/lib/surface/init_unsecure.c \
|
2823
|
+
src/core/lib/channel/channel_args.c \
|
2824
|
+
src/core/lib/channel/channel_stack.c \
|
2825
|
+
src/core/lib/channel/channel_stack_builder.c \
|
2826
|
+
src/core/lib/channel/compress_filter.c \
|
2827
|
+
src/core/lib/channel/connected_channel.c \
|
2828
|
+
src/core/lib/channel/http_client_filter.c \
|
2829
|
+
src/core/lib/channel/http_server_filter.c \
|
2830
|
+
src/core/lib/compression/compression_algorithm.c \
|
2831
|
+
src/core/lib/compression/message_compress.c \
|
2832
|
+
src/core/lib/debug/trace.c \
|
2833
|
+
src/core/lib/http/format_request.c \
|
2834
|
+
src/core/lib/http/httpcli.c \
|
2835
|
+
src/core/lib/http/parser.c \
|
2836
|
+
src/core/lib/iomgr/closure.c \
|
2837
|
+
src/core/lib/iomgr/endpoint.c \
|
2838
|
+
src/core/lib/iomgr/endpoint_pair_posix.c \
|
2839
|
+
src/core/lib/iomgr/endpoint_pair_windows.c \
|
2840
|
+
src/core/lib/iomgr/ev_poll_and_epoll_posix.c \
|
2841
|
+
src/core/lib/iomgr/ev_posix.c \
|
2842
|
+
src/core/lib/iomgr/exec_ctx.c \
|
2843
|
+
src/core/lib/iomgr/executor.c \
|
2844
|
+
src/core/lib/iomgr/iocp_windows.c \
|
2845
|
+
src/core/lib/iomgr/iomgr.c \
|
2846
|
+
src/core/lib/iomgr/iomgr_posix.c \
|
2847
|
+
src/core/lib/iomgr/iomgr_windows.c \
|
2848
|
+
src/core/lib/iomgr/pollset_set_windows.c \
|
2849
|
+
src/core/lib/iomgr/pollset_windows.c \
|
2850
|
+
src/core/lib/iomgr/resolve_address_posix.c \
|
2851
|
+
src/core/lib/iomgr/resolve_address_windows.c \
|
2852
|
+
src/core/lib/iomgr/sockaddr_utils.c \
|
2853
|
+
src/core/lib/iomgr/socket_utils_common_posix.c \
|
2854
|
+
src/core/lib/iomgr/socket_utils_linux.c \
|
2855
|
+
src/core/lib/iomgr/socket_utils_posix.c \
|
2856
|
+
src/core/lib/iomgr/socket_windows.c \
|
2857
|
+
src/core/lib/iomgr/tcp_client_posix.c \
|
2858
|
+
src/core/lib/iomgr/tcp_client_windows.c \
|
2859
|
+
src/core/lib/iomgr/tcp_posix.c \
|
2860
|
+
src/core/lib/iomgr/tcp_server_posix.c \
|
2861
|
+
src/core/lib/iomgr/tcp_server_windows.c \
|
2862
|
+
src/core/lib/iomgr/tcp_windows.c \
|
2863
|
+
src/core/lib/iomgr/time_averaged_stats.c \
|
2864
|
+
src/core/lib/iomgr/timer.c \
|
2865
|
+
src/core/lib/iomgr/timer_heap.c \
|
2866
|
+
src/core/lib/iomgr/udp_server.c \
|
2867
|
+
src/core/lib/iomgr/unix_sockets_posix.c \
|
2868
|
+
src/core/lib/iomgr/unix_sockets_posix_noop.c \
|
2869
|
+
src/core/lib/iomgr/wakeup_fd_eventfd.c \
|
2870
|
+
src/core/lib/iomgr/wakeup_fd_nospecial.c \
|
2871
|
+
src/core/lib/iomgr/wakeup_fd_pipe.c \
|
2872
|
+
src/core/lib/iomgr/wakeup_fd_posix.c \
|
2873
|
+
src/core/lib/iomgr/workqueue_posix.c \
|
2874
|
+
src/core/lib/iomgr/workqueue_windows.c \
|
2875
|
+
src/core/lib/json/json.c \
|
2876
|
+
src/core/lib/json/json_reader.c \
|
2877
|
+
src/core/lib/json/json_string.c \
|
2878
|
+
src/core/lib/json/json_writer.c \
|
2879
|
+
src/core/lib/surface/alarm.c \
|
2880
|
+
src/core/lib/surface/api_trace.c \
|
2881
|
+
src/core/lib/surface/byte_buffer.c \
|
2882
|
+
src/core/lib/surface/byte_buffer_reader.c \
|
2883
|
+
src/core/lib/surface/call.c \
|
2884
|
+
src/core/lib/surface/call_details.c \
|
2885
|
+
src/core/lib/surface/call_log_batch.c \
|
2886
|
+
src/core/lib/surface/channel.c \
|
2887
|
+
src/core/lib/surface/channel_init.c \
|
2888
|
+
src/core/lib/surface/channel_ping.c \
|
2889
|
+
src/core/lib/surface/channel_stack_type.c \
|
2890
|
+
src/core/lib/surface/completion_queue.c \
|
2891
|
+
src/core/lib/surface/event_string.c \
|
2892
|
+
src/core/lib/surface/lame_client.c \
|
2893
|
+
src/core/lib/surface/metadata_array.c \
|
2894
|
+
src/core/lib/surface/server.c \
|
2895
|
+
src/core/lib/surface/validate_metadata.c \
|
2896
|
+
src/core/lib/surface/version.c \
|
2897
|
+
src/core/lib/transport/byte_stream.c \
|
2898
|
+
src/core/lib/transport/connectivity_state.c \
|
2899
|
+
src/core/lib/transport/metadata.c \
|
2900
|
+
src/core/lib/transport/metadata_batch.c \
|
2901
|
+
src/core/lib/transport/static_metadata.c \
|
2902
|
+
src/core/lib/transport/transport.c \
|
2903
|
+
src/core/lib/transport/transport_op_string.c \
|
2904
|
+
src/core/ext/transport/chttp2/server/insecure/server_chttp2.c \
|
2905
|
+
src/core/ext/transport/chttp2/transport/bin_encoder.c \
|
2906
|
+
src/core/ext/transport/chttp2/transport/chttp2_plugin.c \
|
2907
|
+
src/core/ext/transport/chttp2/transport/chttp2_transport.c \
|
2908
|
+
src/core/ext/transport/chttp2/transport/frame_data.c \
|
2909
|
+
src/core/ext/transport/chttp2/transport/frame_goaway.c \
|
2910
|
+
src/core/ext/transport/chttp2/transport/frame_ping.c \
|
2911
|
+
src/core/ext/transport/chttp2/transport/frame_rst_stream.c \
|
2912
|
+
src/core/ext/transport/chttp2/transport/frame_settings.c \
|
2913
|
+
src/core/ext/transport/chttp2/transport/frame_window_update.c \
|
2914
|
+
src/core/ext/transport/chttp2/transport/hpack_encoder.c \
|
2915
|
+
src/core/ext/transport/chttp2/transport/hpack_parser.c \
|
2916
|
+
src/core/ext/transport/chttp2/transport/hpack_table.c \
|
2917
|
+
src/core/ext/transport/chttp2/transport/huffsyms.c \
|
2918
|
+
src/core/ext/transport/chttp2/transport/incoming_metadata.c \
|
2919
|
+
src/core/ext/transport/chttp2/transport/parsing.c \
|
2920
|
+
src/core/ext/transport/chttp2/transport/status_conversion.c \
|
2921
|
+
src/core/ext/transport/chttp2/transport/stream_lists.c \
|
2922
|
+
src/core/ext/transport/chttp2/transport/stream_map.c \
|
2923
|
+
src/core/ext/transport/chttp2/transport/timeout_encoding.c \
|
2924
|
+
src/core/ext/transport/chttp2/transport/varint.c \
|
2925
|
+
src/core/ext/transport/chttp2/transport/writing.c \
|
2926
|
+
src/core/ext/transport/chttp2/alpn/alpn.c \
|
2927
|
+
src/core/ext/transport/chttp2/client/insecure/channel_create.c \
|
2928
|
+
src/core/ext/client_config/channel_connectivity.c \
|
2929
|
+
src/core/ext/client_config/client_channel.c \
|
2930
|
+
src/core/ext/client_config/client_channel_factory.c \
|
2931
|
+
src/core/ext/client_config/client_config.c \
|
2932
|
+
src/core/ext/client_config/client_config_plugin.c \
|
2933
|
+
src/core/ext/client_config/connector.c \
|
2934
|
+
src/core/ext/client_config/default_initial_connect_string.c \
|
2935
|
+
src/core/ext/client_config/initial_connect_string.c \
|
2936
|
+
src/core/ext/client_config/lb_policy.c \
|
2937
|
+
src/core/ext/client_config/lb_policy_factory.c \
|
2938
|
+
src/core/ext/client_config/lb_policy_registry.c \
|
2939
|
+
src/core/ext/client_config/parse_address.c \
|
2940
|
+
src/core/ext/client_config/resolver.c \
|
2941
|
+
src/core/ext/client_config/resolver_factory.c \
|
2942
|
+
src/core/ext/client_config/resolver_registry.c \
|
2943
|
+
src/core/ext/client_config/subchannel.c \
|
2944
|
+
src/core/ext/client_config/subchannel_call_holder.c \
|
2945
|
+
src/core/ext/client_config/subchannel_index.c \
|
2946
|
+
src/core/ext/client_config/uri_parser.c \
|
2947
|
+
src/core/ext/resolver/dns/native/dns_resolver.c \
|
2948
|
+
src/core/ext/resolver/sockaddr/sockaddr_resolver.c \
|
2949
|
+
src/core/ext/lb_policy/grpclb/load_balancer_api.c \
|
2950
|
+
src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c \
|
2805
2951
|
third_party/nanopb/pb_common.c \
|
2806
2952
|
third_party/nanopb/pb_decode.c \
|
2807
2953
|
third_party/nanopb/pb_encode.c \
|
2954
|
+
src/core/ext/lb_policy/pick_first/pick_first.c \
|
2955
|
+
src/core/ext/lb_policy/round_robin/round_robin.c \
|
2956
|
+
src/core/ext/census/context.c \
|
2957
|
+
src/core/ext/census/grpc_context.c \
|
2958
|
+
src/core/ext/census/grpc_filter.c \
|
2959
|
+
src/core/ext/census/grpc_plugin.c \
|
2960
|
+
src/core/ext/census/initialize.c \
|
2961
|
+
src/core/ext/census/mlog.c \
|
2962
|
+
src/core/ext/census/operation.c \
|
2963
|
+
src/core/ext/census/placeholders.c \
|
2964
|
+
src/core/ext/census/tracing.c \
|
2965
|
+
src/core/plugin_registry/grpc_unsecure_plugin_registry.c \
|
2808
2966
|
|
2809
2967
|
PUBLIC_HEADERS_C += \
|
2810
2968
|
include/grpc/byte_buffer.h \
|
@@ -2813,11 +2971,26 @@ PUBLIC_HEADERS_C += \
|
|
2813
2971
|
include/grpc/grpc.h \
|
2814
2972
|
include/grpc/status.h \
|
2815
2973
|
include/grpc/impl/codegen/byte_buffer.h \
|
2974
|
+
include/grpc/impl/codegen/byte_buffer_reader.h \
|
2816
2975
|
include/grpc/impl/codegen/compression_types.h \
|
2817
2976
|
include/grpc/impl/codegen/connectivity_state.h \
|
2818
2977
|
include/grpc/impl/codegen/grpc_types.h \
|
2819
2978
|
include/grpc/impl/codegen/propagation_bits.h \
|
2820
2979
|
include/grpc/impl/codegen/status.h \
|
2980
|
+
include/grpc/impl/codegen/alloc.h \
|
2981
|
+
include/grpc/impl/codegen/atm.h \
|
2982
|
+
include/grpc/impl/codegen/atm_gcc_atomic.h \
|
2983
|
+
include/grpc/impl/codegen/atm_gcc_sync.h \
|
2984
|
+
include/grpc/impl/codegen/atm_win32.h \
|
2985
|
+
include/grpc/impl/codegen/log.h \
|
2986
|
+
include/grpc/impl/codegen/port_platform.h \
|
2987
|
+
include/grpc/impl/codegen/slice.h \
|
2988
|
+
include/grpc/impl/codegen/slice_buffer.h \
|
2989
|
+
include/grpc/impl/codegen/sync.h \
|
2990
|
+
include/grpc/impl/codegen/sync_generic.h \
|
2991
|
+
include/grpc/impl/codegen/sync_posix.h \
|
2992
|
+
include/grpc/impl/codegen/sync_win32.h \
|
2993
|
+
include/grpc/impl/codegen/time.h \
|
2821
2994
|
include/grpc/census.h \
|
2822
2995
|
|
2823
2996
|
LIBGRPC_UNSECURE_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_UNSECURE_SRC))))
|
@@ -2858,7 +3031,7 @@ endif
|
|
2858
3031
|
|
2859
3032
|
|
2860
3033
|
LIBGRPC_ZOOKEEPER_SRC = \
|
2861
|
-
src/core/
|
3034
|
+
src/core/ext/resolver/zookeeper/zookeeper_resolver.c \
|
2862
3035
|
|
2863
3036
|
PUBLIC_HEADERS_C += \
|
2864
3037
|
include/grpc/grpc_zookeeper.h \
|
@@ -2903,6 +3076,7 @@ endif
|
|
2903
3076
|
LIBRECONNECT_SERVER_SRC = \
|
2904
3077
|
test/core/util/reconnect_server.c \
|
2905
3078
|
|
3079
|
+
PUBLIC_HEADERS_C += \
|
2906
3080
|
|
2907
3081
|
LIBRECONNECT_SERVER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBRECONNECT_SERVER_SRC))))
|
2908
3082
|
|
@@ -2941,6 +3115,7 @@ endif
|
|
2941
3115
|
LIBTEST_TCP_SERVER_SRC = \
|
2942
3116
|
test/core/util/test_tcp_server.c \
|
2943
3117
|
|
3118
|
+
PUBLIC_HEADERS_C += \
|
2944
3119
|
|
2945
3120
|
LIBTEST_TCP_SERVER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBTEST_TCP_SERVER_SRC))))
|
2946
3121
|
|
@@ -2990,11 +3165,10 @@ LIBGRPC++_SRC = \
|
|
2990
3165
|
src/cpp/client/credentials.cc \
|
2991
3166
|
src/cpp/client/generic_stub.cc \
|
2992
3167
|
src/cpp/client/insecure_credentials.cc \
|
2993
|
-
src/cpp/common/call.cc \
|
2994
3168
|
src/cpp/common/channel_arguments.cc \
|
2995
3169
|
src/cpp/common/completion_queue.cc \
|
3170
|
+
src/cpp/common/core_codegen.cc \
|
2996
3171
|
src/cpp/common/rpc_method.cc \
|
2997
|
-
src/cpp/proto/proto_utils.cc \
|
2998
3172
|
src/cpp/server/async_generic_service.cc \
|
2999
3173
|
src/cpp/server/create_default_thread_pool.cc \
|
3000
3174
|
src/cpp/server/dynamic_thread_pool.cc \
|
@@ -3008,7 +3182,7 @@ LIBGRPC++_SRC = \
|
|
3008
3182
|
src/cpp/util/status.cc \
|
3009
3183
|
src/cpp/util/string_ref.cc \
|
3010
3184
|
src/cpp/util/time.cc \
|
3011
|
-
src/cpp/codegen/
|
3185
|
+
src/cpp/codegen/codegen_init.cc \
|
3012
3186
|
|
3013
3187
|
PUBLIC_HEADERS_CXX += \
|
3014
3188
|
include/grpc++/alarm.h \
|
@@ -3046,8 +3220,6 @@ PUBLIC_HEADERS_CXX += \
|
|
3046
3220
|
include/grpc++/support/async_unary_call.h \
|
3047
3221
|
include/grpc++/support/byte_buffer.h \
|
3048
3222
|
include/grpc++/support/channel_arguments.h \
|
3049
|
-
include/grpc++/support/config.h \
|
3050
|
-
include/grpc++/support/config_protobuf.h \
|
3051
3223
|
include/grpc++/support/slice.h \
|
3052
3224
|
include/grpc++/support/status.h \
|
3053
3225
|
include/grpc++/support/status_code_enum.h \
|
@@ -3064,8 +3236,8 @@ PUBLIC_HEADERS_CXX += \
|
|
3064
3236
|
include/grpc++/impl/codegen/client_unary_call.h \
|
3065
3237
|
include/grpc++/impl/codegen/completion_queue.h \
|
3066
3238
|
include/grpc++/impl/codegen/completion_queue_tag.h \
|
3067
|
-
include/grpc++/impl/codegen/
|
3068
|
-
include/grpc++/impl/codegen/
|
3239
|
+
include/grpc++/impl/codegen/core_codegen_interface.h \
|
3240
|
+
include/grpc++/impl/codegen/create_auth_context.h \
|
3069
3241
|
include/grpc++/impl/codegen/grpc_library.h \
|
3070
3242
|
include/grpc++/impl/codegen/method_handler_impl.h \
|
3071
3243
|
include/grpc++/impl/codegen/proto_utils.h \
|
@@ -3085,6 +3257,31 @@ PUBLIC_HEADERS_CXX += \
|
|
3085
3257
|
include/grpc++/impl/codegen/sync_no_cxx11.h \
|
3086
3258
|
include/grpc++/impl/codegen/sync_stream.h \
|
3087
3259
|
include/grpc++/impl/codegen/time.h \
|
3260
|
+
include/grpc/impl/codegen/byte_buffer.h \
|
3261
|
+
include/grpc/impl/codegen/byte_buffer_reader.h \
|
3262
|
+
include/grpc/impl/codegen/compression_types.h \
|
3263
|
+
include/grpc/impl/codegen/connectivity_state.h \
|
3264
|
+
include/grpc/impl/codegen/grpc_types.h \
|
3265
|
+
include/grpc/impl/codegen/propagation_bits.h \
|
3266
|
+
include/grpc/impl/codegen/status.h \
|
3267
|
+
include/grpc/impl/codegen/alloc.h \
|
3268
|
+
include/grpc/impl/codegen/atm.h \
|
3269
|
+
include/grpc/impl/codegen/atm_gcc_atomic.h \
|
3270
|
+
include/grpc/impl/codegen/atm_gcc_sync.h \
|
3271
|
+
include/grpc/impl/codegen/atm_win32.h \
|
3272
|
+
include/grpc/impl/codegen/log.h \
|
3273
|
+
include/grpc/impl/codegen/port_platform.h \
|
3274
|
+
include/grpc/impl/codegen/slice.h \
|
3275
|
+
include/grpc/impl/codegen/slice_buffer.h \
|
3276
|
+
include/grpc/impl/codegen/sync.h \
|
3277
|
+
include/grpc/impl/codegen/sync_generic.h \
|
3278
|
+
include/grpc/impl/codegen/sync_posix.h \
|
3279
|
+
include/grpc/impl/codegen/sync_win32.h \
|
3280
|
+
include/grpc/impl/codegen/time.h \
|
3281
|
+
include/grpc++/impl/codegen/config.h \
|
3282
|
+
include/grpc++/impl/codegen/config_protobuf.h \
|
3283
|
+
include/grpc++/support/config.h \
|
3284
|
+
include/grpc++/support/config_protobuf.h \
|
3088
3285
|
|
3089
3286
|
LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC))))
|
3090
3287
|
|
@@ -3152,6 +3349,7 @@ endif
|
|
3152
3349
|
LIBGRPC++_TEST_CONFIG_SRC = \
|
3153
3350
|
test/cpp/util/test_config.cc \
|
3154
3351
|
|
3352
|
+
PUBLIC_HEADERS_CXX += \
|
3155
3353
|
|
3156
3354
|
LIBGRPC++_TEST_CONFIG_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_TEST_CONFIG_SRC))))
|
3157
3355
|
|
@@ -3209,6 +3407,7 @@ LIBGRPC++_TEST_UTIL_SRC = \
|
|
3209
3407
|
test/cpp/util/subprocess.cc \
|
3210
3408
|
test/cpp/util/test_credentials_provider.cc \
|
3211
3409
|
|
3410
|
+
PUBLIC_HEADERS_CXX += \
|
3212
3411
|
|
3213
3412
|
LIBGRPC++_TEST_UTIL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_TEST_UTIL_SRC))))
|
3214
3413
|
|
@@ -3270,11 +3469,10 @@ LIBGRPC++_UNSECURE_SRC = \
|
|
3270
3469
|
src/cpp/client/credentials.cc \
|
3271
3470
|
src/cpp/client/generic_stub.cc \
|
3272
3471
|
src/cpp/client/insecure_credentials.cc \
|
3273
|
-
src/cpp/common/call.cc \
|
3274
3472
|
src/cpp/common/channel_arguments.cc \
|
3275
3473
|
src/cpp/common/completion_queue.cc \
|
3474
|
+
src/cpp/common/core_codegen.cc \
|
3276
3475
|
src/cpp/common/rpc_method.cc \
|
3277
|
-
src/cpp/proto/proto_utils.cc \
|
3278
3476
|
src/cpp/server/async_generic_service.cc \
|
3279
3477
|
src/cpp/server/create_default_thread_pool.cc \
|
3280
3478
|
src/cpp/server/dynamic_thread_pool.cc \
|
@@ -3288,7 +3486,7 @@ LIBGRPC++_UNSECURE_SRC = \
|
|
3288
3486
|
src/cpp/util/status.cc \
|
3289
3487
|
src/cpp/util/string_ref.cc \
|
3290
3488
|
src/cpp/util/time.cc \
|
3291
|
-
src/cpp/codegen/
|
3489
|
+
src/cpp/codegen/codegen_init.cc \
|
3292
3490
|
|
3293
3491
|
PUBLIC_HEADERS_CXX += \
|
3294
3492
|
include/grpc++/alarm.h \
|
@@ -3326,8 +3524,6 @@ PUBLIC_HEADERS_CXX += \
|
|
3326
3524
|
include/grpc++/support/async_unary_call.h \
|
3327
3525
|
include/grpc++/support/byte_buffer.h \
|
3328
3526
|
include/grpc++/support/channel_arguments.h \
|
3329
|
-
include/grpc++/support/config.h \
|
3330
|
-
include/grpc++/support/config_protobuf.h \
|
3331
3527
|
include/grpc++/support/slice.h \
|
3332
3528
|
include/grpc++/support/status.h \
|
3333
3529
|
include/grpc++/support/status_code_enum.h \
|
@@ -3344,8 +3540,8 @@ PUBLIC_HEADERS_CXX += \
|
|
3344
3540
|
include/grpc++/impl/codegen/client_unary_call.h \
|
3345
3541
|
include/grpc++/impl/codegen/completion_queue.h \
|
3346
3542
|
include/grpc++/impl/codegen/completion_queue_tag.h \
|
3347
|
-
include/grpc++/impl/codegen/
|
3348
|
-
include/grpc++/impl/codegen/
|
3543
|
+
include/grpc++/impl/codegen/core_codegen_interface.h \
|
3544
|
+
include/grpc++/impl/codegen/create_auth_context.h \
|
3349
3545
|
include/grpc++/impl/codegen/grpc_library.h \
|
3350
3546
|
include/grpc++/impl/codegen/method_handler_impl.h \
|
3351
3547
|
include/grpc++/impl/codegen/proto_utils.h \
|
@@ -3365,6 +3561,31 @@ PUBLIC_HEADERS_CXX += \
|
|
3365
3561
|
include/grpc++/impl/codegen/sync_no_cxx11.h \
|
3366
3562
|
include/grpc++/impl/codegen/sync_stream.h \
|
3367
3563
|
include/grpc++/impl/codegen/time.h \
|
3564
|
+
include/grpc/impl/codegen/byte_buffer.h \
|
3565
|
+
include/grpc/impl/codegen/byte_buffer_reader.h \
|
3566
|
+
include/grpc/impl/codegen/compression_types.h \
|
3567
|
+
include/grpc/impl/codegen/connectivity_state.h \
|
3568
|
+
include/grpc/impl/codegen/grpc_types.h \
|
3569
|
+
include/grpc/impl/codegen/propagation_bits.h \
|
3570
|
+
include/grpc/impl/codegen/status.h \
|
3571
|
+
include/grpc/impl/codegen/alloc.h \
|
3572
|
+
include/grpc/impl/codegen/atm.h \
|
3573
|
+
include/grpc/impl/codegen/atm_gcc_atomic.h \
|
3574
|
+
include/grpc/impl/codegen/atm_gcc_sync.h \
|
3575
|
+
include/grpc/impl/codegen/atm_win32.h \
|
3576
|
+
include/grpc/impl/codegen/log.h \
|
3577
|
+
include/grpc/impl/codegen/port_platform.h \
|
3578
|
+
include/grpc/impl/codegen/slice.h \
|
3579
|
+
include/grpc/impl/codegen/slice_buffer.h \
|
3580
|
+
include/grpc/impl/codegen/sync.h \
|
3581
|
+
include/grpc/impl/codegen/sync_generic.h \
|
3582
|
+
include/grpc/impl/codegen/sync_posix.h \
|
3583
|
+
include/grpc/impl/codegen/sync_win32.h \
|
3584
|
+
include/grpc/impl/codegen/time.h \
|
3585
|
+
include/grpc++/impl/codegen/config.h \
|
3586
|
+
include/grpc++/impl/codegen/config_protobuf.h \
|
3587
|
+
include/grpc++/support/config.h \
|
3588
|
+
include/grpc++/support/config_protobuf.h \
|
3368
3589
|
|
3369
3590
|
LIBGRPC++_UNSECURE_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_UNSECURE_SRC))))
|
3370
3591
|
|
@@ -3391,18 +3612,18 @@ endif
|
|
3391
3612
|
|
3392
3613
|
|
3393
3614
|
ifeq ($(SYSTEM),MINGW32)
|
3394
|
-
$(LIBDIR)/$(CONFIG)/grpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT): $(LIBGRPC++_UNSECURE_OBJS) $(ZLIB_DEP) $(PROTOBUF_DEP) $(LIBDIR)/$(CONFIG)/gpr.$(SHARED_EXT) $(LIBDIR)/$(CONFIG)/grpc_unsecure.$(SHARED_EXT)
|
3615
|
+
$(LIBDIR)/$(CONFIG)/grpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT): $(LIBGRPC++_UNSECURE_OBJS) $(ZLIB_DEP) $(PROTOBUF_DEP) $(LIBDIR)/$(CONFIG)/gpr.$(SHARED_EXT) $(LIBDIR)/$(CONFIG)/grpc_unsecure.$(SHARED_EXT) $(LIBDIR)/$(CONFIG)/grpc.$(SHARED_EXT)
|
3395
3616
|
$(E) "[LD] Linking $@"
|
3396
3617
|
$(Q) mkdir -p `dirname $@`
|
3397
|
-
$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -shared grpc++_unsecure.def -Wl,--output-def=$(LIBDIR)/$(CONFIG)/grpc++_unsecure$(SHARED_VERSION).def -Wl,--out-implib=$(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION)-dll.a -o $(LIBDIR)/$(CONFIG)/grpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) $(LIBGRPC++_UNSECURE_OBJS) $(LDLIBS) $(ZLIB_MERGE_LIBS) $(LDLIBSXX) $(LDLIBS_PROTOBUF) -lgpr-imp -lgrpc_unsecure-imp
|
3618
|
+
$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -shared grpc++_unsecure.def -Wl,--output-def=$(LIBDIR)/$(CONFIG)/grpc++_unsecure$(SHARED_VERSION).def -Wl,--out-implib=$(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION)-dll.a -o $(LIBDIR)/$(CONFIG)/grpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) $(LIBGRPC++_UNSECURE_OBJS) $(LDLIBS) $(ZLIB_MERGE_LIBS) $(LDLIBSXX) $(LDLIBS_PROTOBUF) -lgpr-imp -lgrpc_unsecure-imp -lgrpc-imp
|
3398
3619
|
else
|
3399
|
-
$(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT): $(LIBGRPC++_UNSECURE_OBJS) $(ZLIB_DEP) $(PROTOBUF_DEP) $(LIBDIR)/$(CONFIG)/libgpr.$(SHARED_EXT) $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.$(SHARED_EXT)
|
3620
|
+
$(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT): $(LIBGRPC++_UNSECURE_OBJS) $(ZLIB_DEP) $(PROTOBUF_DEP) $(LIBDIR)/$(CONFIG)/libgpr.$(SHARED_EXT) $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.$(SHARED_EXT) $(LIBDIR)/$(CONFIG)/libgrpc.$(SHARED_EXT)
|
3400
3621
|
$(E) "[LD] Linking $@"
|
3401
3622
|
$(Q) mkdir -p `dirname $@`
|
3402
3623
|
ifeq ($(SYSTEM),Darwin)
|
3403
|
-
$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -install_name $(SHARED_PREFIX)grpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) -dynamiclib -o $(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) $(LIBGRPC++_UNSECURE_OBJS) $(LDLIBS) $(ZLIB_MERGE_LIBS) $(LDLIBSXX) $(LDLIBS_PROTOBUF) -lgpr -lgrpc_unsecure
|
3624
|
+
$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -install_name $(SHARED_PREFIX)grpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) -dynamiclib -o $(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) $(LIBGRPC++_UNSECURE_OBJS) $(LDLIBS) $(ZLIB_MERGE_LIBS) $(LDLIBSXX) $(LDLIBS_PROTOBUF) -lgpr -lgrpc_unsecure -lgrpc
|
3404
3625
|
else
|
3405
|
-
$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -shared -Wl,-soname,libgrpc++_unsecure.so.0 -o $(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) $(LIBGRPC++_UNSECURE_OBJS) $(LDLIBS) $(ZLIB_MERGE_LIBS) $(LDLIBSXX) $(LDLIBS_PROTOBUF) -lgpr -lgrpc_unsecure
|
3626
|
+
$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -shared -Wl,-soname,libgrpc++_unsecure.so.0 -o $(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) $(LIBGRPC++_UNSECURE_OBJS) $(LDLIBS) $(ZLIB_MERGE_LIBS) $(LDLIBSXX) $(LDLIBS_PROTOBUF) -lgpr -lgrpc_unsecure -lgrpc
|
3406
3627
|
$(Q) ln -sf $(SHARED_PREFIX)grpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) $(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION).so.0
|
3407
3628
|
$(Q) ln -sf $(SHARED_PREFIX)grpc++_unsecure$(SHARED_VERSION).$(SHARED_EXT) $(LIBDIR)/$(CONFIG)/libgrpc++_unsecure$(SHARED_VERSION).so
|
3408
3629
|
endif
|
@@ -3418,62 +3639,16 @@ endif
|
|
3418
3639
|
LIBGRPC_PLUGIN_SUPPORT_SRC = \
|
3419
3640
|
src/compiler/cpp_generator.cc \
|
3420
3641
|
src/compiler/csharp_generator.cc \
|
3642
|
+
src/compiler/node_generator.cc \
|
3421
3643
|
src/compiler/objective_c_generator.cc \
|
3422
3644
|
src/compiler/python_generator.cc \
|
3423
3645
|
src/compiler/ruby_generator.cc \
|
3424
|
-
src/cpp/codegen/grpc_library.cc \
|
3425
3646
|
|
3426
3647
|
PUBLIC_HEADERS_CXX += \
|
3427
|
-
include/grpc++/
|
3428
|
-
include/grpc++/
|
3429
|
-
include/grpc++/impl/codegen/call.h \
|
3430
|
-
include/grpc++/impl/codegen/call_hook.h \
|
3431
|
-
include/grpc++/impl/codegen/channel_interface.h \
|
3432
|
-
include/grpc++/impl/codegen/client_context.h \
|
3433
|
-
include/grpc++/impl/codegen/client_unary_call.h \
|
3434
|
-
include/grpc++/impl/codegen/completion_queue.h \
|
3435
|
-
include/grpc++/impl/codegen/completion_queue_tag.h \
|
3648
|
+
include/grpc++/support/config.h \
|
3649
|
+
include/grpc++/support/config_protobuf.h \
|
3436
3650
|
include/grpc++/impl/codegen/config.h \
|
3437
3651
|
include/grpc++/impl/codegen/config_protobuf.h \
|
3438
|
-
include/grpc++/impl/codegen/grpc_library.h \
|
3439
|
-
include/grpc++/impl/codegen/method_handler_impl.h \
|
3440
|
-
include/grpc++/impl/codegen/proto_utils.h \
|
3441
|
-
include/grpc++/impl/codegen/rpc_method.h \
|
3442
|
-
include/grpc++/impl/codegen/rpc_service_method.h \
|
3443
|
-
include/grpc++/impl/codegen/security/auth_context.h \
|
3444
|
-
include/grpc++/impl/codegen/serialization_traits.h \
|
3445
|
-
include/grpc++/impl/codegen/server_context.h \
|
3446
|
-
include/grpc++/impl/codegen/server_interface.h \
|
3447
|
-
include/grpc++/impl/codegen/service_type.h \
|
3448
|
-
include/grpc++/impl/codegen/status.h \
|
3449
|
-
include/grpc++/impl/codegen/status_code_enum.h \
|
3450
|
-
include/grpc++/impl/codegen/string_ref.h \
|
3451
|
-
include/grpc++/impl/codegen/stub_options.h \
|
3452
|
-
include/grpc++/impl/codegen/sync.h \
|
3453
|
-
include/grpc++/impl/codegen/sync_cxx11.h \
|
3454
|
-
include/grpc++/impl/codegen/sync_no_cxx11.h \
|
3455
|
-
include/grpc++/impl/codegen/sync_stream.h \
|
3456
|
-
include/grpc++/impl/codegen/time.h \
|
3457
|
-
include/grpc/impl/codegen/byte_buffer.h \
|
3458
|
-
include/grpc/impl/codegen/compression_types.h \
|
3459
|
-
include/grpc/impl/codegen/connectivity_state.h \
|
3460
|
-
include/grpc/impl/codegen/grpc_types.h \
|
3461
|
-
include/grpc/impl/codegen/propagation_bits.h \
|
3462
|
-
include/grpc/impl/codegen/status.h \
|
3463
|
-
include/grpc/impl/codegen/alloc.h \
|
3464
|
-
include/grpc/impl/codegen/atm.h \
|
3465
|
-
include/grpc/impl/codegen/atm_gcc_atomic.h \
|
3466
|
-
include/grpc/impl/codegen/atm_gcc_sync.h \
|
3467
|
-
include/grpc/impl/codegen/atm_win32.h \
|
3468
|
-
include/grpc/impl/codegen/log.h \
|
3469
|
-
include/grpc/impl/codegen/port_platform.h \
|
3470
|
-
include/grpc/impl/codegen/slice.h \
|
3471
|
-
include/grpc/impl/codegen/slice_buffer.h \
|
3472
|
-
include/grpc/impl/codegen/sync.h \
|
3473
|
-
include/grpc/impl/codegen/sync_generic.h \
|
3474
|
-
include/grpc/impl/codegen/sync_posix.h \
|
3475
|
-
include/grpc/impl/codegen/sync_win32.h \
|
3476
|
-
include/grpc/impl/codegen/time.h \
|
3477
3652
|
|
3478
3653
|
LIBGRPC_PLUGIN_SUPPORT_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_PLUGIN_SUPPORT_SRC))))
|
3479
3654
|
|
@@ -3510,6 +3685,7 @@ LIBINTEROP_CLIENT_HELPER_SRC = \
|
|
3510
3685
|
$(GENDIR)/src/proto/grpc/testing/messages.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.grpc.pb.cc \
|
3511
3686
|
test/cpp/interop/client_helper.cc \
|
3512
3687
|
|
3688
|
+
PUBLIC_HEADERS_CXX += \
|
3513
3689
|
|
3514
3690
|
LIBINTEROP_CLIENT_HELPER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBINTEROP_CLIENT_HELPER_SRC))))
|
3515
3691
|
|
@@ -3563,6 +3739,7 @@ LIBINTEROP_CLIENT_MAIN_SRC = \
|
|
3563
3739
|
test/cpp/interop/client.cc \
|
3564
3740
|
test/cpp/interop/interop_client.cc \
|
3565
3741
|
|
3742
|
+
PUBLIC_HEADERS_CXX += \
|
3566
3743
|
|
3567
3744
|
LIBINTEROP_CLIENT_MAIN_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBINTEROP_CLIENT_MAIN_SRC))))
|
3568
3745
|
|
@@ -3613,6 +3790,7 @@ $(OBJDIR)/$(CONFIG)/test/cpp/interop/interop_client.o: $(GENDIR)/src/proto/grpc/
|
|
3613
3790
|
LIBINTEROP_SERVER_HELPER_SRC = \
|
3614
3791
|
test/cpp/interop/server_helper.cc \
|
3615
3792
|
|
3793
|
+
PUBLIC_HEADERS_CXX += \
|
3616
3794
|
|
3617
3795
|
LIBINTEROP_SERVER_HELPER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBINTEROP_SERVER_HELPER_SRC))))
|
3618
3796
|
|
@@ -3664,6 +3842,7 @@ LIBINTEROP_SERVER_MAIN_SRC = \
|
|
3664
3842
|
$(GENDIR)/src/proto/grpc/testing/test.pb.cc $(GENDIR)/src/proto/grpc/testing/test.grpc.pb.cc \
|
3665
3843
|
test/cpp/interop/server_main.cc \
|
3666
3844
|
|
3845
|
+
PUBLIC_HEADERS_CXX += \
|
3667
3846
|
|
3668
3847
|
LIBINTEROP_SERVER_MAIN_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBINTEROP_SERVER_MAIN_SRC))))
|
3669
3848
|
|
@@ -3729,6 +3908,7 @@ LIBQPS_SRC = \
|
|
3729
3908
|
test/cpp/qps/usage_timer.cc \
|
3730
3909
|
test/cpp/util/benchmark_config.cc \
|
3731
3910
|
|
3911
|
+
PUBLIC_HEADERS_CXX += \
|
3732
3912
|
|
3733
3913
|
LIBQPS_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBQPS_SRC))))
|
3734
3914
|
|
@@ -3788,6 +3968,7 @@ $(OBJDIR)/$(CONFIG)/test/cpp/util/benchmark_config.o: $(GENDIR)/src/proto/grpc/t
|
|
3788
3968
|
LIBGRPC_CSHARP_EXT_SRC = \
|
3789
3969
|
src/csharp/ext/grpc_csharp_ext.c \
|
3790
3970
|
|
3971
|
+
PUBLIC_HEADERS_C += \
|
3791
3972
|
|
3792
3973
|
LIBGRPC_CSHARP_EXT_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_CSHARP_EXT_SRC))))
|
3793
3974
|
|
@@ -3914,6 +4095,7 @@ LIBBORINGSSL_SRC = \
|
|
3914
4095
|
third_party/boringssl/crypto/bn/shift.c \
|
3915
4096
|
third_party/boringssl/crypto/bn/sqrt.c \
|
3916
4097
|
third_party/boringssl/crypto/buf/buf.c \
|
4098
|
+
third_party/boringssl/crypto/bytestring/asn1_compat.c \
|
3917
4099
|
third_party/boringssl/crypto/bytestring/ber.c \
|
3918
4100
|
third_party/boringssl/crypto/bytestring/cbb.c \
|
3919
4101
|
third_party/boringssl/crypto/bytestring/cbs.c \
|
@@ -3937,6 +4119,7 @@ LIBBORINGSSL_SRC = \
|
|
3937
4119
|
third_party/boringssl/crypto/cpu-intel.c \
|
3938
4120
|
third_party/boringssl/crypto/crypto.c \
|
3939
4121
|
third_party/boringssl/crypto/curve25519/curve25519.c \
|
4122
|
+
third_party/boringssl/crypto/curve25519/x25519-x86_64.c \
|
3940
4123
|
third_party/boringssl/crypto/des/des.c \
|
3941
4124
|
third_party/boringssl/crypto/dh/check.c \
|
3942
4125
|
third_party/boringssl/crypto/dh/dh.c \
|
@@ -4128,6 +4311,7 @@ LIBBORINGSSL_SRC = \
|
|
4128
4311
|
third_party/boringssl/ssl/ssl_buffer.c \
|
4129
4312
|
third_party/boringssl/ssl/ssl_cert.c \
|
4130
4313
|
third_party/boringssl/ssl/ssl_cipher.c \
|
4314
|
+
third_party/boringssl/ssl/ssl_ecdh.c \
|
4131
4315
|
third_party/boringssl/ssl/ssl_file.c \
|
4132
4316
|
third_party/boringssl/ssl/ssl_lib.c \
|
4133
4317
|
third_party/boringssl/ssl/ssl_rsa.c \
|
@@ -4137,6 +4321,7 @@ LIBBORINGSSL_SRC = \
|
|
4137
4321
|
third_party/boringssl/ssl/t1_lib.c \
|
4138
4322
|
third_party/boringssl/ssl/tls_record.c \
|
4139
4323
|
|
4324
|
+
PUBLIC_HEADERS_C += \
|
4140
4325
|
|
4141
4326
|
LIBBORINGSSL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_SRC))))
|
4142
4327
|
|
@@ -4165,6 +4350,7 @@ LIBBORINGSSL_TEST_UTIL_SRC = \
|
|
4165
4350
|
third_party/boringssl/crypto/test/malloc.cc \
|
4166
4351
|
third_party/boringssl/crypto/test/test_util.cc \
|
4167
4352
|
|
4353
|
+
PUBLIC_HEADERS_CXX += \
|
4168
4354
|
|
4169
4355
|
LIBBORINGSSL_TEST_UTIL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_TEST_UTIL_SRC))))
|
4170
4356
|
|
@@ -4202,6 +4388,7 @@ endif
|
|
4202
4388
|
LIBBORINGSSL_AES_TEST_LIB_SRC = \
|
4203
4389
|
third_party/boringssl/crypto/aes/aes_test.cc \
|
4204
4390
|
|
4391
|
+
PUBLIC_HEADERS_CXX += \
|
4205
4392
|
|
4206
4393
|
LIBBORINGSSL_AES_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_AES_TEST_LIB_SRC))))
|
4207
4394
|
|
@@ -4236,9 +4423,48 @@ ifneq ($(NO_DEPS),true)
|
|
4236
4423
|
endif
|
4237
4424
|
|
4238
4425
|
|
4426
|
+
LIBBORINGSSL_ASN1_TEST_LIB_SRC = \
|
4427
|
+
third_party/boringssl/crypto/asn1/asn1_test.cc \
|
4428
|
+
|
4429
|
+
PUBLIC_HEADERS_CXX += \
|
4430
|
+
|
4431
|
+
LIBBORINGSSL_ASN1_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_ASN1_TEST_LIB_SRC))))
|
4432
|
+
|
4433
|
+
$(LIBBORINGSSL_ASN1_TEST_LIB_OBJS): CPPFLAGS += -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
|
4434
|
+
$(LIBBORINGSSL_ASN1_TEST_LIB_OBJS): CFLAGS += -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
|
4435
|
+
|
4436
|
+
ifeq ($(NO_PROTOBUF),true)
|
4437
|
+
|
4438
|
+
# You can't build a C++ library if you don't have protobuf - a bit overreached, but still okay.
|
4439
|
+
|
4440
|
+
$(LIBDIR)/$(CONFIG)/libboringssl_asn1_test_lib.a: protobuf_dep_error
|
4441
|
+
|
4442
|
+
|
4443
|
+
else
|
4444
|
+
|
4445
|
+
$(LIBDIR)/$(CONFIG)/libboringssl_asn1_test_lib.a: $(ZLIB_DEP) $(PROTOBUF_DEP) $(LIBBORINGSSL_ASN1_TEST_LIB_OBJS)
|
4446
|
+
$(E) "[AR] Creating $@"
|
4447
|
+
$(Q) mkdir -p `dirname $@`
|
4448
|
+
$(Q) rm -f $(LIBDIR)/$(CONFIG)/libboringssl_asn1_test_lib.a
|
4449
|
+
$(Q) $(AR) $(LIBDIR)/$(CONFIG)/libboringssl_asn1_test_lib.a $(LIBBORINGSSL_ASN1_TEST_LIB_OBJS)
|
4450
|
+
ifeq ($(SYSTEM),Darwin)
|
4451
|
+
$(Q) ranlib -no_warning_for_no_symbols $(LIBDIR)/$(CONFIG)/libboringssl_asn1_test_lib.a
|
4452
|
+
endif
|
4453
|
+
|
4454
|
+
|
4455
|
+
|
4456
|
+
|
4457
|
+
endif
|
4458
|
+
|
4459
|
+
ifneq ($(NO_DEPS),true)
|
4460
|
+
-include $(LIBBORINGSSL_ASN1_TEST_LIB_OBJS:.o=.dep)
|
4461
|
+
endif
|
4462
|
+
|
4463
|
+
|
4239
4464
|
LIBBORINGSSL_BASE64_TEST_LIB_SRC = \
|
4240
4465
|
third_party/boringssl/crypto/base64/base64_test.cc \
|
4241
4466
|
|
4467
|
+
PUBLIC_HEADERS_CXX += \
|
4242
4468
|
|
4243
4469
|
LIBBORINGSSL_BASE64_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_BASE64_TEST_LIB_SRC))))
|
4244
4470
|
|
@@ -4276,6 +4502,7 @@ endif
|
|
4276
4502
|
LIBBORINGSSL_BIO_TEST_LIB_SRC = \
|
4277
4503
|
third_party/boringssl/crypto/bio/bio_test.cc \
|
4278
4504
|
|
4505
|
+
PUBLIC_HEADERS_CXX += \
|
4279
4506
|
|
4280
4507
|
LIBBORINGSSL_BIO_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_BIO_TEST_LIB_SRC))))
|
4281
4508
|
|
@@ -4313,6 +4540,7 @@ endif
|
|
4313
4540
|
LIBBORINGSSL_BN_TEST_LIB_SRC = \
|
4314
4541
|
third_party/boringssl/crypto/bn/bn_test.cc \
|
4315
4542
|
|
4543
|
+
PUBLIC_HEADERS_CXX += \
|
4316
4544
|
|
4317
4545
|
LIBBORINGSSL_BN_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_BN_TEST_LIB_SRC))))
|
4318
4546
|
|
@@ -4350,6 +4578,7 @@ endif
|
|
4350
4578
|
LIBBORINGSSL_BYTESTRING_TEST_LIB_SRC = \
|
4351
4579
|
third_party/boringssl/crypto/bytestring/bytestring_test.cc \
|
4352
4580
|
|
4581
|
+
PUBLIC_HEADERS_CXX += \
|
4353
4582
|
|
4354
4583
|
LIBBORINGSSL_BYTESTRING_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_BYTESTRING_TEST_LIB_SRC))))
|
4355
4584
|
|
@@ -4387,6 +4616,7 @@ endif
|
|
4387
4616
|
LIBBORINGSSL_AEAD_TEST_LIB_SRC = \
|
4388
4617
|
third_party/boringssl/crypto/cipher/aead_test.cc \
|
4389
4618
|
|
4619
|
+
PUBLIC_HEADERS_CXX += \
|
4390
4620
|
|
4391
4621
|
LIBBORINGSSL_AEAD_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_AEAD_TEST_LIB_SRC))))
|
4392
4622
|
|
@@ -4424,6 +4654,7 @@ endif
|
|
4424
4654
|
LIBBORINGSSL_CIPHER_TEST_LIB_SRC = \
|
4425
4655
|
third_party/boringssl/crypto/cipher/cipher_test.cc \
|
4426
4656
|
|
4657
|
+
PUBLIC_HEADERS_CXX += \
|
4427
4658
|
|
4428
4659
|
LIBBORINGSSL_CIPHER_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_CIPHER_TEST_LIB_SRC))))
|
4429
4660
|
|
@@ -4461,6 +4692,7 @@ endif
|
|
4461
4692
|
LIBBORINGSSL_CMAC_TEST_LIB_SRC = \
|
4462
4693
|
third_party/boringssl/crypto/cmac/cmac_test.cc \
|
4463
4694
|
|
4695
|
+
PUBLIC_HEADERS_CXX += \
|
4464
4696
|
|
4465
4697
|
LIBBORINGSSL_CMAC_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_CMAC_TEST_LIB_SRC))))
|
4466
4698
|
|
@@ -4498,6 +4730,7 @@ endif
|
|
4498
4730
|
LIBBORINGSSL_CONSTANT_TIME_TEST_LIB_SRC = \
|
4499
4731
|
third_party/boringssl/crypto/constant_time_test.c \
|
4500
4732
|
|
4733
|
+
PUBLIC_HEADERS_C += \
|
4501
4734
|
|
4502
4735
|
LIBBORINGSSL_CONSTANT_TIME_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_CONSTANT_TIME_TEST_LIB_SRC))))
|
4503
4736
|
|
@@ -4524,6 +4757,7 @@ endif
|
|
4524
4757
|
LIBBORINGSSL_ED25519_TEST_LIB_SRC = \
|
4525
4758
|
third_party/boringssl/crypto/curve25519/ed25519_test.cc \
|
4526
4759
|
|
4760
|
+
PUBLIC_HEADERS_CXX += \
|
4527
4761
|
|
4528
4762
|
LIBBORINGSSL_ED25519_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_ED25519_TEST_LIB_SRC))))
|
4529
4763
|
|
@@ -4561,6 +4795,7 @@ endif
|
|
4561
4795
|
LIBBORINGSSL_X25519_TEST_LIB_SRC = \
|
4562
4796
|
third_party/boringssl/crypto/curve25519/x25519_test.cc \
|
4563
4797
|
|
4798
|
+
PUBLIC_HEADERS_CXX += \
|
4564
4799
|
|
4565
4800
|
LIBBORINGSSL_X25519_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_X25519_TEST_LIB_SRC))))
|
4566
4801
|
|
@@ -4598,6 +4833,7 @@ endif
|
|
4598
4833
|
LIBBORINGSSL_DH_TEST_LIB_SRC = \
|
4599
4834
|
third_party/boringssl/crypto/dh/dh_test.cc \
|
4600
4835
|
|
4836
|
+
PUBLIC_HEADERS_CXX += \
|
4601
4837
|
|
4602
4838
|
LIBBORINGSSL_DH_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_DH_TEST_LIB_SRC))))
|
4603
4839
|
|
@@ -4635,6 +4871,7 @@ endif
|
|
4635
4871
|
LIBBORINGSSL_DIGEST_TEST_LIB_SRC = \
|
4636
4872
|
third_party/boringssl/crypto/digest/digest_test.cc \
|
4637
4873
|
|
4874
|
+
PUBLIC_HEADERS_CXX += \
|
4638
4875
|
|
4639
4876
|
LIBBORINGSSL_DIGEST_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_DIGEST_TEST_LIB_SRC))))
|
4640
4877
|
|
@@ -4672,6 +4909,7 @@ endif
|
|
4672
4909
|
LIBBORINGSSL_DSA_TEST_LIB_SRC = \
|
4673
4910
|
third_party/boringssl/crypto/dsa/dsa_test.c \
|
4674
4911
|
|
4912
|
+
PUBLIC_HEADERS_C += \
|
4675
4913
|
|
4676
4914
|
LIBBORINGSSL_DSA_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_DSA_TEST_LIB_SRC))))
|
4677
4915
|
|
@@ -4698,6 +4936,7 @@ endif
|
|
4698
4936
|
LIBBORINGSSL_EC_TEST_LIB_SRC = \
|
4699
4937
|
third_party/boringssl/crypto/ec/ec_test.cc \
|
4700
4938
|
|
4939
|
+
PUBLIC_HEADERS_CXX += \
|
4701
4940
|
|
4702
4941
|
LIBBORINGSSL_EC_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_EC_TEST_LIB_SRC))))
|
4703
4942
|
|
@@ -4735,6 +4974,7 @@ endif
|
|
4735
4974
|
LIBBORINGSSL_EXAMPLE_MUL_LIB_SRC = \
|
4736
4975
|
third_party/boringssl/crypto/ec/example_mul.c \
|
4737
4976
|
|
4977
|
+
PUBLIC_HEADERS_C += \
|
4738
4978
|
|
4739
4979
|
LIBBORINGSSL_EXAMPLE_MUL_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_EXAMPLE_MUL_LIB_SRC))))
|
4740
4980
|
|
@@ -4761,6 +5001,7 @@ endif
|
|
4761
5001
|
LIBBORINGSSL_ECDSA_TEST_LIB_SRC = \
|
4762
5002
|
third_party/boringssl/crypto/ecdsa/ecdsa_test.cc \
|
4763
5003
|
|
5004
|
+
PUBLIC_HEADERS_CXX += \
|
4764
5005
|
|
4765
5006
|
LIBBORINGSSL_ECDSA_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_ECDSA_TEST_LIB_SRC))))
|
4766
5007
|
|
@@ -4798,6 +5039,7 @@ endif
|
|
4798
5039
|
LIBBORINGSSL_ERR_TEST_LIB_SRC = \
|
4799
5040
|
third_party/boringssl/crypto/err/err_test.cc \
|
4800
5041
|
|
5042
|
+
PUBLIC_HEADERS_CXX += \
|
4801
5043
|
|
4802
5044
|
LIBBORINGSSL_ERR_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_ERR_TEST_LIB_SRC))))
|
4803
5045
|
|
@@ -4835,6 +5077,7 @@ endif
|
|
4835
5077
|
LIBBORINGSSL_EVP_EXTRA_TEST_LIB_SRC = \
|
4836
5078
|
third_party/boringssl/crypto/evp/evp_extra_test.cc \
|
4837
5079
|
|
5080
|
+
PUBLIC_HEADERS_CXX += \
|
4838
5081
|
|
4839
5082
|
LIBBORINGSSL_EVP_EXTRA_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_EVP_EXTRA_TEST_LIB_SRC))))
|
4840
5083
|
|
@@ -4872,6 +5115,7 @@ endif
|
|
4872
5115
|
LIBBORINGSSL_EVP_TEST_LIB_SRC = \
|
4873
5116
|
third_party/boringssl/crypto/evp/evp_test.cc \
|
4874
5117
|
|
5118
|
+
PUBLIC_HEADERS_CXX += \
|
4875
5119
|
|
4876
5120
|
LIBBORINGSSL_EVP_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_EVP_TEST_LIB_SRC))))
|
4877
5121
|
|
@@ -4909,6 +5153,7 @@ endif
|
|
4909
5153
|
LIBBORINGSSL_PBKDF_TEST_LIB_SRC = \
|
4910
5154
|
third_party/boringssl/crypto/evp/pbkdf_test.cc \
|
4911
5155
|
|
5156
|
+
PUBLIC_HEADERS_CXX += \
|
4912
5157
|
|
4913
5158
|
LIBBORINGSSL_PBKDF_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_PBKDF_TEST_LIB_SRC))))
|
4914
5159
|
|
@@ -4946,6 +5191,7 @@ endif
|
|
4946
5191
|
LIBBORINGSSL_HKDF_TEST_LIB_SRC = \
|
4947
5192
|
third_party/boringssl/crypto/hkdf/hkdf_test.c \
|
4948
5193
|
|
5194
|
+
PUBLIC_HEADERS_C += \
|
4949
5195
|
|
4950
5196
|
LIBBORINGSSL_HKDF_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_HKDF_TEST_LIB_SRC))))
|
4951
5197
|
|
@@ -4972,6 +5218,7 @@ endif
|
|
4972
5218
|
LIBBORINGSSL_HMAC_TEST_LIB_SRC = \
|
4973
5219
|
third_party/boringssl/crypto/hmac/hmac_test.cc \
|
4974
5220
|
|
5221
|
+
PUBLIC_HEADERS_CXX += \
|
4975
5222
|
|
4976
5223
|
LIBBORINGSSL_HMAC_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_HMAC_TEST_LIB_SRC))))
|
4977
5224
|
|
@@ -5009,6 +5256,7 @@ endif
|
|
5009
5256
|
LIBBORINGSSL_LHASH_TEST_LIB_SRC = \
|
5010
5257
|
third_party/boringssl/crypto/lhash/lhash_test.c \
|
5011
5258
|
|
5259
|
+
PUBLIC_HEADERS_C += \
|
5012
5260
|
|
5013
5261
|
LIBBORINGSSL_LHASH_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_LHASH_TEST_LIB_SRC))))
|
5014
5262
|
|
@@ -5035,6 +5283,7 @@ endif
|
|
5035
5283
|
LIBBORINGSSL_GCM_TEST_LIB_SRC = \
|
5036
5284
|
third_party/boringssl/crypto/modes/gcm_test.c \
|
5037
5285
|
|
5286
|
+
PUBLIC_HEADERS_C += \
|
5038
5287
|
|
5039
5288
|
LIBBORINGSSL_GCM_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_GCM_TEST_LIB_SRC))))
|
5040
5289
|
|
@@ -5061,6 +5310,7 @@ endif
|
|
5061
5310
|
LIBBORINGSSL_PKCS12_TEST_LIB_SRC = \
|
5062
5311
|
third_party/boringssl/crypto/pkcs8/pkcs12_test.cc \
|
5063
5312
|
|
5313
|
+
PUBLIC_HEADERS_CXX += \
|
5064
5314
|
|
5065
5315
|
LIBBORINGSSL_PKCS12_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_PKCS12_TEST_LIB_SRC))))
|
5066
5316
|
|
@@ -5098,6 +5348,7 @@ endif
|
|
5098
5348
|
LIBBORINGSSL_PKCS8_TEST_LIB_SRC = \
|
5099
5349
|
third_party/boringssl/crypto/pkcs8/pkcs8_test.cc \
|
5100
5350
|
|
5351
|
+
PUBLIC_HEADERS_CXX += \
|
5101
5352
|
|
5102
5353
|
LIBBORINGSSL_PKCS8_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_PKCS8_TEST_LIB_SRC))))
|
5103
5354
|
|
@@ -5135,6 +5386,7 @@ endif
|
|
5135
5386
|
LIBBORINGSSL_POLY1305_TEST_LIB_SRC = \
|
5136
5387
|
third_party/boringssl/crypto/poly1305/poly1305_test.cc \
|
5137
5388
|
|
5389
|
+
PUBLIC_HEADERS_CXX += \
|
5138
5390
|
|
5139
5391
|
LIBBORINGSSL_POLY1305_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_POLY1305_TEST_LIB_SRC))))
|
5140
5392
|
|
@@ -5172,6 +5424,7 @@ endif
|
|
5172
5424
|
LIBBORINGSSL_REFCOUNT_TEST_LIB_SRC = \
|
5173
5425
|
third_party/boringssl/crypto/refcount_test.c \
|
5174
5426
|
|
5427
|
+
PUBLIC_HEADERS_C += \
|
5175
5428
|
|
5176
5429
|
LIBBORINGSSL_REFCOUNT_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_REFCOUNT_TEST_LIB_SRC))))
|
5177
5430
|
|
@@ -5198,6 +5451,7 @@ endif
|
|
5198
5451
|
LIBBORINGSSL_RSA_TEST_LIB_SRC = \
|
5199
5452
|
third_party/boringssl/crypto/rsa/rsa_test.cc \
|
5200
5453
|
|
5454
|
+
PUBLIC_HEADERS_CXX += \
|
5201
5455
|
|
5202
5456
|
LIBBORINGSSL_RSA_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_RSA_TEST_LIB_SRC))))
|
5203
5457
|
|
@@ -5235,6 +5489,7 @@ endif
|
|
5235
5489
|
LIBBORINGSSL_THREAD_TEST_LIB_SRC = \
|
5236
5490
|
third_party/boringssl/crypto/thread_test.c \
|
5237
5491
|
|
5492
|
+
PUBLIC_HEADERS_C += \
|
5238
5493
|
|
5239
5494
|
LIBBORINGSSL_THREAD_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_THREAD_TEST_LIB_SRC))))
|
5240
5495
|
|
@@ -5261,6 +5516,7 @@ endif
|
|
5261
5516
|
LIBBORINGSSL_PKCS7_TEST_LIB_SRC = \
|
5262
5517
|
third_party/boringssl/crypto/x509/pkcs7_test.c \
|
5263
5518
|
|
5519
|
+
PUBLIC_HEADERS_C += \
|
5264
5520
|
|
5265
5521
|
LIBBORINGSSL_PKCS7_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_PKCS7_TEST_LIB_SRC))))
|
5266
5522
|
|
@@ -5284,9 +5540,48 @@ ifneq ($(NO_DEPS),true)
|
|
5284
5540
|
endif
|
5285
5541
|
|
5286
5542
|
|
5543
|
+
LIBBORINGSSL_X509_TEST_LIB_SRC = \
|
5544
|
+
third_party/boringssl/crypto/x509/x509_test.cc \
|
5545
|
+
|
5546
|
+
PUBLIC_HEADERS_CXX += \
|
5547
|
+
|
5548
|
+
LIBBORINGSSL_X509_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_X509_TEST_LIB_SRC))))
|
5549
|
+
|
5550
|
+
$(LIBBORINGSSL_X509_TEST_LIB_OBJS): CPPFLAGS += -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
|
5551
|
+
$(LIBBORINGSSL_X509_TEST_LIB_OBJS): CFLAGS += -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
|
5552
|
+
|
5553
|
+
ifeq ($(NO_PROTOBUF),true)
|
5554
|
+
|
5555
|
+
# You can't build a C++ library if you don't have protobuf - a bit overreached, but still okay.
|
5556
|
+
|
5557
|
+
$(LIBDIR)/$(CONFIG)/libboringssl_x509_test_lib.a: protobuf_dep_error
|
5558
|
+
|
5559
|
+
|
5560
|
+
else
|
5561
|
+
|
5562
|
+
$(LIBDIR)/$(CONFIG)/libboringssl_x509_test_lib.a: $(ZLIB_DEP) $(PROTOBUF_DEP) $(LIBBORINGSSL_X509_TEST_LIB_OBJS)
|
5563
|
+
$(E) "[AR] Creating $@"
|
5564
|
+
$(Q) mkdir -p `dirname $@`
|
5565
|
+
$(Q) rm -f $(LIBDIR)/$(CONFIG)/libboringssl_x509_test_lib.a
|
5566
|
+
$(Q) $(AR) $(LIBDIR)/$(CONFIG)/libboringssl_x509_test_lib.a $(LIBBORINGSSL_X509_TEST_LIB_OBJS)
|
5567
|
+
ifeq ($(SYSTEM),Darwin)
|
5568
|
+
$(Q) ranlib -no_warning_for_no_symbols $(LIBDIR)/$(CONFIG)/libboringssl_x509_test_lib.a
|
5569
|
+
endif
|
5570
|
+
|
5571
|
+
|
5572
|
+
|
5573
|
+
|
5574
|
+
endif
|
5575
|
+
|
5576
|
+
ifneq ($(NO_DEPS),true)
|
5577
|
+
-include $(LIBBORINGSSL_X509_TEST_LIB_OBJS:.o=.dep)
|
5578
|
+
endif
|
5579
|
+
|
5580
|
+
|
5287
5581
|
LIBBORINGSSL_TAB_TEST_LIB_SRC = \
|
5288
5582
|
third_party/boringssl/crypto/x509v3/tab_test.c \
|
5289
5583
|
|
5584
|
+
PUBLIC_HEADERS_C += \
|
5290
5585
|
|
5291
5586
|
LIBBORINGSSL_TAB_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_TAB_TEST_LIB_SRC))))
|
5292
5587
|
|
@@ -5313,6 +5608,7 @@ endif
|
|
5313
5608
|
LIBBORINGSSL_V3NAME_TEST_LIB_SRC = \
|
5314
5609
|
third_party/boringssl/crypto/x509v3/v3name_test.c \
|
5315
5610
|
|
5611
|
+
PUBLIC_HEADERS_C += \
|
5316
5612
|
|
5317
5613
|
LIBBORINGSSL_V3NAME_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_V3NAME_TEST_LIB_SRC))))
|
5318
5614
|
|
@@ -5339,6 +5635,7 @@ endif
|
|
5339
5635
|
LIBBORINGSSL_PQUEUE_TEST_LIB_SRC = \
|
5340
5636
|
third_party/boringssl/ssl/pqueue/pqueue_test.c \
|
5341
5637
|
|
5638
|
+
PUBLIC_HEADERS_C += \
|
5342
5639
|
|
5343
5640
|
LIBBORINGSSL_PQUEUE_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_PQUEUE_TEST_LIB_SRC))))
|
5344
5641
|
|
@@ -5365,6 +5662,7 @@ endif
|
|
5365
5662
|
LIBBORINGSSL_SSL_TEST_LIB_SRC = \
|
5366
5663
|
third_party/boringssl/ssl/ssl_test.cc \
|
5367
5664
|
|
5665
|
+
PUBLIC_HEADERS_CXX += \
|
5368
5666
|
|
5369
5667
|
LIBBORINGSSL_SSL_TEST_LIB_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBORINGSSL_SSL_TEST_LIB_SRC))))
|
5370
5668
|
|
@@ -5416,6 +5714,7 @@ LIBZ_SRC = \
|
|
5416
5714
|
third_party/zlib/uncompr.c \
|
5417
5715
|
third_party/zlib/zutil.c \
|
5418
5716
|
|
5717
|
+
PUBLIC_HEADERS_C += \
|
5419
5718
|
|
5420
5719
|
LIBZ_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBZ_SRC))))
|
5421
5720
|
|
@@ -5441,6 +5740,7 @@ endif
|
|
5441
5740
|
LIBBAD_CLIENT_TEST_SRC = \
|
5442
5741
|
test/core/bad_client/bad_client.c \
|
5443
5742
|
|
5743
|
+
PUBLIC_HEADERS_C += \
|
5444
5744
|
|
5445
5745
|
LIBBAD_CLIENT_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBAD_CLIENT_TEST_SRC))))
|
5446
5746
|
|
@@ -5479,6 +5779,7 @@ endif
|
|
5479
5779
|
LIBBAD_SSL_TEST_SERVER_SRC = \
|
5480
5780
|
test/core/bad_ssl/server_common.c \
|
5481
5781
|
|
5782
|
+
PUBLIC_HEADERS_C += \
|
5482
5783
|
|
5483
5784
|
LIBBAD_SSL_TEST_SERVER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBBAD_SSL_TEST_SERVER_SRC))))
|
5484
5785
|
|
@@ -5530,9 +5831,11 @@ LIBEND2END_TESTS_SRC = \
|
|
5530
5831
|
test/core/end2end/tests/default_host.c \
|
5531
5832
|
test/core/end2end/tests/disappearing_server.c \
|
5532
5833
|
test/core/end2end/tests/empty_batch.c \
|
5834
|
+
test/core/end2end/tests/filter_causes_close.c \
|
5533
5835
|
test/core/end2end/tests/graceful_server_shutdown.c \
|
5534
5836
|
test/core/end2end/tests/high_initial_seqno.c \
|
5535
5837
|
test/core/end2end/tests/hpack_size.c \
|
5838
|
+
test/core/end2end/tests/idempotent_request.c \
|
5536
5839
|
test/core/end2end/tests/invoke_large_request.c \
|
5537
5840
|
test/core/end2end/tests/large_metadata.c \
|
5538
5841
|
test/core/end2end/tests/max_concurrent_streams.c \
|
@@ -5553,6 +5856,7 @@ LIBEND2END_TESTS_SRC = \
|
|
5553
5856
|
test/core/end2end/tests/simple_request.c \
|
5554
5857
|
test/core/end2end/tests/trailing_metadata.c \
|
5555
5858
|
|
5859
|
+
PUBLIC_HEADERS_C += \
|
5556
5860
|
|
5557
5861
|
LIBEND2END_TESTS_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBEND2END_TESTS_SRC))))
|
5558
5862
|
|
@@ -5603,9 +5907,11 @@ LIBEND2END_NOSEC_TESTS_SRC = \
|
|
5603
5907
|
test/core/end2end/tests/default_host.c \
|
5604
5908
|
test/core/end2end/tests/disappearing_server.c \
|
5605
5909
|
test/core/end2end/tests/empty_batch.c \
|
5910
|
+
test/core/end2end/tests/filter_causes_close.c \
|
5606
5911
|
test/core/end2end/tests/graceful_server_shutdown.c \
|
5607
5912
|
test/core/end2end/tests/high_initial_seqno.c \
|
5608
5913
|
test/core/end2end/tests/hpack_size.c \
|
5914
|
+
test/core/end2end/tests/idempotent_request.c \
|
5609
5915
|
test/core/end2end/tests/invoke_large_request.c \
|
5610
5916
|
test/core/end2end/tests/large_metadata.c \
|
5611
5917
|
test/core/end2end/tests/max_concurrent_streams.c \
|
@@ -5626,6 +5932,7 @@ LIBEND2END_NOSEC_TESTS_SRC = \
|
|
5626
5932
|
test/core/end2end/tests/simple_request.c \
|
5627
5933
|
test/core/end2end/tests/trailing_metadata.c \
|
5628
5934
|
|
5935
|
+
PUBLIC_HEADERS_C += \
|
5629
5936
|
|
5630
5937
|
LIBEND2END_NOSEC_TESTS_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBEND2END_NOSEC_TESTS_SRC))))
|
5631
5938
|
|
@@ -5647,46 +5954,6 @@ ifneq ($(NO_DEPS),true)
|
|
5647
5954
|
endif
|
5648
5955
|
|
5649
5956
|
|
5650
|
-
LIBEND2END_CERTS_SRC = \
|
5651
|
-
test/core/end2end/data/test_root_cert.c \
|
5652
|
-
test/core/end2end/data/server1_cert.c \
|
5653
|
-
test/core/end2end/data/server1_key.c \
|
5654
|
-
|
5655
|
-
|
5656
|
-
LIBEND2END_CERTS_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBEND2END_CERTS_SRC))))
|
5657
|
-
|
5658
|
-
|
5659
|
-
ifeq ($(NO_SECURE),true)
|
5660
|
-
|
5661
|
-
# You can't build secure libraries if you don't have OpenSSL.
|
5662
|
-
|
5663
|
-
$(LIBDIR)/$(CONFIG)/libend2end_certs.a: openssl_dep_error
|
5664
|
-
|
5665
|
-
|
5666
|
-
else
|
5667
|
-
|
5668
|
-
|
5669
|
-
$(LIBDIR)/$(CONFIG)/libend2end_certs.a: $(ZLIB_DEP) $(OPENSSL_DEP) $(LIBEND2END_CERTS_OBJS)
|
5670
|
-
$(E) "[AR] Creating $@"
|
5671
|
-
$(Q) mkdir -p `dirname $@`
|
5672
|
-
$(Q) rm -f $(LIBDIR)/$(CONFIG)/libend2end_certs.a
|
5673
|
-
$(Q) $(AR) $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBEND2END_CERTS_OBJS)
|
5674
|
-
ifeq ($(SYSTEM),Darwin)
|
5675
|
-
$(Q) ranlib -no_warning_for_no_symbols $(LIBDIR)/$(CONFIG)/libend2end_certs.a
|
5676
|
-
endif
|
5677
|
-
|
5678
|
-
|
5679
|
-
|
5680
|
-
|
5681
|
-
endif
|
5682
|
-
|
5683
|
-
ifneq ($(NO_SECURE),true)
|
5684
|
-
ifneq ($(NO_DEPS),true)
|
5685
|
-
-include $(LIBEND2END_CERTS_OBJS:.o=.dep)
|
5686
|
-
endif
|
5687
|
-
endif
|
5688
|
-
|
5689
|
-
|
5690
5957
|
|
5691
5958
|
# All of the test targets, and protoc plugins
|
5692
5959
|
|
@@ -5819,6 +6086,38 @@ endif
|
|
5819
6086
|
endif
|
5820
6087
|
|
5821
6088
|
|
6089
|
+
API_FUZZER_SRC = \
|
6090
|
+
test/core/end2end/fuzzers/api_fuzzer.c \
|
6091
|
+
|
6092
|
+
API_FUZZER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(API_FUZZER_SRC))))
|
6093
|
+
ifeq ($(NO_SECURE),true)
|
6094
|
+
|
6095
|
+
# You can't build secure targets if you don't have OpenSSL.
|
6096
|
+
|
6097
|
+
$(BINDIR)/$(CONFIG)/api_fuzzer: openssl_dep_error
|
6098
|
+
|
6099
|
+
else
|
6100
|
+
|
6101
|
+
|
6102
|
+
|
6103
|
+
$(BINDIR)/$(CONFIG)/api_fuzzer: $(API_FUZZER_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6104
|
+
$(E) "[LD] Linking $@"
|
6105
|
+
$(Q) mkdir -p `dirname $@`
|
6106
|
+
$(Q) $(LDXX) $(LDFLAGS) $(API_FUZZER_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/api_fuzzer
|
6107
|
+
|
6108
|
+
endif
|
6109
|
+
|
6110
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fuzzers/api_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6111
|
+
|
6112
|
+
deps_api_fuzzer: $(API_FUZZER_OBJS:.o=.dep)
|
6113
|
+
|
6114
|
+
ifneq ($(NO_SECURE),true)
|
6115
|
+
ifneq ($(NO_DEPS),true)
|
6116
|
+
-include $(API_FUZZER_OBJS:.o=.dep)
|
6117
|
+
endif
|
6118
|
+
endif
|
6119
|
+
|
6120
|
+
|
5822
6121
|
BIN_ENCODER_TEST_SRC = \
|
5823
6122
|
test/core/transport/chttp2/bin_encoder_test.c \
|
5824
6123
|
|
@@ -6043,6 +6342,38 @@ endif
|
|
6043
6342
|
endif
|
6044
6343
|
|
6045
6344
|
|
6345
|
+
CLIENT_FUZZER_SRC = \
|
6346
|
+
test/core/end2end/fuzzers/client_fuzzer.c \
|
6347
|
+
|
6348
|
+
CLIENT_FUZZER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(CLIENT_FUZZER_SRC))))
|
6349
|
+
ifeq ($(NO_SECURE),true)
|
6350
|
+
|
6351
|
+
# You can't build secure targets if you don't have OpenSSL.
|
6352
|
+
|
6353
|
+
$(BINDIR)/$(CONFIG)/client_fuzzer: openssl_dep_error
|
6354
|
+
|
6355
|
+
else
|
6356
|
+
|
6357
|
+
|
6358
|
+
|
6359
|
+
$(BINDIR)/$(CONFIG)/client_fuzzer: $(CLIENT_FUZZER_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6360
|
+
$(E) "[LD] Linking $@"
|
6361
|
+
$(Q) mkdir -p `dirname $@`
|
6362
|
+
$(Q) $(LDXX) $(LDFLAGS) $(CLIENT_FUZZER_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/client_fuzzer
|
6363
|
+
|
6364
|
+
endif
|
6365
|
+
|
6366
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fuzzers/client_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6367
|
+
|
6368
|
+
deps_client_fuzzer: $(CLIENT_FUZZER_OBJS:.o=.dep)
|
6369
|
+
|
6370
|
+
ifneq ($(NO_SECURE),true)
|
6371
|
+
ifneq ($(NO_DEPS),true)
|
6372
|
+
-include $(CLIENT_FUZZER_OBJS:.o=.dep)
|
6373
|
+
endif
|
6374
|
+
endif
|
6375
|
+
|
6376
|
+
|
6046
6377
|
COMPRESSION_TEST_SRC = \
|
6047
6378
|
test/core/compression/compression_test.c \
|
6048
6379
|
|
@@ -6075,6 +6406,70 @@ endif
|
|
6075
6406
|
endif
|
6076
6407
|
|
6077
6408
|
|
6409
|
+
CONCURRENT_CONNECTIVITY_TEST_SRC = \
|
6410
|
+
test/core/surface/concurrent_connectivity_test.c \
|
6411
|
+
|
6412
|
+
CONCURRENT_CONNECTIVITY_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(CONCURRENT_CONNECTIVITY_TEST_SRC))))
|
6413
|
+
ifeq ($(NO_SECURE),true)
|
6414
|
+
|
6415
|
+
# You can't build secure targets if you don't have OpenSSL.
|
6416
|
+
|
6417
|
+
$(BINDIR)/$(CONFIG)/concurrent_connectivity_test: openssl_dep_error
|
6418
|
+
|
6419
|
+
else
|
6420
|
+
|
6421
|
+
|
6422
|
+
|
6423
|
+
$(BINDIR)/$(CONFIG)/concurrent_connectivity_test: $(CONCURRENT_CONNECTIVITY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6424
|
+
$(E) "[LD] Linking $@"
|
6425
|
+
$(Q) mkdir -p `dirname $@`
|
6426
|
+
$(Q) $(LD) $(LDFLAGS) $(CONCURRENT_CONNECTIVITY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/concurrent_connectivity_test
|
6427
|
+
|
6428
|
+
endif
|
6429
|
+
|
6430
|
+
$(OBJDIR)/$(CONFIG)/test/core/surface/concurrent_connectivity_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6431
|
+
|
6432
|
+
deps_concurrent_connectivity_test: $(CONCURRENT_CONNECTIVITY_TEST_OBJS:.o=.dep)
|
6433
|
+
|
6434
|
+
ifneq ($(NO_SECURE),true)
|
6435
|
+
ifneq ($(NO_DEPS),true)
|
6436
|
+
-include $(CONCURRENT_CONNECTIVITY_TEST_OBJS:.o=.dep)
|
6437
|
+
endif
|
6438
|
+
endif
|
6439
|
+
|
6440
|
+
|
6441
|
+
DNS_RESOLVER_CONNECTIVITY_TEST_SRC = \
|
6442
|
+
test/core/client_config/resolvers/dns_resolver_connectivity_test.c \
|
6443
|
+
|
6444
|
+
DNS_RESOLVER_CONNECTIVITY_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(DNS_RESOLVER_CONNECTIVITY_TEST_SRC))))
|
6445
|
+
ifeq ($(NO_SECURE),true)
|
6446
|
+
|
6447
|
+
# You can't build secure targets if you don't have OpenSSL.
|
6448
|
+
|
6449
|
+
$(BINDIR)/$(CONFIG)/dns_resolver_connectivity_test: openssl_dep_error
|
6450
|
+
|
6451
|
+
else
|
6452
|
+
|
6453
|
+
|
6454
|
+
|
6455
|
+
$(BINDIR)/$(CONFIG)/dns_resolver_connectivity_test: $(DNS_RESOLVER_CONNECTIVITY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6456
|
+
$(E) "[LD] Linking $@"
|
6457
|
+
$(Q) mkdir -p `dirname $@`
|
6458
|
+
$(Q) $(LD) $(LDFLAGS) $(DNS_RESOLVER_CONNECTIVITY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/dns_resolver_connectivity_test
|
6459
|
+
|
6460
|
+
endif
|
6461
|
+
|
6462
|
+
$(OBJDIR)/$(CONFIG)/test/core/client_config/resolvers/dns_resolver_connectivity_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6463
|
+
|
6464
|
+
deps_dns_resolver_connectivity_test: $(DNS_RESOLVER_CONNECTIVITY_TEST_OBJS:.o=.dep)
|
6465
|
+
|
6466
|
+
ifneq ($(NO_SECURE),true)
|
6467
|
+
ifneq ($(NO_DEPS),true)
|
6468
|
+
-include $(DNS_RESOLVER_CONNECTIVITY_TEST_OBJS:.o=.dep)
|
6469
|
+
endif
|
6470
|
+
endif
|
6471
|
+
|
6472
|
+
|
6078
6473
|
DNS_RESOLVER_TEST_SRC = \
|
6079
6474
|
test/core/client_config/resolvers/dns_resolver_test.c \
|
6080
6475
|
|
@@ -6427,41 +6822,105 @@ endif
|
|
6427
6822
|
endif
|
6428
6823
|
|
6429
6824
|
|
6430
|
-
|
6431
|
-
test/core/
|
6825
|
+
GOAWAY_SERVER_TEST_SRC = \
|
6826
|
+
test/core/end2end/goaway_server_test.c \
|
6432
6827
|
|
6433
|
-
|
6828
|
+
GOAWAY_SERVER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GOAWAY_SERVER_TEST_SRC))))
|
6434
6829
|
ifeq ($(NO_SECURE),true)
|
6435
6830
|
|
6436
6831
|
# You can't build secure targets if you don't have OpenSSL.
|
6437
6832
|
|
6438
|
-
$(BINDIR)/$(CONFIG)/
|
6833
|
+
$(BINDIR)/$(CONFIG)/goaway_server_test: openssl_dep_error
|
6439
6834
|
|
6440
6835
|
else
|
6441
6836
|
|
6442
6837
|
|
6443
6838
|
|
6444
|
-
$(BINDIR)/$(CONFIG)/
|
6839
|
+
$(BINDIR)/$(CONFIG)/goaway_server_test: $(GOAWAY_SERVER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6445
6840
|
$(E) "[LD] Linking $@"
|
6446
6841
|
$(Q) mkdir -p `dirname $@`
|
6447
|
-
$(Q) $(LD) $(LDFLAGS) $(
|
6842
|
+
$(Q) $(LD) $(LDFLAGS) $(GOAWAY_SERVER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/goaway_server_test
|
6448
6843
|
|
6449
6844
|
endif
|
6450
6845
|
|
6451
|
-
$(OBJDIR)/$(CONFIG)/test/core/
|
6846
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/goaway_server_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6452
6847
|
|
6453
|
-
|
6848
|
+
deps_goaway_server_test: $(GOAWAY_SERVER_TEST_OBJS:.o=.dep)
|
6454
6849
|
|
6455
6850
|
ifneq ($(NO_SECURE),true)
|
6456
6851
|
ifneq ($(NO_DEPS),true)
|
6457
|
-
-include $(
|
6852
|
+
-include $(GOAWAY_SERVER_TEST_OBJS:.o=.dep)
|
6458
6853
|
endif
|
6459
6854
|
endif
|
6460
6855
|
|
6461
6856
|
|
6462
|
-
|
6463
|
-
test/core/support/
|
6464
|
-
|
6857
|
+
GPR_AVL_TEST_SRC = \
|
6858
|
+
test/core/support/avl_test.c \
|
6859
|
+
|
6860
|
+
GPR_AVL_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_AVL_TEST_SRC))))
|
6861
|
+
ifeq ($(NO_SECURE),true)
|
6862
|
+
|
6863
|
+
# You can't build secure targets if you don't have OpenSSL.
|
6864
|
+
|
6865
|
+
$(BINDIR)/$(CONFIG)/gpr_avl_test: openssl_dep_error
|
6866
|
+
|
6867
|
+
else
|
6868
|
+
|
6869
|
+
|
6870
|
+
|
6871
|
+
$(BINDIR)/$(CONFIG)/gpr_avl_test: $(GPR_AVL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6872
|
+
$(E) "[LD] Linking $@"
|
6873
|
+
$(Q) mkdir -p `dirname $@`
|
6874
|
+
$(Q) $(LD) $(LDFLAGS) $(GPR_AVL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/gpr_avl_test
|
6875
|
+
|
6876
|
+
endif
|
6877
|
+
|
6878
|
+
$(OBJDIR)/$(CONFIG)/test/core/support/avl_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6879
|
+
|
6880
|
+
deps_gpr_avl_test: $(GPR_AVL_TEST_OBJS:.o=.dep)
|
6881
|
+
|
6882
|
+
ifneq ($(NO_SECURE),true)
|
6883
|
+
ifneq ($(NO_DEPS),true)
|
6884
|
+
-include $(GPR_AVL_TEST_OBJS:.o=.dep)
|
6885
|
+
endif
|
6886
|
+
endif
|
6887
|
+
|
6888
|
+
|
6889
|
+
GPR_BACKOFF_TEST_SRC = \
|
6890
|
+
test/core/support/backoff_test.c \
|
6891
|
+
|
6892
|
+
GPR_BACKOFF_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_BACKOFF_TEST_SRC))))
|
6893
|
+
ifeq ($(NO_SECURE),true)
|
6894
|
+
|
6895
|
+
# You can't build secure targets if you don't have OpenSSL.
|
6896
|
+
|
6897
|
+
$(BINDIR)/$(CONFIG)/gpr_backoff_test: openssl_dep_error
|
6898
|
+
|
6899
|
+
else
|
6900
|
+
|
6901
|
+
|
6902
|
+
|
6903
|
+
$(BINDIR)/$(CONFIG)/gpr_backoff_test: $(GPR_BACKOFF_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6904
|
+
$(E) "[LD] Linking $@"
|
6905
|
+
$(Q) mkdir -p `dirname $@`
|
6906
|
+
$(Q) $(LD) $(LDFLAGS) $(GPR_BACKOFF_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/gpr_backoff_test
|
6907
|
+
|
6908
|
+
endif
|
6909
|
+
|
6910
|
+
$(OBJDIR)/$(CONFIG)/test/core/support/backoff_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
6911
|
+
|
6912
|
+
deps_gpr_backoff_test: $(GPR_BACKOFF_TEST_OBJS:.o=.dep)
|
6913
|
+
|
6914
|
+
ifneq ($(NO_SECURE),true)
|
6915
|
+
ifneq ($(NO_DEPS),true)
|
6916
|
+
-include $(GPR_BACKOFF_TEST_OBJS:.o=.dep)
|
6917
|
+
endif
|
6918
|
+
endif
|
6919
|
+
|
6920
|
+
|
6921
|
+
GPR_CMDLINE_TEST_SRC = \
|
6922
|
+
test/core/support/cmdline_test.c \
|
6923
|
+
|
6465
6924
|
GPR_CMDLINE_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_CMDLINE_TEST_SRC))))
|
6466
6925
|
ifeq ($(NO_SECURE),true)
|
6467
6926
|
|
@@ -7451,6 +7910,38 @@ endif
|
|
7451
7910
|
endif
|
7452
7911
|
|
7453
7912
|
|
7913
|
+
HPACK_PARSER_FUZZER_TEST_SRC = \
|
7914
|
+
test/core/transport/chttp2/hpack_parser_fuzzer_test.c \
|
7915
|
+
|
7916
|
+
HPACK_PARSER_FUZZER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HPACK_PARSER_FUZZER_TEST_SRC))))
|
7917
|
+
ifeq ($(NO_SECURE),true)
|
7918
|
+
|
7919
|
+
# You can't build secure targets if you don't have OpenSSL.
|
7920
|
+
|
7921
|
+
$(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test: openssl_dep_error
|
7922
|
+
|
7923
|
+
else
|
7924
|
+
|
7925
|
+
|
7926
|
+
|
7927
|
+
$(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test: $(HPACK_PARSER_FUZZER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
7928
|
+
$(E) "[LD] Linking $@"
|
7929
|
+
$(Q) mkdir -p `dirname $@`
|
7930
|
+
$(Q) $(LDXX) $(LDFLAGS) $(HPACK_PARSER_FUZZER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test
|
7931
|
+
|
7932
|
+
endif
|
7933
|
+
|
7934
|
+
$(OBJDIR)/$(CONFIG)/test/core/transport/chttp2/hpack_parser_fuzzer_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
7935
|
+
|
7936
|
+
deps_hpack_parser_fuzzer_test: $(HPACK_PARSER_FUZZER_TEST_OBJS:.o=.dep)
|
7937
|
+
|
7938
|
+
ifneq ($(NO_SECURE),true)
|
7939
|
+
ifneq ($(NO_DEPS),true)
|
7940
|
+
-include $(HPACK_PARSER_FUZZER_TEST_OBJS:.o=.dep)
|
7941
|
+
endif
|
7942
|
+
endif
|
7943
|
+
|
7944
|
+
|
7454
7945
|
HPACK_PARSER_TEST_SRC = \
|
7455
7946
|
test/core/transport/chttp2/hpack_parser_test.c \
|
7456
7947
|
|
@@ -7515,72 +8006,104 @@ endif
|
|
7515
8006
|
endif
|
7516
8007
|
|
7517
8008
|
|
7518
|
-
|
7519
|
-
test/core/
|
8009
|
+
HTTP_FUZZER_TEST_SRC = \
|
8010
|
+
test/core/http/fuzzer.c \
|
7520
8011
|
|
7521
|
-
|
8012
|
+
HTTP_FUZZER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HTTP_FUZZER_TEST_SRC))))
|
7522
8013
|
ifeq ($(NO_SECURE),true)
|
7523
8014
|
|
7524
8015
|
# You can't build secure targets if you don't have OpenSSL.
|
7525
8016
|
|
7526
|
-
$(BINDIR)/$(CONFIG)/
|
8017
|
+
$(BINDIR)/$(CONFIG)/http_fuzzer_test: openssl_dep_error
|
7527
8018
|
|
7528
8019
|
else
|
7529
8020
|
|
7530
8021
|
|
7531
8022
|
|
7532
|
-
$(BINDIR)/$(CONFIG)/
|
8023
|
+
$(BINDIR)/$(CONFIG)/http_fuzzer_test: $(HTTP_FUZZER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
7533
8024
|
$(E) "[LD] Linking $@"
|
7534
8025
|
$(Q) mkdir -p `dirname $@`
|
7535
|
-
$(Q) $(
|
8026
|
+
$(Q) $(LDXX) $(LDFLAGS) $(HTTP_FUZZER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/http_fuzzer_test
|
7536
8027
|
|
7537
8028
|
endif
|
7538
8029
|
|
7539
|
-
$(OBJDIR)/$(CONFIG)/test/core/
|
8030
|
+
$(OBJDIR)/$(CONFIG)/test/core/http/fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
7540
8031
|
|
7541
|
-
|
8032
|
+
deps_http_fuzzer_test: $(HTTP_FUZZER_TEST_OBJS:.o=.dep)
|
7542
8033
|
|
7543
8034
|
ifneq ($(NO_SECURE),true)
|
7544
8035
|
ifneq ($(NO_DEPS),true)
|
7545
|
-
-include $(
|
8036
|
+
-include $(HTTP_FUZZER_TEST_OBJS:.o=.dep)
|
8037
|
+
endif
|
8038
|
+
endif
|
8039
|
+
|
8040
|
+
|
8041
|
+
HTTP_PARSER_TEST_SRC = \
|
8042
|
+
test/core/http/parser_test.c \
|
8043
|
+
|
8044
|
+
HTTP_PARSER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HTTP_PARSER_TEST_SRC))))
|
8045
|
+
ifeq ($(NO_SECURE),true)
|
8046
|
+
|
8047
|
+
# You can't build secure targets if you don't have OpenSSL.
|
8048
|
+
|
8049
|
+
$(BINDIR)/$(CONFIG)/http_parser_test: openssl_dep_error
|
8050
|
+
|
8051
|
+
else
|
8052
|
+
|
8053
|
+
|
8054
|
+
|
8055
|
+
$(BINDIR)/$(CONFIG)/http_parser_test: $(HTTP_PARSER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8056
|
+
$(E) "[LD] Linking $@"
|
8057
|
+
$(Q) mkdir -p `dirname $@`
|
8058
|
+
$(Q) $(LD) $(LDFLAGS) $(HTTP_PARSER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/http_parser_test
|
8059
|
+
|
8060
|
+
endif
|
8061
|
+
|
8062
|
+
$(OBJDIR)/$(CONFIG)/test/core/http/parser_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8063
|
+
|
8064
|
+
deps_http_parser_test: $(HTTP_PARSER_TEST_OBJS:.o=.dep)
|
8065
|
+
|
8066
|
+
ifneq ($(NO_SECURE),true)
|
8067
|
+
ifneq ($(NO_DEPS),true)
|
8068
|
+
-include $(HTTP_PARSER_TEST_OBJS:.o=.dep)
|
7546
8069
|
endif
|
7547
8070
|
endif
|
7548
8071
|
|
7549
8072
|
|
7550
|
-
|
7551
|
-
test/core/
|
8073
|
+
HTTPCLI_FORMAT_REQUEST_TEST_SRC = \
|
8074
|
+
test/core/http/format_request_test.c \
|
7552
8075
|
|
7553
|
-
|
8076
|
+
HTTPCLI_FORMAT_REQUEST_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HTTPCLI_FORMAT_REQUEST_TEST_SRC))))
|
7554
8077
|
ifeq ($(NO_SECURE),true)
|
7555
8078
|
|
7556
8079
|
# You can't build secure targets if you don't have OpenSSL.
|
7557
8080
|
|
7558
|
-
$(BINDIR)/$(CONFIG)/
|
8081
|
+
$(BINDIR)/$(CONFIG)/httpcli_format_request_test: openssl_dep_error
|
7559
8082
|
|
7560
8083
|
else
|
7561
8084
|
|
7562
8085
|
|
7563
8086
|
|
7564
|
-
$(BINDIR)/$(CONFIG)/
|
8087
|
+
$(BINDIR)/$(CONFIG)/httpcli_format_request_test: $(HTTPCLI_FORMAT_REQUEST_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
7565
8088
|
$(E) "[LD] Linking $@"
|
7566
8089
|
$(Q) mkdir -p `dirname $@`
|
7567
|
-
$(Q) $(LD) $(LDFLAGS) $(
|
8090
|
+
$(Q) $(LD) $(LDFLAGS) $(HTTPCLI_FORMAT_REQUEST_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/httpcli_format_request_test
|
7568
8091
|
|
7569
8092
|
endif
|
7570
8093
|
|
7571
|
-
$(OBJDIR)/$(CONFIG)/test/core/
|
8094
|
+
$(OBJDIR)/$(CONFIG)/test/core/http/format_request_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
7572
8095
|
|
7573
|
-
|
8096
|
+
deps_httpcli_format_request_test: $(HTTPCLI_FORMAT_REQUEST_TEST_OBJS:.o=.dep)
|
7574
8097
|
|
7575
8098
|
ifneq ($(NO_SECURE),true)
|
7576
8099
|
ifneq ($(NO_DEPS),true)
|
7577
|
-
-include $(
|
8100
|
+
-include $(HTTPCLI_FORMAT_REQUEST_TEST_OBJS:.o=.dep)
|
7578
8101
|
endif
|
7579
8102
|
endif
|
7580
8103
|
|
7581
8104
|
|
7582
8105
|
HTTPCLI_TEST_SRC = \
|
7583
|
-
test/core/
|
8106
|
+
test/core/http/httpcli_test.c \
|
7584
8107
|
|
7585
8108
|
HTTPCLI_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HTTPCLI_TEST_SRC))))
|
7586
8109
|
ifeq ($(NO_SECURE),true)
|
@@ -7600,7 +8123,7 @@ $(BINDIR)/$(CONFIG)/httpcli_test: $(HTTPCLI_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgr
|
|
7600
8123
|
|
7601
8124
|
endif
|
7602
8125
|
|
7603
|
-
$(OBJDIR)/$(CONFIG)/test/core/
|
8126
|
+
$(OBJDIR)/$(CONFIG)/test/core/http/httpcli_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
7604
8127
|
|
7605
8128
|
deps_httpcli_test: $(HTTPCLI_TEST_OBJS:.o=.dep)
|
7606
8129
|
|
@@ -7612,7 +8135,7 @@ endif
|
|
7612
8135
|
|
7613
8136
|
|
7614
8137
|
HTTPSCLI_TEST_SRC = \
|
7615
|
-
test/core/
|
8138
|
+
test/core/http/httpscli_test.c \
|
7616
8139
|
|
7617
8140
|
HTTPSCLI_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HTTPSCLI_TEST_SRC))))
|
7618
8141
|
ifeq ($(NO_SECURE),true)
|
@@ -7632,7 +8155,7 @@ $(BINDIR)/$(CONFIG)/httpscli_test: $(HTTPSCLI_TEST_OBJS) $(LIBDIR)/$(CONFIG)/lib
|
|
7632
8155
|
|
7633
8156
|
endif
|
7634
8157
|
|
7635
|
-
$(OBJDIR)/$(CONFIG)/test/core/
|
8158
|
+
$(OBJDIR)/$(CONFIG)/test/core/http/httpscli_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
7636
8159
|
|
7637
8160
|
deps_httpscli_test: $(HTTPSCLI_TEST_OBJS:.o=.dep)
|
7638
8161
|
|
@@ -7675,6 +8198,102 @@ endif
|
|
7675
8198
|
endif
|
7676
8199
|
|
7677
8200
|
|
8201
|
+
INTERNAL_API_CANARY_IOMGR_TEST_SRC = \
|
8202
|
+
test/core/internal_api_canaries/iomgr.c \
|
8203
|
+
|
8204
|
+
INTERNAL_API_CANARY_IOMGR_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(INTERNAL_API_CANARY_IOMGR_TEST_SRC))))
|
8205
|
+
ifeq ($(NO_SECURE),true)
|
8206
|
+
|
8207
|
+
# You can't build secure targets if you don't have OpenSSL.
|
8208
|
+
|
8209
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_iomgr_test: openssl_dep_error
|
8210
|
+
|
8211
|
+
else
|
8212
|
+
|
8213
|
+
|
8214
|
+
|
8215
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_iomgr_test: $(INTERNAL_API_CANARY_IOMGR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8216
|
+
$(E) "[LD] Linking $@"
|
8217
|
+
$(Q) mkdir -p `dirname $@`
|
8218
|
+
$(Q) $(LD) $(LDFLAGS) $(INTERNAL_API_CANARY_IOMGR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/internal_api_canary_iomgr_test
|
8219
|
+
|
8220
|
+
endif
|
8221
|
+
|
8222
|
+
$(OBJDIR)/$(CONFIG)/test/core/internal_api_canaries/iomgr.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8223
|
+
|
8224
|
+
deps_internal_api_canary_iomgr_test: $(INTERNAL_API_CANARY_IOMGR_TEST_OBJS:.o=.dep)
|
8225
|
+
|
8226
|
+
ifneq ($(NO_SECURE),true)
|
8227
|
+
ifneq ($(NO_DEPS),true)
|
8228
|
+
-include $(INTERNAL_API_CANARY_IOMGR_TEST_OBJS:.o=.dep)
|
8229
|
+
endif
|
8230
|
+
endif
|
8231
|
+
|
8232
|
+
|
8233
|
+
INTERNAL_API_CANARY_SUPPORT_TEST_SRC = \
|
8234
|
+
test/core/internal_api_canaries/iomgr.c \
|
8235
|
+
|
8236
|
+
INTERNAL_API_CANARY_SUPPORT_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(INTERNAL_API_CANARY_SUPPORT_TEST_SRC))))
|
8237
|
+
ifeq ($(NO_SECURE),true)
|
8238
|
+
|
8239
|
+
# You can't build secure targets if you don't have OpenSSL.
|
8240
|
+
|
8241
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_support_test: openssl_dep_error
|
8242
|
+
|
8243
|
+
else
|
8244
|
+
|
8245
|
+
|
8246
|
+
|
8247
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_support_test: $(INTERNAL_API_CANARY_SUPPORT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8248
|
+
$(E) "[LD] Linking $@"
|
8249
|
+
$(Q) mkdir -p `dirname $@`
|
8250
|
+
$(Q) $(LD) $(LDFLAGS) $(INTERNAL_API_CANARY_SUPPORT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/internal_api_canary_support_test
|
8251
|
+
|
8252
|
+
endif
|
8253
|
+
|
8254
|
+
$(OBJDIR)/$(CONFIG)/test/core/internal_api_canaries/iomgr.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8255
|
+
|
8256
|
+
deps_internal_api_canary_support_test: $(INTERNAL_API_CANARY_SUPPORT_TEST_OBJS:.o=.dep)
|
8257
|
+
|
8258
|
+
ifneq ($(NO_SECURE),true)
|
8259
|
+
ifneq ($(NO_DEPS),true)
|
8260
|
+
-include $(INTERNAL_API_CANARY_SUPPORT_TEST_OBJS:.o=.dep)
|
8261
|
+
endif
|
8262
|
+
endif
|
8263
|
+
|
8264
|
+
|
8265
|
+
INTERNAL_API_CANARY_TRANSPORT_TEST_SRC = \
|
8266
|
+
test/core/internal_api_canaries/iomgr.c \
|
8267
|
+
|
8268
|
+
INTERNAL_API_CANARY_TRANSPORT_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(INTERNAL_API_CANARY_TRANSPORT_TEST_SRC))))
|
8269
|
+
ifeq ($(NO_SECURE),true)
|
8270
|
+
|
8271
|
+
# You can't build secure targets if you don't have OpenSSL.
|
8272
|
+
|
8273
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_transport_test: openssl_dep_error
|
8274
|
+
|
8275
|
+
else
|
8276
|
+
|
8277
|
+
|
8278
|
+
|
8279
|
+
$(BINDIR)/$(CONFIG)/internal_api_canary_transport_test: $(INTERNAL_API_CANARY_TRANSPORT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8280
|
+
$(E) "[LD] Linking $@"
|
8281
|
+
$(Q) mkdir -p `dirname $@`
|
8282
|
+
$(Q) $(LD) $(LDFLAGS) $(INTERNAL_API_CANARY_TRANSPORT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/internal_api_canary_transport_test
|
8283
|
+
|
8284
|
+
endif
|
8285
|
+
|
8286
|
+
$(OBJDIR)/$(CONFIG)/test/core/internal_api_canaries/iomgr.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8287
|
+
|
8288
|
+
deps_internal_api_canary_transport_test: $(INTERNAL_API_CANARY_TRANSPORT_TEST_OBJS:.o=.dep)
|
8289
|
+
|
8290
|
+
ifneq ($(NO_SECURE),true)
|
8291
|
+
ifneq ($(NO_DEPS),true)
|
8292
|
+
-include $(INTERNAL_API_CANARY_TRANSPORT_TEST_OBJS:.o=.dep)
|
8293
|
+
endif
|
8294
|
+
endif
|
8295
|
+
|
8296
|
+
|
7678
8297
|
INVALID_CALL_ARGUMENT_TEST_SRC = \
|
7679
8298
|
test/core/end2end/invalid_call_argument_test.c \
|
7680
8299
|
|
@@ -7707,6 +8326,38 @@ endif
|
|
7707
8326
|
endif
|
7708
8327
|
|
7709
8328
|
|
8329
|
+
JSON_FUZZER_TEST_SRC = \
|
8330
|
+
test/core/json/fuzzer.c \
|
8331
|
+
|
8332
|
+
JSON_FUZZER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(JSON_FUZZER_TEST_SRC))))
|
8333
|
+
ifeq ($(NO_SECURE),true)
|
8334
|
+
|
8335
|
+
# You can't build secure targets if you don't have OpenSSL.
|
8336
|
+
|
8337
|
+
$(BINDIR)/$(CONFIG)/json_fuzzer_test: openssl_dep_error
|
8338
|
+
|
8339
|
+
else
|
8340
|
+
|
8341
|
+
|
8342
|
+
|
8343
|
+
$(BINDIR)/$(CONFIG)/json_fuzzer_test: $(JSON_FUZZER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8344
|
+
$(E) "[LD] Linking $@"
|
8345
|
+
$(Q) mkdir -p `dirname $@`
|
8346
|
+
$(Q) $(LDXX) $(LDFLAGS) $(JSON_FUZZER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/json_fuzzer_test
|
8347
|
+
|
8348
|
+
endif
|
8349
|
+
|
8350
|
+
$(OBJDIR)/$(CONFIG)/test/core/json/fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8351
|
+
|
8352
|
+
deps_json_fuzzer_test: $(JSON_FUZZER_TEST_OBJS:.o=.dep)
|
8353
|
+
|
8354
|
+
ifneq ($(NO_SECURE),true)
|
8355
|
+
ifneq ($(NO_DEPS),true)
|
8356
|
+
-include $(JSON_FUZZER_TEST_OBJS:.o=.dep)
|
8357
|
+
endif
|
8358
|
+
endif
|
8359
|
+
|
8360
|
+
|
7710
8361
|
JSON_REWRITE_SRC = \
|
7711
8362
|
test/core/json/json_rewrite.c \
|
7712
8363
|
|
@@ -8059,6 +8710,70 @@ endif
|
|
8059
8710
|
endif
|
8060
8711
|
|
8061
8712
|
|
8713
|
+
NANOPB_FUZZER_RESPONSE_TEST_SRC = \
|
8714
|
+
test/core/nanopb/fuzzer_response.c \
|
8715
|
+
|
8716
|
+
NANOPB_FUZZER_RESPONSE_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(NANOPB_FUZZER_RESPONSE_TEST_SRC))))
|
8717
|
+
ifeq ($(NO_SECURE),true)
|
8718
|
+
|
8719
|
+
# You can't build secure targets if you don't have OpenSSL.
|
8720
|
+
|
8721
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test: openssl_dep_error
|
8722
|
+
|
8723
|
+
else
|
8724
|
+
|
8725
|
+
|
8726
|
+
|
8727
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test: $(NANOPB_FUZZER_RESPONSE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8728
|
+
$(E) "[LD] Linking $@"
|
8729
|
+
$(Q) mkdir -p `dirname $@`
|
8730
|
+
$(Q) $(LDXX) $(LDFLAGS) $(NANOPB_FUZZER_RESPONSE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test
|
8731
|
+
|
8732
|
+
endif
|
8733
|
+
|
8734
|
+
$(OBJDIR)/$(CONFIG)/test/core/nanopb/fuzzer_response.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8735
|
+
|
8736
|
+
deps_nanopb_fuzzer_response_test: $(NANOPB_FUZZER_RESPONSE_TEST_OBJS:.o=.dep)
|
8737
|
+
|
8738
|
+
ifneq ($(NO_SECURE),true)
|
8739
|
+
ifneq ($(NO_DEPS),true)
|
8740
|
+
-include $(NANOPB_FUZZER_RESPONSE_TEST_OBJS:.o=.dep)
|
8741
|
+
endif
|
8742
|
+
endif
|
8743
|
+
|
8744
|
+
|
8745
|
+
NANOPB_FUZZER_SERVERLIST_TEST_SRC = \
|
8746
|
+
test/core/nanopb/fuzzer_serverlist.c \
|
8747
|
+
|
8748
|
+
NANOPB_FUZZER_SERVERLIST_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(NANOPB_FUZZER_SERVERLIST_TEST_SRC))))
|
8749
|
+
ifeq ($(NO_SECURE),true)
|
8750
|
+
|
8751
|
+
# You can't build secure targets if you don't have OpenSSL.
|
8752
|
+
|
8753
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test: openssl_dep_error
|
8754
|
+
|
8755
|
+
else
|
8756
|
+
|
8757
|
+
|
8758
|
+
|
8759
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test: $(NANOPB_FUZZER_SERVERLIST_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8760
|
+
$(E) "[LD] Linking $@"
|
8761
|
+
$(Q) mkdir -p `dirname $@`
|
8762
|
+
$(Q) $(LDXX) $(LDFLAGS) $(NANOPB_FUZZER_SERVERLIST_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test
|
8763
|
+
|
8764
|
+
endif
|
8765
|
+
|
8766
|
+
$(OBJDIR)/$(CONFIG)/test/core/nanopb/fuzzer_serverlist.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8767
|
+
|
8768
|
+
deps_nanopb_fuzzer_serverlist_test: $(NANOPB_FUZZER_SERVERLIST_TEST_OBJS:.o=.dep)
|
8769
|
+
|
8770
|
+
ifneq ($(NO_SECURE),true)
|
8771
|
+
ifneq ($(NO_DEPS),true)
|
8772
|
+
-include $(NANOPB_FUZZER_SERVERLIST_TEST_OBJS:.o=.dep)
|
8773
|
+
endif
|
8774
|
+
endif
|
8775
|
+
|
8776
|
+
|
8062
8777
|
NO_SERVER_TEST_SRC = \
|
8063
8778
|
test/core/end2end/no_server_test.c \
|
8064
8779
|
|
@@ -8219,6 +8934,38 @@ endif
|
|
8219
8934
|
endif
|
8220
8935
|
|
8221
8936
|
|
8937
|
+
SERVER_FUZZER_SRC = \
|
8938
|
+
test/core/end2end/fuzzers/server_fuzzer.c \
|
8939
|
+
|
8940
|
+
SERVER_FUZZER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(SERVER_FUZZER_SRC))))
|
8941
|
+
ifeq ($(NO_SECURE),true)
|
8942
|
+
|
8943
|
+
# You can't build secure targets if you don't have OpenSSL.
|
8944
|
+
|
8945
|
+
$(BINDIR)/$(CONFIG)/server_fuzzer: openssl_dep_error
|
8946
|
+
|
8947
|
+
else
|
8948
|
+
|
8949
|
+
|
8950
|
+
|
8951
|
+
$(BINDIR)/$(CONFIG)/server_fuzzer: $(SERVER_FUZZER_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8952
|
+
$(E) "[LD] Linking $@"
|
8953
|
+
$(Q) mkdir -p `dirname $@`
|
8954
|
+
$(Q) $(LDXX) $(LDFLAGS) $(SERVER_FUZZER_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/server_fuzzer
|
8955
|
+
|
8956
|
+
endif
|
8957
|
+
|
8958
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fuzzers/server_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
8959
|
+
|
8960
|
+
deps_server_fuzzer: $(SERVER_FUZZER_OBJS:.o=.dep)
|
8961
|
+
|
8962
|
+
ifneq ($(NO_SECURE),true)
|
8963
|
+
ifneq ($(NO_DEPS),true)
|
8964
|
+
-include $(SERVER_FUZZER_OBJS:.o=.dep)
|
8965
|
+
endif
|
8966
|
+
endif
|
8967
|
+
|
8968
|
+
|
8222
8969
|
SERVER_TEST_SRC = \
|
8223
8970
|
test/core/surface/server_test.c \
|
8224
8971
|
|
@@ -8763,6 +9510,38 @@ endif
|
|
8763
9510
|
endif
|
8764
9511
|
|
8765
9512
|
|
9513
|
+
URI_FUZZER_TEST_SRC = \
|
9514
|
+
test/core/client_config/uri_fuzzer_test.c \
|
9515
|
+
|
9516
|
+
URI_FUZZER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(URI_FUZZER_TEST_SRC))))
|
9517
|
+
ifeq ($(NO_SECURE),true)
|
9518
|
+
|
9519
|
+
# You can't build secure targets if you don't have OpenSSL.
|
9520
|
+
|
9521
|
+
$(BINDIR)/$(CONFIG)/uri_fuzzer_test: openssl_dep_error
|
9522
|
+
|
9523
|
+
else
|
9524
|
+
|
9525
|
+
|
9526
|
+
|
9527
|
+
$(BINDIR)/$(CONFIG)/uri_fuzzer_test: $(URI_FUZZER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
9528
|
+
$(E) "[LD] Linking $@"
|
9529
|
+
$(Q) mkdir -p `dirname $@`
|
9530
|
+
$(Q) $(LDXX) $(LDFLAGS) $(URI_FUZZER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -lFuzzer -o $(BINDIR)/$(CONFIG)/uri_fuzzer_test
|
9531
|
+
|
9532
|
+
endif
|
9533
|
+
|
9534
|
+
$(OBJDIR)/$(CONFIG)/test/core/client_config/uri_fuzzer_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
9535
|
+
|
9536
|
+
deps_uri_fuzzer_test: $(URI_FUZZER_TEST_OBJS:.o=.dep)
|
9537
|
+
|
9538
|
+
ifneq ($(NO_SECURE),true)
|
9539
|
+
ifneq ($(NO_DEPS),true)
|
9540
|
+
-include $(URI_FUZZER_TEST_OBJS:.o=.dep)
|
9541
|
+
endif
|
9542
|
+
endif
|
9543
|
+
|
9544
|
+
|
8766
9545
|
URI_PARSER_TEST_SRC = \
|
8767
9546
|
test/core/client_config/uri_parser_test.c \
|
8768
9547
|
|
@@ -9214,6 +9993,138 @@ endif
|
|
9214
9993
|
endif
|
9215
9994
|
|
9216
9995
|
|
9996
|
+
CODEGEN_TEST_FULL_SRC = \
|
9997
|
+
$(GENDIR)/src/proto/grpc/testing/control.pb.cc $(GENDIR)/src/proto/grpc/testing/control.grpc.pb.cc \
|
9998
|
+
$(GENDIR)/src/proto/grpc/testing/messages.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.grpc.pb.cc \
|
9999
|
+
$(GENDIR)/src/proto/grpc/testing/payloads.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.grpc.pb.cc \
|
10000
|
+
$(GENDIR)/src/proto/grpc/testing/perf_db.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.grpc.pb.cc \
|
10001
|
+
$(GENDIR)/src/proto/grpc/testing/services.pb.cc $(GENDIR)/src/proto/grpc/testing/services.grpc.pb.cc \
|
10002
|
+
$(GENDIR)/src/proto/grpc/testing/stats.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.grpc.pb.cc \
|
10003
|
+
test/cpp/codegen/codegen_test_full.cc \
|
10004
|
+
src/cpp/codegen/codegen_init.cc \
|
10005
|
+
|
10006
|
+
CODEGEN_TEST_FULL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(CODEGEN_TEST_FULL_SRC))))
|
10007
|
+
ifeq ($(NO_SECURE),true)
|
10008
|
+
|
10009
|
+
# You can't build secure targets if you don't have OpenSSL.
|
10010
|
+
|
10011
|
+
$(BINDIR)/$(CONFIG)/codegen_test_full: openssl_dep_error
|
10012
|
+
|
10013
|
+
else
|
10014
|
+
|
10015
|
+
|
10016
|
+
|
10017
|
+
|
10018
|
+
ifeq ($(NO_PROTOBUF),true)
|
10019
|
+
|
10020
|
+
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
10021
|
+
|
10022
|
+
$(BINDIR)/$(CONFIG)/codegen_test_full: protobuf_dep_error
|
10023
|
+
|
10024
|
+
else
|
10025
|
+
|
10026
|
+
$(BINDIR)/$(CONFIG)/codegen_test_full: $(PROTOBUF_DEP) $(CODEGEN_TEST_FULL_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10027
|
+
$(E) "[LD] Linking $@"
|
10028
|
+
$(Q) mkdir -p `dirname $@`
|
10029
|
+
$(Q) $(LDXX) $(LDFLAGS) $(CODEGEN_TEST_FULL_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/codegen_test_full
|
10030
|
+
|
10031
|
+
endif
|
10032
|
+
|
10033
|
+
endif
|
10034
|
+
|
10035
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/control.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10036
|
+
|
10037
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/messages.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10038
|
+
|
10039
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/payloads.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10040
|
+
|
10041
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/perf_db.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10042
|
+
|
10043
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/services.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10044
|
+
|
10045
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/stats.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10046
|
+
|
10047
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/codegen/codegen_test_full.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10048
|
+
|
10049
|
+
$(OBJDIR)/$(CONFIG)/src/cpp/codegen/codegen_init.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10050
|
+
|
10051
|
+
deps_codegen_test_full: $(CODEGEN_TEST_FULL_OBJS:.o=.dep)
|
10052
|
+
|
10053
|
+
ifneq ($(NO_SECURE),true)
|
10054
|
+
ifneq ($(NO_DEPS),true)
|
10055
|
+
-include $(CODEGEN_TEST_FULL_OBJS:.o=.dep)
|
10056
|
+
endif
|
10057
|
+
endif
|
10058
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/codegen/codegen_test_full.o: $(GENDIR)/src/proto/grpc/testing/control.pb.cc $(GENDIR)/src/proto/grpc/testing/control.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/services.pb.cc $(GENDIR)/src/proto/grpc/testing/services.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.grpc.pb.cc
|
10059
|
+
$(OBJDIR)/$(CONFIG)/src/cpp/codegen/codegen_init.o: $(GENDIR)/src/proto/grpc/testing/control.pb.cc $(GENDIR)/src/proto/grpc/testing/control.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/services.pb.cc $(GENDIR)/src/proto/grpc/testing/services.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.grpc.pb.cc
|
10060
|
+
|
10061
|
+
|
10062
|
+
CODEGEN_TEST_MINIMAL_SRC = \
|
10063
|
+
$(GENDIR)/src/proto/grpc/testing/control.pb.cc $(GENDIR)/src/proto/grpc/testing/control.grpc.pb.cc \
|
10064
|
+
$(GENDIR)/src/proto/grpc/testing/messages.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.grpc.pb.cc \
|
10065
|
+
$(GENDIR)/src/proto/grpc/testing/payloads.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.grpc.pb.cc \
|
10066
|
+
$(GENDIR)/src/proto/grpc/testing/perf_db.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.grpc.pb.cc \
|
10067
|
+
$(GENDIR)/src/proto/grpc/testing/services.pb.cc $(GENDIR)/src/proto/grpc/testing/services.grpc.pb.cc \
|
10068
|
+
$(GENDIR)/src/proto/grpc/testing/stats.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.grpc.pb.cc \
|
10069
|
+
test/cpp/codegen/codegen_test_minimal.cc \
|
10070
|
+
src/cpp/codegen/codegen_init.cc \
|
10071
|
+
|
10072
|
+
CODEGEN_TEST_MINIMAL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(CODEGEN_TEST_MINIMAL_SRC))))
|
10073
|
+
ifeq ($(NO_SECURE),true)
|
10074
|
+
|
10075
|
+
# You can't build secure targets if you don't have OpenSSL.
|
10076
|
+
|
10077
|
+
$(BINDIR)/$(CONFIG)/codegen_test_minimal: openssl_dep_error
|
10078
|
+
|
10079
|
+
else
|
10080
|
+
|
10081
|
+
|
10082
|
+
|
10083
|
+
|
10084
|
+
ifeq ($(NO_PROTOBUF),true)
|
10085
|
+
|
10086
|
+
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
10087
|
+
|
10088
|
+
$(BINDIR)/$(CONFIG)/codegen_test_minimal: protobuf_dep_error
|
10089
|
+
|
10090
|
+
else
|
10091
|
+
|
10092
|
+
$(BINDIR)/$(CONFIG)/codegen_test_minimal: $(PROTOBUF_DEP) $(CODEGEN_TEST_MINIMAL_OBJS)
|
10093
|
+
$(E) "[LD] Linking $@"
|
10094
|
+
$(Q) mkdir -p `dirname $@`
|
10095
|
+
$(Q) $(LDXX) $(LDFLAGS) $(CODEGEN_TEST_MINIMAL_OBJS) $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/codegen_test_minimal
|
10096
|
+
|
10097
|
+
endif
|
10098
|
+
|
10099
|
+
endif
|
10100
|
+
|
10101
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/control.o:
|
10102
|
+
|
10103
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/messages.o:
|
10104
|
+
|
10105
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/payloads.o:
|
10106
|
+
|
10107
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/perf_db.o:
|
10108
|
+
|
10109
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/services.o:
|
10110
|
+
|
10111
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/stats.o:
|
10112
|
+
|
10113
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/codegen/codegen_test_minimal.o:
|
10114
|
+
|
10115
|
+
$(OBJDIR)/$(CONFIG)/src/cpp/codegen/codegen_init.o:
|
10116
|
+
|
10117
|
+
deps_codegen_test_minimal: $(CODEGEN_TEST_MINIMAL_OBJS:.o=.dep)
|
10118
|
+
|
10119
|
+
ifneq ($(NO_SECURE),true)
|
10120
|
+
ifneq ($(NO_DEPS),true)
|
10121
|
+
-include $(CODEGEN_TEST_MINIMAL_OBJS:.o=.dep)
|
10122
|
+
endif
|
10123
|
+
endif
|
10124
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/codegen/codegen_test_minimal.o: $(GENDIR)/src/proto/grpc/testing/control.pb.cc $(GENDIR)/src/proto/grpc/testing/control.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/services.pb.cc $(GENDIR)/src/proto/grpc/testing/services.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.grpc.pb.cc
|
10125
|
+
$(OBJDIR)/$(CONFIG)/src/cpp/codegen/codegen_init.o: $(GENDIR)/src/proto/grpc/testing/control.pb.cc $(GENDIR)/src/proto/grpc/testing/control.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.pb.cc $(GENDIR)/src/proto/grpc/testing/messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.pb.cc $(GENDIR)/src/proto/grpc/testing/payloads.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.pb.cc $(GENDIR)/src/proto/grpc/testing/perf_db.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/services.pb.cc $(GENDIR)/src/proto/grpc/testing/services.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.pb.cc $(GENDIR)/src/proto/grpc/testing/stats.grpc.pb.cc
|
10126
|
+
|
10127
|
+
|
9217
10128
|
CREDENTIALS_TEST_SRC = \
|
9218
10129
|
test/cpp/client/credentials_test.cc \
|
9219
10130
|
|
@@ -9558,6 +10469,53 @@ endif
|
|
9558
10469
|
endif
|
9559
10470
|
|
9560
10471
|
|
10472
|
+
GOLDEN_FILE_TEST_SRC = \
|
10473
|
+
$(GENDIR)/src/proto/grpc/testing/compiler_test.pb.cc $(GENDIR)/src/proto/grpc/testing/compiler_test.grpc.pb.cc \
|
10474
|
+
test/cpp/codegen/golden_file_test.cc \
|
10475
|
+
|
10476
|
+
GOLDEN_FILE_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GOLDEN_FILE_TEST_SRC))))
|
10477
|
+
ifeq ($(NO_SECURE),true)
|
10478
|
+
|
10479
|
+
# You can't build secure targets if you don't have OpenSSL.
|
10480
|
+
|
10481
|
+
$(BINDIR)/$(CONFIG)/golden_file_test: openssl_dep_error
|
10482
|
+
|
10483
|
+
else
|
10484
|
+
|
10485
|
+
|
10486
|
+
|
10487
|
+
|
10488
|
+
ifeq ($(NO_PROTOBUF),true)
|
10489
|
+
|
10490
|
+
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
10491
|
+
|
10492
|
+
$(BINDIR)/$(CONFIG)/golden_file_test: protobuf_dep_error
|
10493
|
+
|
10494
|
+
else
|
10495
|
+
|
10496
|
+
$(BINDIR)/$(CONFIG)/golden_file_test: $(PROTOBUF_DEP) $(GOLDEN_FILE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10497
|
+
$(E) "[LD] Linking $@"
|
10498
|
+
$(Q) mkdir -p `dirname $@`
|
10499
|
+
$(Q) $(LDXX) $(LDFLAGS) $(GOLDEN_FILE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/golden_file_test
|
10500
|
+
|
10501
|
+
endif
|
10502
|
+
|
10503
|
+
endif
|
10504
|
+
|
10505
|
+
$(OBJDIR)/$(CONFIG)/src/proto/grpc/testing/compiler_test.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10506
|
+
|
10507
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/codegen/golden_file_test.o: $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10508
|
+
|
10509
|
+
deps_golden_file_test: $(GOLDEN_FILE_TEST_OBJS:.o=.dep)
|
10510
|
+
|
10511
|
+
ifneq ($(NO_SECURE),true)
|
10512
|
+
ifneq ($(NO_DEPS),true)
|
10513
|
+
-include $(GOLDEN_FILE_TEST_OBJS:.o=.dep)
|
10514
|
+
endif
|
10515
|
+
endif
|
10516
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/codegen/golden_file_test.o: $(GENDIR)/src/proto/grpc/testing/compiler_test.pb.cc $(GENDIR)/src/proto/grpc/testing/compiler_test.grpc.pb.cc
|
10517
|
+
|
10518
|
+
|
9561
10519
|
GRPC_CLI_SRC = \
|
9562
10520
|
test/cpp/util/grpc_cli.cc \
|
9563
10521
|
|
@@ -9663,6 +10621,37 @@ ifneq ($(NO_DEPS),true)
|
|
9663
10621
|
endif
|
9664
10622
|
|
9665
10623
|
|
10624
|
+
GRPC_NODE_PLUGIN_SRC = \
|
10625
|
+
src/compiler/node_plugin.cc \
|
10626
|
+
|
10627
|
+
GRPC_NODE_PLUGIN_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GRPC_NODE_PLUGIN_SRC))))
|
10628
|
+
|
10629
|
+
|
10630
|
+
|
10631
|
+
ifeq ($(NO_PROTOBUF),true)
|
10632
|
+
|
10633
|
+
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
10634
|
+
|
10635
|
+
$(BINDIR)/$(CONFIG)/grpc_node_plugin: protobuf_dep_error
|
10636
|
+
|
10637
|
+
else
|
10638
|
+
|
10639
|
+
$(BINDIR)/$(CONFIG)/grpc_node_plugin: $(PROTOBUF_DEP) $(GRPC_NODE_PLUGIN_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_plugin_support.a
|
10640
|
+
$(E) "[HOSTLD] Linking $@"
|
10641
|
+
$(Q) mkdir -p `dirname $@`
|
10642
|
+
$(Q) $(HOST_LDXX) $(HOST_LDFLAGS) $(GRPC_NODE_PLUGIN_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_plugin_support.a $(HOST_LDLIBSXX) $(HOST_LDLIBS_PROTOC) $(HOST_LDLIBS) $(HOST_LDLIBS_PROTOC) -o $(BINDIR)/$(CONFIG)/grpc_node_plugin
|
10643
|
+
|
10644
|
+
endif
|
10645
|
+
|
10646
|
+
$(OBJDIR)/$(CONFIG)/src/compiler/node_plugin.o: $(LIBDIR)/$(CONFIG)/libgrpc_plugin_support.a
|
10647
|
+
|
10648
|
+
deps_grpc_node_plugin: $(GRPC_NODE_PLUGIN_OBJS:.o=.dep)
|
10649
|
+
|
10650
|
+
ifneq ($(NO_DEPS),true)
|
10651
|
+
-include $(GRPC_NODE_PLUGIN_OBJS:.o=.dep)
|
10652
|
+
endif
|
10653
|
+
|
10654
|
+
|
9666
10655
|
GRPC_OBJECTIVE_C_PLUGIN_SRC = \
|
9667
10656
|
src/compiler/objective_c_plugin.cc \
|
9668
10657
|
|
@@ -9951,6 +10940,49 @@ endif
|
|
9951
10940
|
endif
|
9952
10941
|
|
9953
10942
|
|
10943
|
+
JSON_RUN_LOCALHOST_SRC = \
|
10944
|
+
test/cpp/qps/json_run_localhost.cc \
|
10945
|
+
|
10946
|
+
JSON_RUN_LOCALHOST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(JSON_RUN_LOCALHOST_SRC))))
|
10947
|
+
ifeq ($(NO_SECURE),true)
|
10948
|
+
|
10949
|
+
# You can't build secure targets if you don't have OpenSSL.
|
10950
|
+
|
10951
|
+
$(BINDIR)/$(CONFIG)/json_run_localhost: openssl_dep_error
|
10952
|
+
|
10953
|
+
else
|
10954
|
+
|
10955
|
+
|
10956
|
+
|
10957
|
+
|
10958
|
+
ifeq ($(NO_PROTOBUF),true)
|
10959
|
+
|
10960
|
+
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
10961
|
+
|
10962
|
+
$(BINDIR)/$(CONFIG)/json_run_localhost: protobuf_dep_error
|
10963
|
+
|
10964
|
+
else
|
10965
|
+
|
10966
|
+
$(BINDIR)/$(CONFIG)/json_run_localhost: $(PROTOBUF_DEP) $(JSON_RUN_LOCALHOST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a
|
10967
|
+
$(E) "[LD] Linking $@"
|
10968
|
+
$(Q) mkdir -p `dirname $@`
|
10969
|
+
$(Q) $(LDXX) $(LDFLAGS) $(JSON_RUN_LOCALHOST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/json_run_localhost
|
10970
|
+
|
10971
|
+
endif
|
10972
|
+
|
10973
|
+
endif
|
10974
|
+
|
10975
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/qps/json_run_localhost.o: $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a
|
10976
|
+
|
10977
|
+
deps_json_run_localhost: $(JSON_RUN_LOCALHOST_OBJS:.o=.dep)
|
10978
|
+
|
10979
|
+
ifneq ($(NO_SECURE),true)
|
10980
|
+
ifneq ($(NO_DEPS),true)
|
10981
|
+
-include $(JSON_RUN_LOCALHOST_OBJS:.o=.dep)
|
10982
|
+
endif
|
10983
|
+
endif
|
10984
|
+
|
10985
|
+
|
9954
10986
|
METRICS_CLIENT_SRC = \
|
9955
10987
|
$(GENDIR)/src/proto/grpc/testing/metrics.pb.cc $(GENDIR)/src/proto/grpc/testing/metrics.grpc.pb.cc \
|
9956
10988
|
test/cpp/interop/metrics_client.cc \
|
@@ -10041,15 +11073,15 @@ endif
|
|
10041
11073
|
endif
|
10042
11074
|
|
10043
11075
|
|
10044
|
-
|
10045
|
-
test/cpp/qps/
|
11076
|
+
QPS_INTERARRIVAL_TEST_SRC = \
|
11077
|
+
test/cpp/qps/qps_interarrival_test.cc \
|
10046
11078
|
|
10047
|
-
|
11079
|
+
QPS_INTERARRIVAL_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(QPS_INTERARRIVAL_TEST_SRC))))
|
10048
11080
|
ifeq ($(NO_SECURE),true)
|
10049
11081
|
|
10050
11082
|
# You can't build secure targets if you don't have OpenSSL.
|
10051
11083
|
|
10052
|
-
$(BINDIR)/$(CONFIG)/
|
11084
|
+
$(BINDIR)/$(CONFIG)/qps_interarrival_test: openssl_dep_error
|
10053
11085
|
|
10054
11086
|
else
|
10055
11087
|
|
@@ -10060,39 +11092,40 @@ ifeq ($(NO_PROTOBUF),true)
|
|
10060
11092
|
|
10061
11093
|
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
10062
11094
|
|
10063
|
-
$(BINDIR)/$(CONFIG)/
|
11095
|
+
$(BINDIR)/$(CONFIG)/qps_interarrival_test: protobuf_dep_error
|
10064
11096
|
|
10065
11097
|
else
|
10066
11098
|
|
10067
|
-
$(BINDIR)/$(CONFIG)/
|
11099
|
+
$(BINDIR)/$(CONFIG)/qps_interarrival_test: $(PROTOBUF_DEP) $(QPS_INTERARRIVAL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10068
11100
|
$(E) "[LD] Linking $@"
|
10069
11101
|
$(Q) mkdir -p `dirname $@`
|
10070
|
-
$(Q) $(LDXX) $(LDFLAGS) $(
|
11102
|
+
$(Q) $(LDXX) $(LDFLAGS) $(QPS_INTERARRIVAL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/qps_interarrival_test
|
10071
11103
|
|
10072
11104
|
endif
|
10073
11105
|
|
10074
11106
|
endif
|
10075
11107
|
|
10076
|
-
$(OBJDIR)/$(CONFIG)/test/cpp/qps/
|
11108
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/qps/qps_interarrival_test.o: $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
10077
11109
|
|
10078
|
-
|
11110
|
+
deps_qps_interarrival_test: $(QPS_INTERARRIVAL_TEST_OBJS:.o=.dep)
|
10079
11111
|
|
10080
11112
|
ifneq ($(NO_SECURE),true)
|
10081
11113
|
ifneq ($(NO_DEPS),true)
|
10082
|
-
-include $(
|
11114
|
+
-include $(QPS_INTERARRIVAL_TEST_OBJS:.o=.dep)
|
10083
11115
|
endif
|
10084
11116
|
endif
|
10085
11117
|
|
10086
11118
|
|
10087
|
-
|
10088
|
-
test/cpp/qps/
|
11119
|
+
QPS_JSON_DRIVER_SRC = \
|
11120
|
+
test/cpp/qps/parse_json.cc \
|
11121
|
+
test/cpp/qps/qps_json_driver.cc \
|
10089
11122
|
|
10090
|
-
|
11123
|
+
QPS_JSON_DRIVER_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(QPS_JSON_DRIVER_SRC))))
|
10091
11124
|
ifeq ($(NO_SECURE),true)
|
10092
11125
|
|
10093
11126
|
# You can't build secure targets if you don't have OpenSSL.
|
10094
11127
|
|
10095
|
-
$(BINDIR)/$(CONFIG)/
|
11128
|
+
$(BINDIR)/$(CONFIG)/qps_json_driver: openssl_dep_error
|
10096
11129
|
|
10097
11130
|
else
|
10098
11131
|
|
@@ -10103,26 +11136,28 @@ ifeq ($(NO_PROTOBUF),true)
|
|
10103
11136
|
|
10104
11137
|
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
10105
11138
|
|
10106
|
-
$(BINDIR)/$(CONFIG)/
|
11139
|
+
$(BINDIR)/$(CONFIG)/qps_json_driver: protobuf_dep_error
|
10107
11140
|
|
10108
11141
|
else
|
10109
11142
|
|
10110
|
-
$(BINDIR)/$(CONFIG)/
|
11143
|
+
$(BINDIR)/$(CONFIG)/qps_json_driver: $(PROTOBUF_DEP) $(QPS_JSON_DRIVER_OBJS) $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a
|
10111
11144
|
$(E) "[LD] Linking $@"
|
10112
11145
|
$(Q) mkdir -p `dirname $@`
|
10113
|
-
$(Q) $(LDXX) $(LDFLAGS) $(
|
11146
|
+
$(Q) $(LDXX) $(LDFLAGS) $(QPS_JSON_DRIVER_OBJS) $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/qps_json_driver
|
10114
11147
|
|
10115
11148
|
endif
|
10116
11149
|
|
10117
11150
|
endif
|
10118
11151
|
|
10119
|
-
$(OBJDIR)/$(CONFIG)/test/cpp/qps/
|
11152
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/qps/parse_json.o: $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a
|
10120
11153
|
|
10121
|
-
|
11154
|
+
$(OBJDIR)/$(CONFIG)/test/cpp/qps/qps_json_driver.o: $(LIBDIR)/$(CONFIG)/libqps.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LIBDIR)/$(CONFIG)/libgrpc++_test_config.a
|
11155
|
+
|
11156
|
+
deps_qps_json_driver: $(QPS_JSON_DRIVER_OBJS:.o=.dep)
|
10122
11157
|
|
10123
11158
|
ifneq ($(NO_SECURE),true)
|
10124
11159
|
ifneq ($(NO_DEPS),true)
|
10125
|
-
-include $(
|
11160
|
+
-include $(QPS_JSON_DRIVER_OBJS:.o=.dep)
|
10126
11161
|
endif
|
10127
11162
|
endif
|
10128
11163
|
|
@@ -10974,23 +12009,23 @@ endif
|
|
10974
12009
|
# boringssl needs an override to ensure that it does not include
|
10975
12010
|
# system openssl headers regardless of other configuration
|
10976
12011
|
# we do so here with a target specific variable assignment
|
10977
|
-
$(
|
10978
|
-
$(
|
10979
|
-
$(
|
12012
|
+
$(BORINGSSL_ASN1_TEST_OBJS): CFLAGS := -Ithird_party/boringssl/include $(CFLAGS) -Wno-sign-conversion -Wno-conversion -Wno-unused-value
|
12013
|
+
$(BORINGSSL_ASN1_TEST_OBJS): CXXFLAGS := -Ithird_party/boringssl/include $(CXXFLAGS)
|
12014
|
+
$(BORINGSSL_ASN1_TEST_OBJS): CPPFLAGS += -DOPENSSL_NO_ASM -D_GNU_SOURCE
|
10980
12015
|
|
10981
12016
|
|
10982
12017
|
ifeq ($(NO_PROTOBUF),true)
|
10983
12018
|
|
10984
12019
|
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
10985
12020
|
|
10986
|
-
$(BINDIR)/$(CONFIG)/
|
12021
|
+
$(BINDIR)/$(CONFIG)/boringssl_asn1_test: protobuf_dep_error
|
10987
12022
|
|
10988
12023
|
else
|
10989
12024
|
|
10990
|
-
$(BINDIR)/$(CONFIG)/
|
12025
|
+
$(BINDIR)/$(CONFIG)/boringssl_asn1_test: $(LIBDIR)/$(CONFIG)/libboringssl_asn1_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a
|
10991
12026
|
$(E) "[LD] Linking $@"
|
10992
12027
|
$(Q) mkdir -p `dirname $@`
|
10993
|
-
$(Q) $(LDXX) $(LDFLAGS) $(LIBDIR)/$(CONFIG)/
|
12028
|
+
$(Q) $(LDXX) $(LDFLAGS) $(LIBDIR)/$(CONFIG)/libboringssl_asn1_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/boringssl_asn1_test
|
10994
12029
|
|
10995
12030
|
endif
|
10996
12031
|
|
@@ -11001,8 +12036,35 @@ endif
|
|
11001
12036
|
# boringssl needs an override to ensure that it does not include
|
11002
12037
|
# system openssl headers regardless of other configuration
|
11003
12038
|
# we do so here with a target specific variable assignment
|
11004
|
-
$(
|
11005
|
-
$(
|
12039
|
+
$(BORINGSSL_BASE64_TEST_OBJS): CFLAGS := -Ithird_party/boringssl/include $(CFLAGS) -Wno-sign-conversion -Wno-conversion -Wno-unused-value
|
12040
|
+
$(BORINGSSL_BASE64_TEST_OBJS): CXXFLAGS := -Ithird_party/boringssl/include $(CXXFLAGS)
|
12041
|
+
$(BORINGSSL_BASE64_TEST_OBJS): CPPFLAGS += -DOPENSSL_NO_ASM -D_GNU_SOURCE
|
12042
|
+
|
12043
|
+
|
12044
|
+
ifeq ($(NO_PROTOBUF),true)
|
12045
|
+
|
12046
|
+
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
12047
|
+
|
12048
|
+
$(BINDIR)/$(CONFIG)/boringssl_base64_test: protobuf_dep_error
|
12049
|
+
|
12050
|
+
else
|
12051
|
+
|
12052
|
+
$(BINDIR)/$(CONFIG)/boringssl_base64_test: $(LIBDIR)/$(CONFIG)/libboringssl_base64_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a
|
12053
|
+
$(E) "[LD] Linking $@"
|
12054
|
+
$(Q) mkdir -p `dirname $@`
|
12055
|
+
$(Q) $(LDXX) $(LDFLAGS) $(LIBDIR)/$(CONFIG)/libboringssl_base64_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/boringssl_base64_test
|
12056
|
+
|
12057
|
+
endif
|
12058
|
+
|
12059
|
+
|
12060
|
+
|
12061
|
+
|
12062
|
+
|
12063
|
+
# boringssl needs an override to ensure that it does not include
|
12064
|
+
# system openssl headers regardless of other configuration
|
12065
|
+
# we do so here with a target specific variable assignment
|
12066
|
+
$(BORINGSSL_BIO_TEST_OBJS): CFLAGS := -Ithird_party/boringssl/include $(CFLAGS) -Wno-sign-conversion -Wno-conversion -Wno-unused-value
|
12067
|
+
$(BORINGSSL_BIO_TEST_OBJS): CXXFLAGS := -Ithird_party/boringssl/include $(CXXFLAGS)
|
11006
12068
|
$(BORINGSSL_BIO_TEST_OBJS): CPPFLAGS += -DOPENSSL_NO_ASM -D_GNU_SOURCE
|
11007
12069
|
|
11008
12070
|
|
@@ -11808,6 +12870,33 @@ endif
|
|
11808
12870
|
|
11809
12871
|
|
11810
12872
|
|
12873
|
+
# boringssl needs an override to ensure that it does not include
|
12874
|
+
# system openssl headers regardless of other configuration
|
12875
|
+
# we do so here with a target specific variable assignment
|
12876
|
+
$(BORINGSSL_X509_TEST_OBJS): CFLAGS := -Ithird_party/boringssl/include $(CFLAGS) -Wno-sign-conversion -Wno-conversion -Wno-unused-value
|
12877
|
+
$(BORINGSSL_X509_TEST_OBJS): CXXFLAGS := -Ithird_party/boringssl/include $(CXXFLAGS)
|
12878
|
+
$(BORINGSSL_X509_TEST_OBJS): CPPFLAGS += -DOPENSSL_NO_ASM -D_GNU_SOURCE
|
12879
|
+
|
12880
|
+
|
12881
|
+
ifeq ($(NO_PROTOBUF),true)
|
12882
|
+
|
12883
|
+
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
12884
|
+
|
12885
|
+
$(BINDIR)/$(CONFIG)/boringssl_x509_test: protobuf_dep_error
|
12886
|
+
|
12887
|
+
else
|
12888
|
+
|
12889
|
+
$(BINDIR)/$(CONFIG)/boringssl_x509_test: $(LIBDIR)/$(CONFIG)/libboringssl_x509_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a
|
12890
|
+
$(E) "[LD] Linking $@"
|
12891
|
+
$(Q) mkdir -p `dirname $@`
|
12892
|
+
$(Q) $(LDXX) $(LDFLAGS) $(LIBDIR)/$(CONFIG)/libboringssl_x509_test_lib.a $(LIBDIR)/$(CONFIG)/libboringssl_test_util.a $(LIBDIR)/$(CONFIG)/libboringssl.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/boringssl_x509_test
|
12893
|
+
|
12894
|
+
endif
|
12895
|
+
|
12896
|
+
|
12897
|
+
|
12898
|
+
|
12899
|
+
|
11811
12900
|
# boringssl needs an override to ensure that it does not include
|
11812
12901
|
# system openssl headers regardless of other configuration
|
11813
12902
|
# we do so here with a target specific variable assignment
|
@@ -11955,6 +13044,26 @@ ifneq ($(NO_DEPS),true)
|
|
11955
13044
|
endif
|
11956
13045
|
|
11957
13046
|
|
13047
|
+
HEAD_OF_LINE_BLOCKING_BAD_CLIENT_TEST_SRC = \
|
13048
|
+
test/core/bad_client/tests/head_of_line_blocking.c \
|
13049
|
+
|
13050
|
+
HEAD_OF_LINE_BLOCKING_BAD_CLIENT_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HEAD_OF_LINE_BLOCKING_BAD_CLIENT_TEST_SRC))))
|
13051
|
+
|
13052
|
+
|
13053
|
+
$(BINDIR)/$(CONFIG)/head_of_line_blocking_bad_client_test: $(HEAD_OF_LINE_BLOCKING_BAD_CLIENT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libbad_client_test.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
13054
|
+
$(E) "[LD] Linking $@"
|
13055
|
+
$(Q) mkdir -p `dirname $@`
|
13056
|
+
$(Q) $(LD) $(LDFLAGS) $(HEAD_OF_LINE_BLOCKING_BAD_CLIENT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libbad_client_test.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) -o $(BINDIR)/$(CONFIG)/head_of_line_blocking_bad_client_test
|
13057
|
+
|
13058
|
+
$(OBJDIR)/$(CONFIG)/test/core/bad_client/tests/head_of_line_blocking.o: $(LIBDIR)/$(CONFIG)/libbad_client_test.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
13059
|
+
|
13060
|
+
deps_head_of_line_blocking_bad_client_test: $(HEAD_OF_LINE_BLOCKING_BAD_CLIENT_TEST_OBJS:.o=.dep)
|
13061
|
+
|
13062
|
+
ifneq ($(NO_DEPS),true)
|
13063
|
+
-include $(HEAD_OF_LINE_BLOCKING_BAD_CLIENT_TEST_OBJS:.o=.dep)
|
13064
|
+
endif
|
13065
|
+
|
13066
|
+
|
11958
13067
|
HEADERS_BAD_CLIENT_TEST_SRC = \
|
11959
13068
|
test/core/bad_client/tests/headers.c \
|
11960
13069
|
|
@@ -12217,14 +13326,14 @@ else
|
|
12217
13326
|
|
12218
13327
|
|
12219
13328
|
|
12220
|
-
$(BINDIR)/$(CONFIG)/h2_census_test: $(H2_CENSUS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13329
|
+
$(BINDIR)/$(CONFIG)/h2_census_test: $(H2_CENSUS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12221
13330
|
$(E) "[LD] Linking $@"
|
12222
13331
|
$(Q) mkdir -p `dirname $@`
|
12223
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_CENSUS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13332
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_CENSUS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_census_test
|
12224
13333
|
|
12225
13334
|
endif
|
12226
13335
|
|
12227
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_census.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13336
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_census.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12228
13337
|
|
12229
13338
|
deps_h2_census_test: $(H2_CENSUS_TEST_OBJS:.o=.dep)
|
12230
13339
|
|
@@ -12249,14 +13358,14 @@ else
|
|
12249
13358
|
|
12250
13359
|
|
12251
13360
|
|
12252
|
-
$(BINDIR)/$(CONFIG)/h2_compress_test: $(H2_COMPRESS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13361
|
+
$(BINDIR)/$(CONFIG)/h2_compress_test: $(H2_COMPRESS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12253
13362
|
$(E) "[LD] Linking $@"
|
12254
13363
|
$(Q) mkdir -p `dirname $@`
|
12255
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_COMPRESS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13364
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_COMPRESS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_compress_test
|
12256
13365
|
|
12257
13366
|
endif
|
12258
13367
|
|
12259
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_compress.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13368
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_compress.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12260
13369
|
|
12261
13370
|
deps_h2_compress_test: $(H2_COMPRESS_TEST_OBJS:.o=.dep)
|
12262
13371
|
|
@@ -12281,14 +13390,14 @@ else
|
|
12281
13390
|
|
12282
13391
|
|
12283
13392
|
|
12284
|
-
$(BINDIR)/$(CONFIG)/h2_fakesec_test: $(H2_FAKESEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13393
|
+
$(BINDIR)/$(CONFIG)/h2_fakesec_test: $(H2_FAKESEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12285
13394
|
$(E) "[LD] Linking $@"
|
12286
13395
|
$(Q) mkdir -p `dirname $@`
|
12287
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_FAKESEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13396
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_FAKESEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_fakesec_test
|
12288
13397
|
|
12289
13398
|
endif
|
12290
13399
|
|
12291
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_fakesec.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13400
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_fakesec.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12292
13401
|
|
12293
13402
|
deps_h2_fakesec_test: $(H2_FAKESEC_TEST_OBJS:.o=.dep)
|
12294
13403
|
|
@@ -12313,14 +13422,14 @@ else
|
|
12313
13422
|
|
12314
13423
|
|
12315
13424
|
|
12316
|
-
$(BINDIR)/$(CONFIG)/h2_full_test: $(H2_FULL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13425
|
+
$(BINDIR)/$(CONFIG)/h2_full_test: $(H2_FULL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12317
13426
|
$(E) "[LD] Linking $@"
|
12318
13427
|
$(Q) mkdir -p `dirname $@`
|
12319
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_FULL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13428
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_FULL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_full_test
|
12320
13429
|
|
12321
13430
|
endif
|
12322
13431
|
|
12323
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13432
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12324
13433
|
|
12325
13434
|
deps_h2_full_test: $(H2_FULL_TEST_OBJS:.o=.dep)
|
12326
13435
|
|
@@ -12345,14 +13454,14 @@ else
|
|
12345
13454
|
|
12346
13455
|
|
12347
13456
|
|
12348
|
-
$(BINDIR)/$(CONFIG)/h2_full+pipe_test: $(H2_FULL+PIPE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13457
|
+
$(BINDIR)/$(CONFIG)/h2_full+pipe_test: $(H2_FULL+PIPE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12349
13458
|
$(E) "[LD] Linking $@"
|
12350
13459
|
$(Q) mkdir -p `dirname $@`
|
12351
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_FULL+PIPE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13460
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_FULL+PIPE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_full+pipe_test
|
12352
13461
|
|
12353
13462
|
endif
|
12354
13463
|
|
12355
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full+pipe.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13464
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full+pipe.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12356
13465
|
|
12357
13466
|
deps_h2_full+pipe_test: $(H2_FULL+PIPE_TEST_OBJS:.o=.dep)
|
12358
13467
|
|
@@ -12363,66 +13472,34 @@ endif
|
|
12363
13472
|
endif
|
12364
13473
|
|
12365
13474
|
|
12366
|
-
H2_FULL+
|
12367
|
-
test/core/end2end/fixtures/h2_full+
|
12368
|
-
|
12369
|
-
H2_FULL+POLL_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(H2_FULL+POLL_TEST_SRC))))
|
12370
|
-
ifeq ($(NO_SECURE),true)
|
12371
|
-
|
12372
|
-
# You can't build secure targets if you don't have OpenSSL.
|
12373
|
-
|
12374
|
-
$(BINDIR)/$(CONFIG)/h2_full+poll_test: openssl_dep_error
|
12375
|
-
|
12376
|
-
else
|
12377
|
-
|
12378
|
-
|
12379
|
-
|
12380
|
-
$(BINDIR)/$(CONFIG)/h2_full+poll_test: $(H2_FULL+POLL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12381
|
-
$(E) "[LD] Linking $@"
|
12382
|
-
$(Q) mkdir -p `dirname $@`
|
12383
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_FULL+POLL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_full+poll_test
|
12384
|
-
|
12385
|
-
endif
|
12386
|
-
|
12387
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full+poll.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12388
|
-
|
12389
|
-
deps_h2_full+poll_test: $(H2_FULL+POLL_TEST_OBJS:.o=.dep)
|
12390
|
-
|
12391
|
-
ifneq ($(NO_SECURE),true)
|
12392
|
-
ifneq ($(NO_DEPS),true)
|
12393
|
-
-include $(H2_FULL+POLL_TEST_OBJS:.o=.dep)
|
12394
|
-
endif
|
12395
|
-
endif
|
12396
|
-
|
12397
|
-
|
12398
|
-
H2_FULL+POLL+PIPE_TEST_SRC = \
|
12399
|
-
test/core/end2end/fixtures/h2_full+poll+pipe.c \
|
13475
|
+
H2_FULL+TRACE_TEST_SRC = \
|
13476
|
+
test/core/end2end/fixtures/h2_full+trace.c \
|
12400
13477
|
|
12401
|
-
H2_FULL+
|
13478
|
+
H2_FULL+TRACE_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(H2_FULL+TRACE_TEST_SRC))))
|
12402
13479
|
ifeq ($(NO_SECURE),true)
|
12403
13480
|
|
12404
13481
|
# You can't build secure targets if you don't have OpenSSL.
|
12405
13482
|
|
12406
|
-
$(BINDIR)/$(CONFIG)/h2_full+
|
13483
|
+
$(BINDIR)/$(CONFIG)/h2_full+trace_test: openssl_dep_error
|
12407
13484
|
|
12408
13485
|
else
|
12409
13486
|
|
12410
13487
|
|
12411
13488
|
|
12412
|
-
$(BINDIR)/$(CONFIG)/h2_full+
|
13489
|
+
$(BINDIR)/$(CONFIG)/h2_full+trace_test: $(H2_FULL+TRACE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12413
13490
|
$(E) "[LD] Linking $@"
|
12414
13491
|
$(Q) mkdir -p `dirname $@`
|
12415
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_FULL+
|
13492
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_FULL+TRACE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_full+trace_test
|
12416
13493
|
|
12417
13494
|
endif
|
12418
13495
|
|
12419
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full+
|
13496
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full+trace.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12420
13497
|
|
12421
|
-
deps_h2_full+
|
13498
|
+
deps_h2_full+trace_test: $(H2_FULL+TRACE_TEST_OBJS:.o=.dep)
|
12422
13499
|
|
12423
13500
|
ifneq ($(NO_SECURE),true)
|
12424
13501
|
ifneq ($(NO_DEPS),true)
|
12425
|
-
-include $(H2_FULL+
|
13502
|
+
-include $(H2_FULL+TRACE_TEST_OBJS:.o=.dep)
|
12426
13503
|
endif
|
12427
13504
|
endif
|
12428
13505
|
|
@@ -12441,14 +13518,14 @@ else
|
|
12441
13518
|
|
12442
13519
|
|
12443
13520
|
|
12444
|
-
$(BINDIR)/$(CONFIG)/h2_oauth2_test: $(H2_OAUTH2_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13521
|
+
$(BINDIR)/$(CONFIG)/h2_oauth2_test: $(H2_OAUTH2_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12445
13522
|
$(E) "[LD] Linking $@"
|
12446
13523
|
$(Q) mkdir -p `dirname $@`
|
12447
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_OAUTH2_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13524
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_OAUTH2_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_oauth2_test
|
12448
13525
|
|
12449
13526
|
endif
|
12450
13527
|
|
12451
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_oauth2.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13528
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_oauth2.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12452
13529
|
|
12453
13530
|
deps_h2_oauth2_test: $(H2_OAUTH2_TEST_OBJS:.o=.dep)
|
12454
13531
|
|
@@ -12473,14 +13550,14 @@ else
|
|
12473
13550
|
|
12474
13551
|
|
12475
13552
|
|
12476
|
-
$(BINDIR)/$(CONFIG)/h2_proxy_test: $(H2_PROXY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13553
|
+
$(BINDIR)/$(CONFIG)/h2_proxy_test: $(H2_PROXY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12477
13554
|
$(E) "[LD] Linking $@"
|
12478
13555
|
$(Q) mkdir -p `dirname $@`
|
12479
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_PROXY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13556
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_PROXY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_proxy_test
|
12480
13557
|
|
12481
13558
|
endif
|
12482
13559
|
|
12483
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_proxy.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13560
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_proxy.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12484
13561
|
|
12485
13562
|
deps_h2_proxy_test: $(H2_PROXY_TEST_OBJS:.o=.dep)
|
12486
13563
|
|
@@ -12505,14 +13582,14 @@ else
|
|
12505
13582
|
|
12506
13583
|
|
12507
13584
|
|
12508
|
-
$(BINDIR)/$(CONFIG)/h2_sockpair_test: $(H2_SOCKPAIR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13585
|
+
$(BINDIR)/$(CONFIG)/h2_sockpair_test: $(H2_SOCKPAIR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12509
13586
|
$(E) "[LD] Linking $@"
|
12510
13587
|
$(Q) mkdir -p `dirname $@`
|
12511
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_SOCKPAIR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13588
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_SOCKPAIR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_sockpair_test
|
12512
13589
|
|
12513
13590
|
endif
|
12514
13591
|
|
12515
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_sockpair.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13592
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_sockpair.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12516
13593
|
|
12517
13594
|
deps_h2_sockpair_test: $(H2_SOCKPAIR_TEST_OBJS:.o=.dep)
|
12518
13595
|
|
@@ -12537,14 +13614,14 @@ else
|
|
12537
13614
|
|
12538
13615
|
|
12539
13616
|
|
12540
|
-
$(BINDIR)/$(CONFIG)/h2_sockpair+trace_test: $(H2_SOCKPAIR+TRACE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13617
|
+
$(BINDIR)/$(CONFIG)/h2_sockpair+trace_test: $(H2_SOCKPAIR+TRACE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12541
13618
|
$(E) "[LD] Linking $@"
|
12542
13619
|
$(Q) mkdir -p `dirname $@`
|
12543
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_SOCKPAIR+TRACE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13620
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_SOCKPAIR+TRACE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_sockpair+trace_test
|
12544
13621
|
|
12545
13622
|
endif
|
12546
13623
|
|
12547
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_sockpair+trace.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13624
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_sockpair+trace.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12548
13625
|
|
12549
13626
|
deps_h2_sockpair+trace_test: $(H2_SOCKPAIR+TRACE_TEST_OBJS:.o=.dep)
|
12550
13627
|
|
@@ -12569,14 +13646,14 @@ else
|
|
12569
13646
|
|
12570
13647
|
|
12571
13648
|
|
12572
|
-
$(BINDIR)/$(CONFIG)/h2_sockpair_1byte_test: $(H2_SOCKPAIR_1BYTE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13649
|
+
$(BINDIR)/$(CONFIG)/h2_sockpair_1byte_test: $(H2_SOCKPAIR_1BYTE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12573
13650
|
$(E) "[LD] Linking $@"
|
12574
13651
|
$(Q) mkdir -p `dirname $@`
|
12575
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_SOCKPAIR_1BYTE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13652
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_SOCKPAIR_1BYTE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_sockpair_1byte_test
|
12576
13653
|
|
12577
13654
|
endif
|
12578
13655
|
|
12579
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_sockpair_1byte.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13656
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_sockpair_1byte.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12580
13657
|
|
12581
13658
|
deps_h2_sockpair_1byte_test: $(H2_SOCKPAIR_1BYTE_TEST_OBJS:.o=.dep)
|
12582
13659
|
|
@@ -12601,14 +13678,14 @@ else
|
|
12601
13678
|
|
12602
13679
|
|
12603
13680
|
|
12604
|
-
$(BINDIR)/$(CONFIG)/h2_ssl_test: $(H2_SSL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13681
|
+
$(BINDIR)/$(CONFIG)/h2_ssl_test: $(H2_SSL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12605
13682
|
$(E) "[LD] Linking $@"
|
12606
13683
|
$(Q) mkdir -p `dirname $@`
|
12607
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_SSL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13684
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_SSL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_ssl_test
|
12608
13685
|
|
12609
13686
|
endif
|
12610
13687
|
|
12611
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_ssl.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13688
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_ssl.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12612
13689
|
|
12613
13690
|
deps_h2_ssl_test: $(H2_SSL_TEST_OBJS:.o=.dep)
|
12614
13691
|
|
@@ -12619,34 +13696,34 @@ endif
|
|
12619
13696
|
endif
|
12620
13697
|
|
12621
13698
|
|
12622
|
-
|
12623
|
-
test/core/end2end/fixtures/
|
13699
|
+
H2_SSL_CERT_TEST_SRC = \
|
13700
|
+
test/core/end2end/fixtures/h2_ssl_cert.c \
|
12624
13701
|
|
12625
|
-
|
13702
|
+
H2_SSL_CERT_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(H2_SSL_CERT_TEST_SRC))))
|
12626
13703
|
ifeq ($(NO_SECURE),true)
|
12627
13704
|
|
12628
13705
|
# You can't build secure targets if you don't have OpenSSL.
|
12629
13706
|
|
12630
|
-
$(BINDIR)/$(CONFIG)/
|
13707
|
+
$(BINDIR)/$(CONFIG)/h2_ssl_cert_test: openssl_dep_error
|
12631
13708
|
|
12632
13709
|
else
|
12633
13710
|
|
12634
13711
|
|
12635
13712
|
|
12636
|
-
$(BINDIR)/$(CONFIG)/
|
13713
|
+
$(BINDIR)/$(CONFIG)/h2_ssl_cert_test: $(H2_SSL_CERT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12637
13714
|
$(E) "[LD] Linking $@"
|
12638
13715
|
$(Q) mkdir -p `dirname $@`
|
12639
|
-
$(Q) $(LD) $(LDFLAGS) $(
|
13716
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_SSL_CERT_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_ssl_cert_test
|
12640
13717
|
|
12641
13718
|
endif
|
12642
13719
|
|
12643
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/
|
13720
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_ssl_cert.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12644
13721
|
|
12645
|
-
|
13722
|
+
deps_h2_ssl_cert_test: $(H2_SSL_CERT_TEST_OBJS:.o=.dep)
|
12646
13723
|
|
12647
13724
|
ifneq ($(NO_SECURE),true)
|
12648
13725
|
ifneq ($(NO_DEPS),true)
|
12649
|
-
-include $(
|
13726
|
+
-include $(H2_SSL_CERT_TEST_OBJS:.o=.dep)
|
12650
13727
|
endif
|
12651
13728
|
endif
|
12652
13729
|
|
@@ -12665,14 +13742,14 @@ else
|
|
12665
13742
|
|
12666
13743
|
|
12667
13744
|
|
12668
|
-
$(BINDIR)/$(CONFIG)/h2_ssl_proxy_test: $(H2_SSL_PROXY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13745
|
+
$(BINDIR)/$(CONFIG)/h2_ssl_proxy_test: $(H2_SSL_PROXY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12669
13746
|
$(E) "[LD] Linking $@"
|
12670
13747
|
$(Q) mkdir -p `dirname $@`
|
12671
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_SSL_PROXY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13748
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_SSL_PROXY_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_ssl_proxy_test
|
12672
13749
|
|
12673
13750
|
endif
|
12674
13751
|
|
12675
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_ssl_proxy.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13752
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_ssl_proxy.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12676
13753
|
|
12677
13754
|
deps_h2_ssl_proxy_test: $(H2_SSL_PROXY_TEST_OBJS:.o=.dep)
|
12678
13755
|
|
@@ -12683,38 +13760,6 @@ endif
|
|
12683
13760
|
endif
|
12684
13761
|
|
12685
13762
|
|
12686
|
-
H2_UCHANNEL_TEST_SRC = \
|
12687
|
-
test/core/end2end/fixtures/h2_uchannel.c \
|
12688
|
-
|
12689
|
-
H2_UCHANNEL_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(H2_UCHANNEL_TEST_SRC))))
|
12690
|
-
ifeq ($(NO_SECURE),true)
|
12691
|
-
|
12692
|
-
# You can't build secure targets if you don't have OpenSSL.
|
12693
|
-
|
12694
|
-
$(BINDIR)/$(CONFIG)/h2_uchannel_test: openssl_dep_error
|
12695
|
-
|
12696
|
-
else
|
12697
|
-
|
12698
|
-
|
12699
|
-
|
12700
|
-
$(BINDIR)/$(CONFIG)/h2_uchannel_test: $(H2_UCHANNEL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12701
|
-
$(E) "[LD] Linking $@"
|
12702
|
-
$(Q) mkdir -p `dirname $@`
|
12703
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_UCHANNEL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_uchannel_test
|
12704
|
-
|
12705
|
-
endif
|
12706
|
-
|
12707
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_uchannel.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12708
|
-
|
12709
|
-
deps_h2_uchannel_test: $(H2_UCHANNEL_TEST_OBJS:.o=.dep)
|
12710
|
-
|
12711
|
-
ifneq ($(NO_SECURE),true)
|
12712
|
-
ifneq ($(NO_DEPS),true)
|
12713
|
-
-include $(H2_UCHANNEL_TEST_OBJS:.o=.dep)
|
12714
|
-
endif
|
12715
|
-
endif
|
12716
|
-
|
12717
|
-
|
12718
13763
|
H2_UDS_TEST_SRC = \
|
12719
13764
|
test/core/end2end/fixtures/h2_uds.c \
|
12720
13765
|
|
@@ -12729,14 +13774,14 @@ else
|
|
12729
13774
|
|
12730
13775
|
|
12731
13776
|
|
12732
|
-
$(BINDIR)/$(CONFIG)/h2_uds_test: $(H2_UDS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13777
|
+
$(BINDIR)/$(CONFIG)/h2_uds_test: $(H2_UDS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12733
13778
|
$(E) "[LD] Linking $@"
|
12734
13779
|
$(Q) mkdir -p `dirname $@`
|
12735
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_UDS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13780
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_UDS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_uds_test
|
12736
13781
|
|
12737
13782
|
endif
|
12738
13783
|
|
12739
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_uds.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/
|
13784
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_uds.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12740
13785
|
|
12741
13786
|
deps_h2_uds_test: $(H2_UDS_TEST_OBJS:.o=.dep)
|
12742
13787
|
|
@@ -12747,38 +13792,6 @@ endif
|
|
12747
13792
|
endif
|
12748
13793
|
|
12749
13794
|
|
12750
|
-
H2_UDS+POLL_TEST_SRC = \
|
12751
|
-
test/core/end2end/fixtures/h2_uds+poll.c \
|
12752
|
-
|
12753
|
-
H2_UDS+POLL_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(H2_UDS+POLL_TEST_SRC))))
|
12754
|
-
ifeq ($(NO_SECURE),true)
|
12755
|
-
|
12756
|
-
# You can't build secure targets if you don't have OpenSSL.
|
12757
|
-
|
12758
|
-
$(BINDIR)/$(CONFIG)/h2_uds+poll_test: openssl_dep_error
|
12759
|
-
|
12760
|
-
else
|
12761
|
-
|
12762
|
-
|
12763
|
-
|
12764
|
-
$(BINDIR)/$(CONFIG)/h2_uds+poll_test: $(H2_UDS+POLL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12765
|
-
$(E) "[LD] Linking $@"
|
12766
|
-
$(Q) mkdir -p `dirname $@`
|
12767
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_UDS+POLL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/h2_uds+poll_test
|
12768
|
-
|
12769
|
-
endif
|
12770
|
-
|
12771
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_uds+poll.o: $(LIBDIR)/$(CONFIG)/libend2end_tests.a $(LIBDIR)/$(CONFIG)/libend2end_certs.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12772
|
-
|
12773
|
-
deps_h2_uds+poll_test: $(H2_UDS+POLL_TEST_OBJS:.o=.dep)
|
12774
|
-
|
12775
|
-
ifneq ($(NO_SECURE),true)
|
12776
|
-
ifneq ($(NO_DEPS),true)
|
12777
|
-
-include $(H2_UDS+POLL_TEST_OBJS:.o=.dep)
|
12778
|
-
endif
|
12779
|
-
endif
|
12780
|
-
|
12781
|
-
|
12782
13795
|
H2_CENSUS_NOSEC_TEST_SRC = \
|
12783
13796
|
test/core/end2end/fixtures/h2_census.c \
|
12784
13797
|
|
@@ -12859,43 +13872,23 @@ ifneq ($(NO_DEPS),true)
|
|
12859
13872
|
endif
|
12860
13873
|
|
12861
13874
|
|
12862
|
-
H2_FULL+
|
12863
|
-
test/core/end2end/fixtures/h2_full+
|
12864
|
-
|
12865
|
-
H2_FULL+POLL_NOSEC_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(H2_FULL+POLL_NOSEC_TEST_SRC))))
|
12866
|
-
|
12867
|
-
|
12868
|
-
$(BINDIR)/$(CONFIG)/h2_full+poll_nosec_test: $(H2_FULL+POLL_NOSEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12869
|
-
$(E) "[LD] Linking $@"
|
12870
|
-
$(Q) mkdir -p `dirname $@`
|
12871
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_FULL+POLL_NOSEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) -o $(BINDIR)/$(CONFIG)/h2_full+poll_nosec_test
|
12872
|
-
|
12873
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full+poll.o: $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12874
|
-
|
12875
|
-
deps_h2_full+poll_nosec_test: $(H2_FULL+POLL_NOSEC_TEST_OBJS:.o=.dep)
|
12876
|
-
|
12877
|
-
ifneq ($(NO_DEPS),true)
|
12878
|
-
-include $(H2_FULL+POLL_NOSEC_TEST_OBJS:.o=.dep)
|
12879
|
-
endif
|
12880
|
-
|
12881
|
-
|
12882
|
-
H2_FULL+POLL+PIPE_NOSEC_TEST_SRC = \
|
12883
|
-
test/core/end2end/fixtures/h2_full+poll+pipe.c \
|
13875
|
+
H2_FULL+TRACE_NOSEC_TEST_SRC = \
|
13876
|
+
test/core/end2end/fixtures/h2_full+trace.c \
|
12884
13877
|
|
12885
|
-
H2_FULL+
|
13878
|
+
H2_FULL+TRACE_NOSEC_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(H2_FULL+TRACE_NOSEC_TEST_SRC))))
|
12886
13879
|
|
12887
13880
|
|
12888
|
-
$(BINDIR)/$(CONFIG)/h2_full+
|
13881
|
+
$(BINDIR)/$(CONFIG)/h2_full+trace_nosec_test: $(H2_FULL+TRACE_NOSEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12889
13882
|
$(E) "[LD] Linking $@"
|
12890
13883
|
$(Q) mkdir -p `dirname $@`
|
12891
|
-
$(Q) $(LD) $(LDFLAGS) $(H2_FULL+
|
13884
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_FULL+TRACE_NOSEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) -o $(BINDIR)/$(CONFIG)/h2_full+trace_nosec_test
|
12892
13885
|
|
12893
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full+
|
13886
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_full+trace.o: $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12894
13887
|
|
12895
|
-
deps_h2_full+
|
13888
|
+
deps_h2_full+trace_nosec_test: $(H2_FULL+TRACE_NOSEC_TEST_OBJS:.o=.dep)
|
12896
13889
|
|
12897
13890
|
ifneq ($(NO_DEPS),true)
|
12898
|
-
-include $(H2_FULL+
|
13891
|
+
-include $(H2_FULL+TRACE_NOSEC_TEST_OBJS:.o=.dep)
|
12899
13892
|
endif
|
12900
13893
|
|
12901
13894
|
|
@@ -12979,63 +13972,338 @@ ifneq ($(NO_DEPS),true)
|
|
12979
13972
|
endif
|
12980
13973
|
|
12981
13974
|
|
12982
|
-
|
12983
|
-
test/core/end2end/fixtures/
|
13975
|
+
H2_UDS_NOSEC_TEST_SRC = \
|
13976
|
+
test/core/end2end/fixtures/h2_uds.c \
|
12984
13977
|
|
12985
|
-
|
13978
|
+
H2_UDS_NOSEC_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(H2_UDS_NOSEC_TEST_SRC))))
|
12986
13979
|
|
12987
13980
|
|
12988
|
-
$(BINDIR)/$(CONFIG)/
|
13981
|
+
$(BINDIR)/$(CONFIG)/h2_uds_nosec_test: $(H2_UDS_NOSEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12989
13982
|
$(E) "[LD] Linking $@"
|
12990
13983
|
$(Q) mkdir -p `dirname $@`
|
12991
|
-
$(Q) $(LD) $(LDFLAGS) $(
|
13984
|
+
$(Q) $(LD) $(LDFLAGS) $(H2_UDS_NOSEC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) -o $(BINDIR)/$(CONFIG)/h2_uds_nosec_test
|
12992
13985
|
|
12993
|
-
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/
|
13986
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fixtures/h2_uds.o: $(LIBDIR)/$(CONFIG)/libend2end_nosec_tests.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util_unsecure.a $(LIBDIR)/$(CONFIG)/libgrpc_unsecure.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
12994
13987
|
|
12995
|
-
|
13988
|
+
deps_h2_uds_nosec_test: $(H2_UDS_NOSEC_TEST_OBJS:.o=.dep)
|
12996
13989
|
|
12997
13990
|
ifneq ($(NO_DEPS),true)
|
12998
|
-
-include $(
|
13991
|
+
-include $(H2_UDS_NOSEC_TEST_OBJS:.o=.dep)
|
12999
13992
|
endif
|
13000
13993
|
|
13001
13994
|
|
13002
|
-
|
13003
|
-
test/core/end2end/
|
13995
|
+
API_FUZZER_ONE_ENTRY_SRC = \
|
13996
|
+
test/core/end2end/fuzzers/api_fuzzer.c \
|
13997
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
13004
13998
|
|
13005
|
-
|
13999
|
+
API_FUZZER_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(API_FUZZER_ONE_ENTRY_SRC))))
|
14000
|
+
ifeq ($(NO_SECURE),true)
|
13006
14001
|
|
14002
|
+
# You can't build secure targets if you don't have OpenSSL.
|
13007
14003
|
|
13008
|
-
$(BINDIR)/$(CONFIG)/
|
14004
|
+
$(BINDIR)/$(CONFIG)/api_fuzzer_one_entry: openssl_dep_error
|
14005
|
+
|
14006
|
+
else
|
14007
|
+
|
14008
|
+
|
14009
|
+
|
14010
|
+
$(BINDIR)/$(CONFIG)/api_fuzzer_one_entry: $(API_FUZZER_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
13009
14011
|
$(E) "[LD] Linking $@"
|
13010
14012
|
$(Q) mkdir -p `dirname $@`
|
13011
|
-
$(Q) $(LD) $(LDFLAGS) $(
|
14013
|
+
$(Q) $(LD) $(LDFLAGS) $(API_FUZZER_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/api_fuzzer_one_entry
|
13012
14014
|
|
13013
|
-
|
14015
|
+
endif
|
13014
14016
|
|
13015
|
-
|
14017
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fuzzers/api_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14018
|
+
|
14019
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14020
|
+
|
14021
|
+
deps_api_fuzzer_one_entry: $(API_FUZZER_ONE_ENTRY_OBJS:.o=.dep)
|
13016
14022
|
|
14023
|
+
ifneq ($(NO_SECURE),true)
|
13017
14024
|
ifneq ($(NO_DEPS),true)
|
13018
|
-
-include $(
|
14025
|
+
-include $(API_FUZZER_ONE_ENTRY_OBJS:.o=.dep)
|
14026
|
+
endif
|
13019
14027
|
endif
|
13020
14028
|
|
13021
14029
|
|
13022
|
-
|
13023
|
-
test/core/end2end/
|
14030
|
+
CLIENT_FUZZER_ONE_ENTRY_SRC = \
|
14031
|
+
test/core/end2end/fuzzers/client_fuzzer.c \
|
14032
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
13024
14033
|
|
13025
|
-
|
14034
|
+
CLIENT_FUZZER_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(CLIENT_FUZZER_ONE_ENTRY_SRC))))
|
14035
|
+
ifeq ($(NO_SECURE),true)
|
14036
|
+
|
14037
|
+
# You can't build secure targets if you don't have OpenSSL.
|
13026
14038
|
|
14039
|
+
$(BINDIR)/$(CONFIG)/client_fuzzer_one_entry: openssl_dep_error
|
14040
|
+
|
14041
|
+
else
|
13027
14042
|
|
13028
|
-
|
14043
|
+
|
14044
|
+
|
14045
|
+
$(BINDIR)/$(CONFIG)/client_fuzzer_one_entry: $(CLIENT_FUZZER_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14046
|
+
$(E) "[LD] Linking $@"
|
14047
|
+
$(Q) mkdir -p `dirname $@`
|
14048
|
+
$(Q) $(LD) $(LDFLAGS) $(CLIENT_FUZZER_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/client_fuzzer_one_entry
|
14049
|
+
|
14050
|
+
endif
|
14051
|
+
|
14052
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fuzzers/client_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14053
|
+
|
14054
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14055
|
+
|
14056
|
+
deps_client_fuzzer_one_entry: $(CLIENT_FUZZER_ONE_ENTRY_OBJS:.o=.dep)
|
14057
|
+
|
14058
|
+
ifneq ($(NO_SECURE),true)
|
14059
|
+
ifneq ($(NO_DEPS),true)
|
14060
|
+
-include $(CLIENT_FUZZER_ONE_ENTRY_OBJS:.o=.dep)
|
14061
|
+
endif
|
14062
|
+
endif
|
14063
|
+
|
14064
|
+
|
14065
|
+
HPACK_PARSER_FUZZER_TEST_ONE_ENTRY_SRC = \
|
14066
|
+
test/core/transport/chttp2/hpack_parser_fuzzer_test.c \
|
14067
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
14068
|
+
|
14069
|
+
HPACK_PARSER_FUZZER_TEST_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HPACK_PARSER_FUZZER_TEST_ONE_ENTRY_SRC))))
|
14070
|
+
ifeq ($(NO_SECURE),true)
|
14071
|
+
|
14072
|
+
# You can't build secure targets if you don't have OpenSSL.
|
14073
|
+
|
14074
|
+
$(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test_one_entry: openssl_dep_error
|
14075
|
+
|
14076
|
+
else
|
14077
|
+
|
14078
|
+
|
14079
|
+
|
14080
|
+
$(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test_one_entry: $(HPACK_PARSER_FUZZER_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14081
|
+
$(E) "[LD] Linking $@"
|
14082
|
+
$(Q) mkdir -p `dirname $@`
|
14083
|
+
$(Q) $(LD) $(LDFLAGS) $(HPACK_PARSER_FUZZER_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/hpack_parser_fuzzer_test_one_entry
|
14084
|
+
|
14085
|
+
endif
|
14086
|
+
|
14087
|
+
$(OBJDIR)/$(CONFIG)/test/core/transport/chttp2/hpack_parser_fuzzer_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14088
|
+
|
14089
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14090
|
+
|
14091
|
+
deps_hpack_parser_fuzzer_test_one_entry: $(HPACK_PARSER_FUZZER_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14092
|
+
|
14093
|
+
ifneq ($(NO_SECURE),true)
|
14094
|
+
ifneq ($(NO_DEPS),true)
|
14095
|
+
-include $(HPACK_PARSER_FUZZER_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14096
|
+
endif
|
14097
|
+
endif
|
14098
|
+
|
14099
|
+
|
14100
|
+
HTTP_FUZZER_TEST_ONE_ENTRY_SRC = \
|
14101
|
+
test/core/http/fuzzer.c \
|
14102
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
14103
|
+
|
14104
|
+
HTTP_FUZZER_TEST_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HTTP_FUZZER_TEST_ONE_ENTRY_SRC))))
|
14105
|
+
ifeq ($(NO_SECURE),true)
|
14106
|
+
|
14107
|
+
# You can't build secure targets if you don't have OpenSSL.
|
14108
|
+
|
14109
|
+
$(BINDIR)/$(CONFIG)/http_fuzzer_test_one_entry: openssl_dep_error
|
14110
|
+
|
14111
|
+
else
|
14112
|
+
|
14113
|
+
|
14114
|
+
|
14115
|
+
$(BINDIR)/$(CONFIG)/http_fuzzer_test_one_entry: $(HTTP_FUZZER_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14116
|
+
$(E) "[LD] Linking $@"
|
14117
|
+
$(Q) mkdir -p `dirname $@`
|
14118
|
+
$(Q) $(LD) $(LDFLAGS) $(HTTP_FUZZER_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/http_fuzzer_test_one_entry
|
14119
|
+
|
14120
|
+
endif
|
14121
|
+
|
14122
|
+
$(OBJDIR)/$(CONFIG)/test/core/http/fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14123
|
+
|
14124
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14125
|
+
|
14126
|
+
deps_http_fuzzer_test_one_entry: $(HTTP_FUZZER_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14127
|
+
|
14128
|
+
ifneq ($(NO_SECURE),true)
|
14129
|
+
ifneq ($(NO_DEPS),true)
|
14130
|
+
-include $(HTTP_FUZZER_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14131
|
+
endif
|
14132
|
+
endif
|
14133
|
+
|
14134
|
+
|
14135
|
+
JSON_FUZZER_TEST_ONE_ENTRY_SRC = \
|
14136
|
+
test/core/json/fuzzer.c \
|
14137
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
14138
|
+
|
14139
|
+
JSON_FUZZER_TEST_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(JSON_FUZZER_TEST_ONE_ENTRY_SRC))))
|
14140
|
+
ifeq ($(NO_SECURE),true)
|
14141
|
+
|
14142
|
+
# You can't build secure targets if you don't have OpenSSL.
|
14143
|
+
|
14144
|
+
$(BINDIR)/$(CONFIG)/json_fuzzer_test_one_entry: openssl_dep_error
|
14145
|
+
|
14146
|
+
else
|
14147
|
+
|
14148
|
+
|
14149
|
+
|
14150
|
+
$(BINDIR)/$(CONFIG)/json_fuzzer_test_one_entry: $(JSON_FUZZER_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
13029
14151
|
$(E) "[LD] Linking $@"
|
13030
14152
|
$(Q) mkdir -p `dirname $@`
|
13031
|
-
$(Q) $(LD) $(LDFLAGS) $(
|
14153
|
+
$(Q) $(LD) $(LDFLAGS) $(JSON_FUZZER_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/json_fuzzer_test_one_entry
|
14154
|
+
|
14155
|
+
endif
|
14156
|
+
|
14157
|
+
$(OBJDIR)/$(CONFIG)/test/core/json/fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
13032
14158
|
|
13033
|
-
$(OBJDIR)/$(CONFIG)/test/core/
|
14159
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
13034
14160
|
|
13035
|
-
|
14161
|
+
deps_json_fuzzer_test_one_entry: $(JSON_FUZZER_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
13036
14162
|
|
14163
|
+
ifneq ($(NO_SECURE),true)
|
13037
14164
|
ifneq ($(NO_DEPS),true)
|
13038
|
-
-include $(
|
14165
|
+
-include $(JSON_FUZZER_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14166
|
+
endif
|
14167
|
+
endif
|
14168
|
+
|
14169
|
+
|
14170
|
+
NANOPB_FUZZER_RESPONSE_TEST_ONE_ENTRY_SRC = \
|
14171
|
+
test/core/nanopb/fuzzer_response.c \
|
14172
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
14173
|
+
|
14174
|
+
NANOPB_FUZZER_RESPONSE_TEST_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(NANOPB_FUZZER_RESPONSE_TEST_ONE_ENTRY_SRC))))
|
14175
|
+
ifeq ($(NO_SECURE),true)
|
14176
|
+
|
14177
|
+
# You can't build secure targets if you don't have OpenSSL.
|
14178
|
+
|
14179
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test_one_entry: openssl_dep_error
|
14180
|
+
|
14181
|
+
else
|
14182
|
+
|
14183
|
+
|
14184
|
+
|
14185
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test_one_entry: $(NANOPB_FUZZER_RESPONSE_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14186
|
+
$(E) "[LD] Linking $@"
|
14187
|
+
$(Q) mkdir -p `dirname $@`
|
14188
|
+
$(Q) $(LD) $(LDFLAGS) $(NANOPB_FUZZER_RESPONSE_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/nanopb_fuzzer_response_test_one_entry
|
14189
|
+
|
14190
|
+
endif
|
14191
|
+
|
14192
|
+
$(OBJDIR)/$(CONFIG)/test/core/nanopb/fuzzer_response.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14193
|
+
|
14194
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14195
|
+
|
14196
|
+
deps_nanopb_fuzzer_response_test_one_entry: $(NANOPB_FUZZER_RESPONSE_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14197
|
+
|
14198
|
+
ifneq ($(NO_SECURE),true)
|
14199
|
+
ifneq ($(NO_DEPS),true)
|
14200
|
+
-include $(NANOPB_FUZZER_RESPONSE_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14201
|
+
endif
|
14202
|
+
endif
|
14203
|
+
|
14204
|
+
|
14205
|
+
NANOPB_FUZZER_SERVERLIST_TEST_ONE_ENTRY_SRC = \
|
14206
|
+
test/core/nanopb/fuzzer_serverlist.c \
|
14207
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
14208
|
+
|
14209
|
+
NANOPB_FUZZER_SERVERLIST_TEST_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(NANOPB_FUZZER_SERVERLIST_TEST_ONE_ENTRY_SRC))))
|
14210
|
+
ifeq ($(NO_SECURE),true)
|
14211
|
+
|
14212
|
+
# You can't build secure targets if you don't have OpenSSL.
|
14213
|
+
|
14214
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test_one_entry: openssl_dep_error
|
14215
|
+
|
14216
|
+
else
|
14217
|
+
|
14218
|
+
|
14219
|
+
|
14220
|
+
$(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test_one_entry: $(NANOPB_FUZZER_SERVERLIST_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14221
|
+
$(E) "[LD] Linking $@"
|
14222
|
+
$(Q) mkdir -p `dirname $@`
|
14223
|
+
$(Q) $(LD) $(LDFLAGS) $(NANOPB_FUZZER_SERVERLIST_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/nanopb_fuzzer_serverlist_test_one_entry
|
14224
|
+
|
14225
|
+
endif
|
14226
|
+
|
14227
|
+
$(OBJDIR)/$(CONFIG)/test/core/nanopb/fuzzer_serverlist.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14228
|
+
|
14229
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14230
|
+
|
14231
|
+
deps_nanopb_fuzzer_serverlist_test_one_entry: $(NANOPB_FUZZER_SERVERLIST_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14232
|
+
|
14233
|
+
ifneq ($(NO_SECURE),true)
|
14234
|
+
ifneq ($(NO_DEPS),true)
|
14235
|
+
-include $(NANOPB_FUZZER_SERVERLIST_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14236
|
+
endif
|
14237
|
+
endif
|
14238
|
+
|
14239
|
+
|
14240
|
+
SERVER_FUZZER_ONE_ENTRY_SRC = \
|
14241
|
+
test/core/end2end/fuzzers/server_fuzzer.c \
|
14242
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
14243
|
+
|
14244
|
+
SERVER_FUZZER_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(SERVER_FUZZER_ONE_ENTRY_SRC))))
|
14245
|
+
ifeq ($(NO_SECURE),true)
|
14246
|
+
|
14247
|
+
# You can't build secure targets if you don't have OpenSSL.
|
14248
|
+
|
14249
|
+
$(BINDIR)/$(CONFIG)/server_fuzzer_one_entry: openssl_dep_error
|
14250
|
+
|
14251
|
+
else
|
14252
|
+
|
14253
|
+
|
14254
|
+
|
14255
|
+
$(BINDIR)/$(CONFIG)/server_fuzzer_one_entry: $(SERVER_FUZZER_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14256
|
+
$(E) "[LD] Linking $@"
|
14257
|
+
$(Q) mkdir -p `dirname $@`
|
14258
|
+
$(Q) $(LD) $(LDFLAGS) $(SERVER_FUZZER_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/server_fuzzer_one_entry
|
14259
|
+
|
14260
|
+
endif
|
14261
|
+
|
14262
|
+
$(OBJDIR)/$(CONFIG)/test/core/end2end/fuzzers/server_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14263
|
+
|
14264
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14265
|
+
|
14266
|
+
deps_server_fuzzer_one_entry: $(SERVER_FUZZER_ONE_ENTRY_OBJS:.o=.dep)
|
14267
|
+
|
14268
|
+
ifneq ($(NO_SECURE),true)
|
14269
|
+
ifneq ($(NO_DEPS),true)
|
14270
|
+
-include $(SERVER_FUZZER_ONE_ENTRY_OBJS:.o=.dep)
|
14271
|
+
endif
|
14272
|
+
endif
|
14273
|
+
|
14274
|
+
|
14275
|
+
URI_FUZZER_TEST_ONE_ENTRY_SRC = \
|
14276
|
+
test/core/client_config/uri_fuzzer_test.c \
|
14277
|
+
test/core/util/one_corpus_entry_fuzzer.c \
|
14278
|
+
|
14279
|
+
URI_FUZZER_TEST_ONE_ENTRY_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(URI_FUZZER_TEST_ONE_ENTRY_SRC))))
|
14280
|
+
ifeq ($(NO_SECURE),true)
|
14281
|
+
|
14282
|
+
# You can't build secure targets if you don't have OpenSSL.
|
14283
|
+
|
14284
|
+
$(BINDIR)/$(CONFIG)/uri_fuzzer_test_one_entry: openssl_dep_error
|
14285
|
+
|
14286
|
+
else
|
14287
|
+
|
14288
|
+
|
14289
|
+
|
14290
|
+
$(BINDIR)/$(CONFIG)/uri_fuzzer_test_one_entry: $(URI_FUZZER_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14291
|
+
$(E) "[LD] Linking $@"
|
14292
|
+
$(Q) mkdir -p `dirname $@`
|
14293
|
+
$(Q) $(LD) $(LDFLAGS) $(URI_FUZZER_TEST_ONE_ENTRY_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBS) $(LDLIBS_SECURE) -o $(BINDIR)/$(CONFIG)/uri_fuzzer_test_one_entry
|
14294
|
+
|
14295
|
+
endif
|
14296
|
+
|
14297
|
+
$(OBJDIR)/$(CONFIG)/test/core/client_config/uri_fuzzer_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14298
|
+
|
14299
|
+
$(OBJDIR)/$(CONFIG)/test/core/util/one_corpus_entry_fuzzer.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
|
14300
|
+
|
14301
|
+
deps_uri_fuzzer_test_one_entry: $(URI_FUZZER_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14302
|
+
|
14303
|
+
ifneq ($(NO_SECURE),true)
|
14304
|
+
ifneq ($(NO_DEPS),true)
|
14305
|
+
-include $(URI_FUZZER_TEST_ONE_ENTRY_OBJS:.o=.dep)
|
14306
|
+
endif
|
13039
14307
|
endif
|
13040
14308
|
|
13041
14309
|
|
@@ -13047,27 +14315,28 @@ ifneq ($(OPENSSL_DEP),)
|
|
13047
14315
|
# This is to ensure the embedded OpenSSL is built beforehand, properly
|
13048
14316
|
# installing headers to their final destination on the drive. We need this
|
13049
14317
|
# otherwise parallel compilation will fail if a source is compiled first.
|
13050
|
-
src/core/
|
13051
|
-
src/core/
|
13052
|
-
src/core/
|
13053
|
-
src/core/security/
|
13054
|
-
src/core/security/
|
13055
|
-
src/core/security/
|
13056
|
-
src/core/security/
|
13057
|
-
src/core/security/
|
13058
|
-
src/core/security/
|
13059
|
-
src/core/security/
|
13060
|
-
src/core/security/
|
13061
|
-
src/core/security/
|
13062
|
-
src/core/security/
|
13063
|
-
src/core/security/
|
13064
|
-
src/core/security/
|
13065
|
-
src/core/security/
|
13066
|
-
src/core/
|
13067
|
-
src/core/surface/
|
13068
|
-
src/core/tsi/fake_transport_security.c: $(OPENSSL_DEP)
|
13069
|
-
src/core/tsi/ssl_transport_security.c: $(OPENSSL_DEP)
|
13070
|
-
src/core/tsi/transport_security.c: $(OPENSSL_DEP)
|
14318
|
+
src/core/ext/transport/chttp2/client/secure/secure_channel_create.c: $(OPENSSL_DEP)
|
14319
|
+
src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c: $(OPENSSL_DEP)
|
14320
|
+
src/core/lib/http/httpcli_security_connector.c: $(OPENSSL_DEP)
|
14321
|
+
src/core/lib/security/b64.c: $(OPENSSL_DEP)
|
14322
|
+
src/core/lib/security/client_auth_filter.c: $(OPENSSL_DEP)
|
14323
|
+
src/core/lib/security/credentials.c: $(OPENSSL_DEP)
|
14324
|
+
src/core/lib/security/credentials_metadata.c: $(OPENSSL_DEP)
|
14325
|
+
src/core/lib/security/credentials_posix.c: $(OPENSSL_DEP)
|
14326
|
+
src/core/lib/security/credentials_win32.c: $(OPENSSL_DEP)
|
14327
|
+
src/core/lib/security/google_default_credentials.c: $(OPENSSL_DEP)
|
14328
|
+
src/core/lib/security/handshake.c: $(OPENSSL_DEP)
|
14329
|
+
src/core/lib/security/json_token.c: $(OPENSSL_DEP)
|
14330
|
+
src/core/lib/security/jwt_verifier.c: $(OPENSSL_DEP)
|
14331
|
+
src/core/lib/security/secure_endpoint.c: $(OPENSSL_DEP)
|
14332
|
+
src/core/lib/security/security_connector.c: $(OPENSSL_DEP)
|
14333
|
+
src/core/lib/security/security_context.c: $(OPENSSL_DEP)
|
14334
|
+
src/core/lib/security/server_auth_filter.c: $(OPENSSL_DEP)
|
14335
|
+
src/core/lib/surface/init_secure.c: $(OPENSSL_DEP)
|
14336
|
+
src/core/lib/tsi/fake_transport_security.c: $(OPENSSL_DEP)
|
14337
|
+
src/core/lib/tsi/ssl_transport_security.c: $(OPENSSL_DEP)
|
14338
|
+
src/core/lib/tsi/transport_security.c: $(OPENSSL_DEP)
|
14339
|
+
src/core/plugin_registry/grpc_plugin_registry.c: $(OPENSSL_DEP)
|
13071
14340
|
src/cpp/client/secure_credentials.cc: $(OPENSSL_DEP)
|
13072
14341
|
src/cpp/common/auth_property_iterator.cc: $(OPENSSL_DEP)
|
13073
14342
|
src/cpp/common/secure_auth_context.cc: $(OPENSSL_DEP)
|
@@ -13077,6 +14346,7 @@ src/cpp/server/secure_server_credentials.cc: $(OPENSSL_DEP)
|
|
13077
14346
|
src/csharp/ext/grpc_csharp_ext.c: $(OPENSSL_DEP)
|
13078
14347
|
test/core/bad_client/bad_client.c: $(OPENSSL_DEP)
|
13079
14348
|
test/core/bad_ssl/server_common.c: $(OPENSSL_DEP)
|
14349
|
+
test/core/end2end/data/client_certs.c: $(OPENSSL_DEP)
|
13080
14350
|
test/core/end2end/data/server1_cert.c: $(OPENSSL_DEP)
|
13081
14351
|
test/core/end2end/data/server1_key.c: $(OPENSSL_DEP)
|
13082
14352
|
test/core/end2end/data/test_root_cert.c: $(OPENSSL_DEP)
|