|
|
|
@ -352,6 +352,7 @@ CXXFLAGS += -std=c++11 |
|
|
|
|
ifeq ($(SYSTEM),Darwin) |
|
|
|
|
CXXFLAGS += -stdlib=libc++
|
|
|
|
|
endif |
|
|
|
|
CXXFLAGS += -Wnon-virtual-dtor
|
|
|
|
|
CPPFLAGS += -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1 -Wno-deprecated-declarations -Ithird_party/nanopb -DPB_FIELD_32BIT
|
|
|
|
|
COREFLAGS += -fno-rtti -fno-exceptions
|
|
|
|
|
LDFLAGS += -g
|
|
|
|
@ -997,7 +998,6 @@ dualstack_socket_test: $(BINDIR)/$(CONFIG)/dualstack_socket_test |
|
|
|
|
endpoint_pair_test: $(BINDIR)/$(CONFIG)/endpoint_pair_test |
|
|
|
|
error_test: $(BINDIR)/$(CONFIG)/error_test |
|
|
|
|
ev_epollex_linux_test: $(BINDIR)/$(CONFIG)/ev_epollex_linux_test |
|
|
|
|
ev_epollsig_linux_test: $(BINDIR)/$(CONFIG)/ev_epollsig_linux_test |
|
|
|
|
fake_resolver_test: $(BINDIR)/$(CONFIG)/fake_resolver_test |
|
|
|
|
fake_transport_security_test: $(BINDIR)/$(CONFIG)/fake_transport_security_test |
|
|
|
|
fd_conservation_posix_test: $(BINDIR)/$(CONFIG)/fd_conservation_posix_test |
|
|
|
@ -1079,9 +1079,9 @@ parse_address_test: $(BINDIR)/$(CONFIG)/parse_address_test |
|
|
|
|
percent_decode_fuzzer: $(BINDIR)/$(CONFIG)/percent_decode_fuzzer |
|
|
|
|
percent_encode_fuzzer: $(BINDIR)/$(CONFIG)/percent_encode_fuzzer |
|
|
|
|
percent_encoding_test: $(BINDIR)/$(CONFIG)/percent_encoding_test |
|
|
|
|
pollset_set_test: $(BINDIR)/$(CONFIG)/pollset_set_test |
|
|
|
|
resolve_address_posix_test: $(BINDIR)/$(CONFIG)/resolve_address_posix_test |
|
|
|
|
resolve_address_test: $(BINDIR)/$(CONFIG)/resolve_address_test |
|
|
|
|
resolve_address_using_ares_resolver_test: $(BINDIR)/$(CONFIG)/resolve_address_using_ares_resolver_test |
|
|
|
|
resolve_address_using_native_resolver_test: $(BINDIR)/$(CONFIG)/resolve_address_using_native_resolver_test |
|
|
|
|
resource_quota_test: $(BINDIR)/$(CONFIG)/resource_quota_test |
|
|
|
|
secure_channel_create_test: $(BINDIR)/$(CONFIG)/secure_channel_create_test |
|
|
|
|
secure_endpoint_test: $(BINDIR)/$(CONFIG)/secure_endpoint_test |
|
|
|
@ -1160,6 +1160,7 @@ check_gcp_environment_linux_test: $(BINDIR)/$(CONFIG)/check_gcp_environment_linu |
|
|
|
|
check_gcp_environment_windows_test: $(BINDIR)/$(CONFIG)/check_gcp_environment_windows_test |
|
|
|
|
chttp2_settings_timeout_test: $(BINDIR)/$(CONFIG)/chttp2_settings_timeout_test |
|
|
|
|
cli_call_test: $(BINDIR)/$(CONFIG)/cli_call_test |
|
|
|
|
client_callback_end2end_test: $(BINDIR)/$(CONFIG)/client_callback_end2end_test |
|
|
|
|
client_channel_stress_test: $(BINDIR)/$(CONFIG)/client_channel_stress_test |
|
|
|
|
client_crash_test: $(BINDIR)/$(CONFIG)/client_crash_test |
|
|
|
|
client_crash_test_server: $(BINDIR)/$(CONFIG)/client_crash_test_server |
|
|
|
@ -1452,7 +1453,6 @@ buildtests_c: privatelibs_c \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/endpoint_pair_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/error_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/ev_epollex_linux_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/ev_epollsig_linux_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/fake_resolver_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/fake_transport_security_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/fd_conservation_posix_test \
|
|
|
|
@ -1522,9 +1522,9 @@ buildtests_c: privatelibs_c \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/num_external_connectivity_watchers_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/parse_address_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/percent_encoding_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/pollset_set_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_posix_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_using_ares_resolver_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_using_native_resolver_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resource_quota_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/secure_channel_create_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/secure_endpoint_test \
|
|
|
|
@ -1665,6 +1665,7 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/check_gcp_environment_windows_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/chttp2_settings_timeout_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/cli_call_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_callback_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_channel_stress_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_crash_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_crash_test_server \
|
|
|
|
@ -1845,6 +1846,7 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/check_gcp_environment_windows_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/chttp2_settings_timeout_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/cli_call_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_callback_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_channel_stress_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_crash_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_crash_test_server \
|
|
|
|
@ -1986,8 +1988,6 @@ test_c: buildtests_c |
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/error_test || ( echo test error_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing ev_epollex_linux_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/ev_epollex_linux_test || ( echo test ev_epollex_linux_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing ev_epollsig_linux_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/ev_epollsig_linux_test || ( echo test ev_epollsig_linux_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing fake_resolver_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/fake_resolver_test || ( echo test fake_resolver_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing fake_transport_security_test"
|
|
|
|
@ -2114,12 +2114,12 @@ test_c: buildtests_c |
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/parse_address_test || ( echo test parse_address_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing percent_encoding_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/percent_encoding_test || ( echo test percent_encoding_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing pollset_set_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/pollset_set_test || ( echo test pollset_set_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing resolve_address_posix_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/resolve_address_posix_test || ( echo test resolve_address_posix_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing resolve_address_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/resolve_address_test || ( echo test resolve_address_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing resolve_address_using_ares_resolver_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/resolve_address_using_ares_resolver_test || ( echo test resolve_address_using_ares_resolver_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing resolve_address_using_native_resolver_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/resolve_address_using_native_resolver_test || ( echo test resolve_address_using_native_resolver_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing resource_quota_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/resource_quota_test || ( echo test resource_quota_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing secure_channel_create_test"
|
|
|
|
@ -2302,6 +2302,8 @@ test_cxx: buildtests_cxx |
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/chttp2_settings_timeout_test || ( echo test chttp2_settings_timeout_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing cli_call_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/cli_call_test || ( echo test cli_call_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing client_callback_end2end_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/client_callback_end2end_test || ( echo test client_callback_end2end_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing client_channel_stress_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/client_channel_stress_test || ( echo test client_channel_stress_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing client_crash_test"
|
|
|
|
@ -3474,7 +3476,6 @@ LIBGRPC_SRC = \ |
|
|
|
|
src/core/lib/iomgr/error.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epoll1_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollex_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollsig_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_poll_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_windows.cc \
|
|
|
|
@ -3605,6 +3606,7 @@ LIBGRPC_SRC = \ |
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_settings.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_window_update.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_encoder.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_mapping.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_parser.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_table.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/http2_settings.cc \
|
|
|
|
@ -3881,7 +3883,6 @@ LIBGRPC_CRONET_SRC = \ |
|
|
|
|
src/core/lib/iomgr/error.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epoll1_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollex_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollsig_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_poll_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_windows.cc \
|
|
|
|
@ -4015,6 +4016,7 @@ LIBGRPC_CRONET_SRC = \ |
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_settings.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_window_update.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_encoder.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_mapping.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_parser.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_table.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/http2_settings.cc \
|
|
|
|
@ -4273,7 +4275,6 @@ LIBGRPC_TEST_UTIL_SRC = \ |
|
|
|
|
src/core/lib/iomgr/error.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epoll1_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollex_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollsig_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_poll_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_windows.cc \
|
|
|
|
@ -4426,6 +4427,7 @@ LIBGRPC_TEST_UTIL_SRC = \ |
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_settings.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_window_update.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_encoder.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_mapping.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_parser.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_table.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/http2_settings.cc \
|
|
|
|
@ -4574,7 +4576,6 @@ LIBGRPC_TEST_UTIL_UNSECURE_SRC = \ |
|
|
|
|
src/core/lib/iomgr/error.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epoll1_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollex_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollsig_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_poll_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_windows.cc \
|
|
|
|
@ -4727,6 +4728,7 @@ LIBGRPC_TEST_UTIL_UNSECURE_SRC = \ |
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_settings.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_window_update.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_encoder.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_mapping.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_parser.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_table.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/http2_settings.cc \
|
|
|
|
@ -4841,7 +4843,6 @@ LIBGRPC_UNSECURE_SRC = \ |
|
|
|
|
src/core/lib/iomgr/error.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epoll1_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollex_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollsig_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_poll_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_windows.cc \
|
|
|
|
@ -4973,6 +4974,7 @@ LIBGRPC_UNSECURE_SRC = \ |
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_settings.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_window_update.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_encoder.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_mapping.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_parser.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_table.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/http2_settings.cc \
|
|
|
|
@ -5329,6 +5331,7 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
|
include/grpcpp/support/async_unary_call.h \
|
|
|
|
|
include/grpcpp/support/byte_buffer.h \
|
|
|
|
|
include/grpcpp/support/channel_arguments.h \
|
|
|
|
|
include/grpcpp/support/client_callback.h \
|
|
|
|
|
include/grpcpp/support/config.h \
|
|
|
|
|
include/grpcpp/support/proto_buffer_reader.h \
|
|
|
|
|
include/grpcpp/support/proto_buffer_writer.h \
|
|
|
|
@ -5426,7 +5429,9 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
|
include/grpcpp/impl/codegen/byte_buffer.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call_hook.h \
|
|
|
|
|
include/grpcpp/impl/codegen/callback_common.h \
|
|
|
|
|
include/grpcpp/impl/codegen/channel_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_callback.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_unary_call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/completion_queue.h \
|
|
|
|
@ -5627,6 +5632,7 @@ LIBGRPC++_CRONET_SRC = \ |
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_settings.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/frame_window_update.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_encoder.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_mapping.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_parser.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_table.cc \
|
|
|
|
|
src/core/ext/transport/chttp2/transport/http2_settings.cc \
|
|
|
|
@ -5671,7 +5677,6 @@ LIBGRPC++_CRONET_SRC = \ |
|
|
|
|
src/core/lib/iomgr/error.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epoll1_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollex_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_epollsig_linux.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_poll_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_posix.cc \
|
|
|
|
|
src/core/lib/iomgr/ev_windows.cc \
|
|
|
|
@ -5905,6 +5910,7 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
|
include/grpcpp/support/async_unary_call.h \
|
|
|
|
|
include/grpcpp/support/byte_buffer.h \
|
|
|
|
|
include/grpcpp/support/channel_arguments.h \
|
|
|
|
|
include/grpcpp/support/client_callback.h \
|
|
|
|
|
include/grpcpp/support/config.h \
|
|
|
|
|
include/grpcpp/support/proto_buffer_reader.h \
|
|
|
|
|
include/grpcpp/support/proto_buffer_writer.h \
|
|
|
|
@ -6002,7 +6008,9 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
|
include/grpcpp/impl/codegen/byte_buffer.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call_hook.h \
|
|
|
|
|
include/grpcpp/impl/codegen/callback_common.h \
|
|
|
|
|
include/grpcpp/impl/codegen/channel_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_callback.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_unary_call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/completion_queue.h \
|
|
|
|
@ -6392,7 +6400,9 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
|
include/grpcpp/impl/codegen/byte_buffer.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call_hook.h \
|
|
|
|
|
include/grpcpp/impl/codegen/callback_common.h \
|
|
|
|
|
include/grpcpp/impl/codegen/channel_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_callback.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_unary_call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/completion_queue.h \
|
|
|
|
@ -6546,7 +6556,9 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
|
include/grpcpp/impl/codegen/byte_buffer.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call_hook.h \
|
|
|
|
|
include/grpcpp/impl/codegen/callback_common.h \
|
|
|
|
|
include/grpcpp/impl/codegen/channel_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_callback.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_unary_call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/completion_queue.h \
|
|
|
|
@ -6771,6 +6783,7 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
|
include/grpcpp/support/async_unary_call.h \
|
|
|
|
|
include/grpcpp/support/byte_buffer.h \
|
|
|
|
|
include/grpcpp/support/channel_arguments.h \
|
|
|
|
|
include/grpcpp/support/client_callback.h \
|
|
|
|
|
include/grpcpp/support/config.h \
|
|
|
|
|
include/grpcpp/support/proto_buffer_reader.h \
|
|
|
|
|
include/grpcpp/support/proto_buffer_writer.h \
|
|
|
|
@ -6868,7 +6881,9 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
|
include/grpcpp/impl/codegen/byte_buffer.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/call_hook.h \
|
|
|
|
|
include/grpcpp/impl/codegen/callback_common.h \
|
|
|
|
|
include/grpcpp/impl/codegen/channel_interface.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_callback.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_context.h \
|
|
|
|
|
include/grpcpp/impl/codegen/client_unary_call.h \
|
|
|
|
|
include/grpcpp/impl/codegen/completion_queue.h \
|
|
|
|
@ -11325,38 +11340,6 @@ endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EV_EPOLLSIG_LINUX_TEST_SRC = \
|
|
|
|
|
test/core/iomgr/ev_epollsig_linux_test.cc \
|
|
|
|
|
|
|
|
|
|
EV_EPOLLSIG_LINUX_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(EV_EPOLLSIG_LINUX_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/ev_epollsig_linux_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/ev_epollsig_linux_test: $(EV_EPOLLSIG_LINUX_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LD) $(LDFLAGS) $(EV_EPOLLSIG_LINUX_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)/ev_epollsig_linux_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/iomgr/ev_epollsig_linux_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_ev_epollsig_linux_test: $(EV_EPOLLSIG_LINUX_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(EV_EPOLLSIG_LINUX_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FAKE_RESOLVER_TEST_SRC = \
|
|
|
|
|
test/core/client_channel/resolvers/fake_resolver_test.cc \
|
|
|
|
|
|
|
|
|
@ -13967,98 +13950,98 @@ endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
POLLSET_SET_TEST_SRC = \
|
|
|
|
|
test/core/iomgr/pollset_set_test.cc \
|
|
|
|
|
RESOLVE_ADDRESS_POSIX_TEST_SRC = \
|
|
|
|
|
test/core/iomgr/resolve_address_posix_test.cc \
|
|
|
|
|
|
|
|
|
|
POLLSET_SET_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(POLLSET_SET_TEST_SRC))))
|
|
|
|
|
RESOLVE_ADDRESS_POSIX_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(RESOLVE_ADDRESS_POSIX_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/pollset_set_test: openssl_dep_error |
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_posix_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/pollset_set_test: $(POLLSET_SET_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_posix_test: $(RESOLVE_ADDRESS_POSIX_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LD) $(LDFLAGS) $(POLLSET_SET_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)/pollset_set_test
|
|
|
|
|
$(Q) $(LD) $(LDFLAGS) $(RESOLVE_ADDRESS_POSIX_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)/resolve_address_posix_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/iomgr/pollset_set_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/iomgr/resolve_address_posix_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_pollset_set_test: $(POLLSET_SET_TEST_OBJS:.o=.dep) |
|
|
|
|
deps_resolve_address_posix_test: $(RESOLVE_ADDRESS_POSIX_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(POLLSET_SET_TEST_OBJS:.o=.dep) |
|
|
|
|
-include $(RESOLVE_ADDRESS_POSIX_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RESOLVE_ADDRESS_POSIX_TEST_SRC = \
|
|
|
|
|
test/core/iomgr/resolve_address_posix_test.cc \
|
|
|
|
|
RESOLVE_ADDRESS_USING_ARES_RESOLVER_TEST_SRC = \
|
|
|
|
|
test/core/iomgr/resolve_address_test.cc \
|
|
|
|
|
|
|
|
|
|
RESOLVE_ADDRESS_POSIX_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(RESOLVE_ADDRESS_POSIX_TEST_SRC))))
|
|
|
|
|
RESOLVE_ADDRESS_USING_ARES_RESOLVER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(RESOLVE_ADDRESS_USING_ARES_RESOLVER_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_posix_test: openssl_dep_error |
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_using_ares_resolver_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_posix_test: $(RESOLVE_ADDRESS_POSIX_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_using_ares_resolver_test: $(RESOLVE_ADDRESS_USING_ARES_RESOLVER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LD) $(LDFLAGS) $(RESOLVE_ADDRESS_POSIX_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)/resolve_address_posix_test
|
|
|
|
|
$(Q) $(LD) $(LDFLAGS) $(RESOLVE_ADDRESS_USING_ARES_RESOLVER_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)/resolve_address_using_ares_resolver_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/iomgr/resolve_address_posix_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/iomgr/resolve_address_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_resolve_address_posix_test: $(RESOLVE_ADDRESS_POSIX_TEST_OBJS:.o=.dep) |
|
|
|
|
deps_resolve_address_using_ares_resolver_test: $(RESOLVE_ADDRESS_USING_ARES_RESOLVER_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(RESOLVE_ADDRESS_POSIX_TEST_OBJS:.o=.dep) |
|
|
|
|
-include $(RESOLVE_ADDRESS_USING_ARES_RESOLVER_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RESOLVE_ADDRESS_TEST_SRC = \
|
|
|
|
|
RESOLVE_ADDRESS_USING_NATIVE_RESOLVER_TEST_SRC = \
|
|
|
|
|
test/core/iomgr/resolve_address_test.cc \
|
|
|
|
|
|
|
|
|
|
RESOLVE_ADDRESS_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(RESOLVE_ADDRESS_TEST_SRC))))
|
|
|
|
|
RESOLVE_ADDRESS_USING_NATIVE_RESOLVER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(RESOLVE_ADDRESS_USING_NATIVE_RESOLVER_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_test: openssl_dep_error |
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_using_native_resolver_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_test: $(RESOLVE_ADDRESS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(BINDIR)/$(CONFIG)/resolve_address_using_native_resolver_test: $(RESOLVE_ADDRESS_USING_NATIVE_RESOLVER_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LD) $(LDFLAGS) $(RESOLVE_ADDRESS_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)/resolve_address_test
|
|
|
|
|
$(Q) $(LD) $(LDFLAGS) $(RESOLVE_ADDRESS_USING_NATIVE_RESOLVER_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)/resolve_address_using_native_resolver_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/iomgr/resolve_address_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_resolve_address_test: $(RESOLVE_ADDRESS_TEST_OBJS:.o=.dep) |
|
|
|
|
deps_resolve_address_using_native_resolver_test: $(RESOLVE_ADDRESS_USING_NATIVE_RESOLVER_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(RESOLVE_ADDRESS_TEST_OBJS:.o=.dep) |
|
|
|
|
-include $(RESOLVE_ADDRESS_USING_NATIVE_RESOLVER_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
@ -17076,6 +17059,49 @@ endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CLIENT_CALLBACK_END2END_TEST_SRC = \
|
|
|
|
|
test/cpp/end2end/client_callback_end2end_test.cc \
|
|
|
|
|
|
|
|
|
|
CLIENT_CALLBACK_END2END_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(CLIENT_CALLBACK_END2END_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_callback_end2end_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(NO_PROTOBUF),true) |
|
|
|
|
|
|
|
|
|
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_callback_end2end_test: protobuf_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/client_callback_end2end_test: $(PROTOBUF_DEP) $(CLIENT_CALLBACK_END2END_TEST_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 |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LDXX) $(LDFLAGS) $(CLIENT_CALLBACK_END2END_TEST_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 $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/client_callback_end2end_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/end2end/client_callback_end2end_test.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 |
|
|
|
|
|
|
|
|
|
deps_client_callback_end2end_test: $(CLIENT_CALLBACK_END2END_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(CLIENT_CALLBACK_END2END_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CLIENT_CHANNEL_STRESS_TEST_SRC = \
|
|
|
|
|
$(GENDIR)/src/proto/grpc/lb/v1/load_balancer.pb.cc $(GENDIR)/src/proto/grpc/lb/v1/load_balancer.grpc.pb.cc \
|
|
|
|
|
test/cpp/client/client_channel_stress_test.cc \
|
|
|
|
|