diff --git a/CMakeLists.txt b/CMakeLists.txt index 22540a4b7c440..9992f1f8ed328 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7556,6 +7556,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -7582,6 +7583,7 @@ target_include_directories(bad_ping_test target_link_libraries(bad_ping_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -8032,6 +8034,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -8058,6 +8061,7 @@ target_include_directories(binary_metadata_test target_link_libraries(binary_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -8474,6 +8478,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -8500,6 +8505,7 @@ target_include_directories(call_creds_test target_link_libraries(call_creds_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -8683,6 +8689,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -8709,6 +8716,7 @@ target_include_directories(call_host_override_test target_link_libraries(call_host_override_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -8728,6 +8736,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -8754,6 +8763,7 @@ target_include_directories(call_tracer_test target_link_libraries(call_tracer_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_test_util ) @@ -8789,6 +8799,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -8815,6 +8826,7 @@ target_include_directories(cancel_after_accept_test target_link_libraries(cancel_after_accept_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -8852,6 +8864,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -8878,6 +8891,7 @@ target_include_directories(cancel_after_client_done_test target_link_libraries(cancel_after_client_done_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -8915,6 +8929,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -8941,6 +8956,7 @@ target_include_directories(cancel_after_invoke_test target_link_libraries(cancel_after_invoke_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -8978,6 +8994,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -9004,6 +9021,7 @@ target_include_directories(cancel_after_round_trip_test target_link_libraries(cancel_after_round_trip_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -9088,6 +9106,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -9114,6 +9133,7 @@ target_include_directories(cancel_before_invoke_test target_link_libraries(cancel_before_invoke_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -9235,6 +9255,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -9261,6 +9282,7 @@ target_include_directories(cancel_in_a_vacuum_test target_link_libraries(cancel_in_a_vacuum_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -9298,6 +9320,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -9324,6 +9347,7 @@ target_include_directories(cancel_with_status_test target_link_libraries(cancel_with_status_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -10953,6 +10977,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -10979,6 +11004,7 @@ target_include_directories(client_streaming_test target_link_libraries(client_streaming_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -11292,6 +11318,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -11318,6 +11345,7 @@ target_include_directories(compressed_payload_test target_link_libraries(compressed_payload_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -11629,6 +11657,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -11655,6 +11684,7 @@ target_include_directories(connectivity_test target_link_libraries(connectivity_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -12058,6 +12088,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -12084,6 +12115,7 @@ target_include_directories(default_host_test target_link_libraries(default_host_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -12266,6 +12298,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -12292,6 +12325,7 @@ target_include_directories(disappearing_server_test target_link_libraries(disappearing_server_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -12621,6 +12655,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -12647,6 +12682,7 @@ target_include_directories(empty_batch_test target_link_libraries(empty_batch_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -14001,6 +14037,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -14027,6 +14064,7 @@ target_include_directories(filter_causes_close_test target_link_libraries(filter_causes_close_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -14064,6 +14102,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -14090,6 +14129,7 @@ target_include_directories(filter_init_fails_test target_link_libraries(filter_init_fails_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -14177,6 +14217,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -14203,6 +14244,7 @@ target_include_directories(filtered_metadata_test target_link_libraries(filtered_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -14962,6 +15004,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -14988,6 +15031,7 @@ target_include_directories(graceful_server_shutdown_test target_link_libraries(graceful_server_shutdown_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -15328,6 +15372,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -15354,6 +15399,7 @@ target_include_directories(grpc_authz_test target_link_libraries(grpc_authz_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -16719,6 +16765,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -16745,6 +16792,7 @@ target_include_directories(high_initial_seqno_test target_link_libraries(high_initial_seqno_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -17028,6 +17076,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -17054,6 +17103,7 @@ target_include_directories(hpack_size_test target_link_libraries(hpack_size_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -17184,6 +17234,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -17210,6 +17261,7 @@ target_include_directories(http2_stats_test target_link_libraries(http2_stats_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -18377,6 +18429,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -18403,6 +18456,7 @@ target_include_directories(invoke_large_request_test target_link_libraries(invoke_large_request_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -18766,6 +18820,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -18792,6 +18847,7 @@ target_include_directories(keepalive_timeout_test target_link_libraries(keepalive_timeout_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -18872,6 +18928,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -18898,6 +18955,7 @@ target_include_directories(large_metadata_test target_link_libraries(large_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -19595,6 +19653,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -19621,6 +19680,7 @@ target_include_directories(max_concurrent_streams_test target_link_libraries(max_concurrent_streams_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -19658,6 +19718,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -19684,6 +19745,7 @@ target_include_directories(max_connection_age_test target_link_libraries(max_connection_age_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -19721,6 +19783,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -19747,6 +19810,7 @@ target_include_directories(max_connection_idle_test target_link_libraries(max_connection_idle_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -19784,6 +19848,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -19810,6 +19875,7 @@ target_include_directories(max_message_length_test target_link_libraries(max_message_length_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -20119,6 +20185,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -20145,6 +20212,7 @@ target_include_directories(metrics_test target_link_libraries(metrics_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_test_util ) @@ -20466,6 +20534,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -20492,6 +20561,7 @@ target_include_directories(negative_deadline_test target_link_libraries(negative_deadline_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -20561,6 +20631,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -20587,6 +20658,7 @@ target_include_directories(no_logging_test target_link_libraries(no_logging_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -20624,6 +20696,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -20650,6 +20723,7 @@ target_include_directories(no_op_test target_link_libraries(no_op_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -21553,6 +21627,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -21579,6 +21654,7 @@ target_include_directories(payload_test target_link_libraries(payload_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -21720,6 +21796,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -21746,7 +21823,7 @@ target_include_directories(pick_first_test target_link_libraries(pick_first_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest - ${_gRPC_PROTOBUF_LIBRARIES} + grpc++ grpc_test_util ) @@ -21926,6 +22003,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -21952,6 +22030,7 @@ target_include_directories(ping_pong_streaming_test target_link_libraries(ping_pong_streaming_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -22040,6 +22119,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -22066,6 +22146,7 @@ target_include_directories(ping_test target_link_libraries(ping_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -23034,6 +23115,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -23060,6 +23142,7 @@ target_include_directories(proxy_auth_test target_link_libraries(proxy_auth_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -23610,6 +23693,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -23636,6 +23720,7 @@ target_include_directories(registered_call_test target_link_libraries(registered_call_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -23717,6 +23802,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -23743,6 +23829,7 @@ target_include_directories(request_with_flags_test target_link_libraries(request_with_flags_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -23780,6 +23867,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -23806,6 +23894,7 @@ target_include_directories(request_with_payload_test target_link_libraries(request_with_payload_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24114,6 +24203,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24140,6 +24230,7 @@ target_include_directories(resource_quota_server_test target_link_libraries(resource_quota_server_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24219,6 +24310,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24245,6 +24337,7 @@ target_include_directories(retry_cancel_after_first_attempt_starts_test target_link_libraries(retry_cancel_after_first_attempt_starts_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24282,6 +24375,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24308,6 +24402,7 @@ target_include_directories(retry_cancel_during_delay_test target_link_libraries(retry_cancel_during_delay_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24345,6 +24440,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24371,6 +24467,7 @@ target_include_directories(retry_cancel_with_multiple_send_batches_test target_link_libraries(retry_cancel_with_multiple_send_batches_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24408,6 +24505,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24434,6 +24532,7 @@ target_include_directories(retry_cancellation_test target_link_libraries(retry_cancellation_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24471,6 +24570,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24497,6 +24597,7 @@ target_include_directories(retry_disabled_test target_link_libraries(retry_disabled_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24534,6 +24635,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24560,6 +24662,7 @@ target_include_directories(retry_exceeds_buffer_size_in_delay_test target_link_libraries(retry_exceeds_buffer_size_in_delay_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24597,6 +24700,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24623,6 +24727,7 @@ target_include_directories(retry_exceeds_buffer_size_in_initial_batch_test target_link_libraries(retry_exceeds_buffer_size_in_initial_batch_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24660,6 +24765,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24686,6 +24792,7 @@ target_include_directories(retry_exceeds_buffer_size_in_subsequent_batch_test target_link_libraries(retry_exceeds_buffer_size_in_subsequent_batch_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24723,6 +24830,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24749,6 +24857,7 @@ target_include_directories(retry_lb_drop_test target_link_libraries(retry_lb_drop_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24786,6 +24895,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24812,6 +24922,7 @@ target_include_directories(retry_lb_fail_test target_link_libraries(retry_lb_fail_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24849,6 +24960,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24875,6 +24987,7 @@ target_include_directories(retry_non_retriable_status_before_trailers_test target_link_libraries(retry_non_retriable_status_before_trailers_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24912,6 +25025,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -24938,6 +25052,7 @@ target_include_directories(retry_non_retriable_status_test target_link_libraries(retry_non_retriable_status_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -24975,6 +25090,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25001,6 +25117,7 @@ target_include_directories(retry_per_attempt_recv_timeout_on_last_attempt_test target_link_libraries(retry_per_attempt_recv_timeout_on_last_attempt_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25038,6 +25155,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25064,6 +25182,7 @@ target_include_directories(retry_per_attempt_recv_timeout_test target_link_libraries(retry_per_attempt_recv_timeout_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25101,6 +25220,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25127,6 +25247,7 @@ target_include_directories(retry_recv_initial_metadata_test target_link_libraries(retry_recv_initial_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25164,6 +25285,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25190,6 +25312,7 @@ target_include_directories(retry_recv_message_replay_test target_link_libraries(retry_recv_message_replay_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25227,6 +25350,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25253,6 +25377,7 @@ target_include_directories(retry_recv_message_test target_link_libraries(retry_recv_message_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25290,6 +25415,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25316,6 +25442,7 @@ target_include_directories(retry_recv_trailing_metadata_error_test target_link_libraries(retry_recv_trailing_metadata_error_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25353,6 +25480,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25379,6 +25507,7 @@ target_include_directories(retry_send_initial_metadata_refs_test target_link_libraries(retry_send_initial_metadata_refs_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25416,6 +25545,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25442,6 +25572,7 @@ target_include_directories(retry_send_op_fails_test target_link_libraries(retry_send_op_fails_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25479,6 +25610,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25505,6 +25637,7 @@ target_include_directories(retry_send_recv_batch_test target_link_libraries(retry_send_recv_batch_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25542,6 +25675,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25568,6 +25702,7 @@ target_include_directories(retry_server_pushback_delay_test target_link_libraries(retry_server_pushback_delay_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25605,6 +25740,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25631,6 +25767,7 @@ target_include_directories(retry_server_pushback_disabled_test target_link_libraries(retry_server_pushback_disabled_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25710,6 +25847,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25736,6 +25874,7 @@ target_include_directories(retry_streaming_after_commit_test target_link_libraries(retry_streaming_after_commit_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25773,6 +25912,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25799,6 +25939,7 @@ target_include_directories(retry_streaming_succeeds_before_replay_finished_test target_link_libraries(retry_streaming_succeeds_before_replay_finished_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25836,6 +25977,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25862,6 +26004,7 @@ target_include_directories(retry_streaming_test target_link_libraries(retry_streaming_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -25899,6 +26042,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -25925,6 +26069,7 @@ target_include_directories(retry_test target_link_libraries(retry_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -26004,6 +26149,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -26030,6 +26176,7 @@ target_include_directories(retry_throttled_test target_link_libraries(retry_throttled_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -26067,6 +26214,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -26093,6 +26241,7 @@ target_include_directories(retry_too_many_attempts_test target_link_libraries(retry_too_many_attempts_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -26130,6 +26279,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -26156,6 +26306,7 @@ target_include_directories(retry_transparent_goaway_test target_link_libraries(retry_transparent_goaway_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -26193,6 +26344,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -26219,6 +26371,7 @@ target_include_directories(retry_transparent_max_concurrent_streams_test target_link_libraries(retry_transparent_max_concurrent_streams_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -26256,6 +26409,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -26282,6 +26436,7 @@ target_include_directories(retry_transparent_not_sent_on_wire_test target_link_libraries(retry_transparent_not_sent_on_wire_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -26319,6 +26474,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -26345,6 +26501,7 @@ target_include_directories(retry_unref_before_finish_test target_link_libraries(retry_unref_before_finish_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -26382,6 +26539,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -26408,6 +26566,7 @@ target_include_directories(retry_unref_before_recv_test target_link_libraries(retry_unref_before_recv_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -27368,6 +27527,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -27394,6 +27554,7 @@ target_include_directories(server_finishes_request_test target_link_libraries(server_finishes_request_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -27652,6 +27813,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -27678,6 +27840,7 @@ target_include_directories(server_streaming_test target_link_libraries(server_streaming_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -27914,6 +28077,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -27940,6 +28104,7 @@ target_include_directories(shutdown_finishes_calls_test target_link_libraries(shutdown_finishes_calls_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -27977,6 +28142,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -28003,6 +28169,7 @@ target_include_directories(shutdown_finishes_tags_test target_link_libraries(shutdown_finishes_tags_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -28103,6 +28270,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -28129,6 +28297,7 @@ target_include_directories(simple_delayed_request_test target_link_libraries(simple_delayed_request_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -28166,6 +28335,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -28192,6 +28362,7 @@ target_include_directories(simple_metadata_test target_link_libraries(simple_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -28273,6 +28444,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -28299,6 +28471,7 @@ target_include_directories(simple_request_test target_link_libraries(simple_request_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -29199,6 +29372,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -29225,6 +29399,7 @@ target_include_directories(streaming_error_response_test target_link_libraries(streaming_error_response_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -29973,6 +30148,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -29999,6 +30175,7 @@ target_include_directories(test_core_end2end_channelz_test target_link_libraries(test_core_end2end_channelz_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -31233,6 +31410,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -31259,6 +31437,7 @@ target_include_directories(timeout_before_request_call_test target_link_libraries(timeout_before_request_call_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -31737,6 +31916,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -31763,6 +31943,7 @@ target_include_directories(trailing_metadata_test target_link_libraries(trailing_metadata_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -32473,6 +32654,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -32499,6 +32681,7 @@ target_include_directories(weighted_round_robin_config_test target_link_libraries(weighted_round_robin_config_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_test_util ) @@ -32522,6 +32705,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -32548,7 +32732,7 @@ target_include_directories(weighted_round_robin_test target_link_libraries(weighted_round_robin_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest - ${_gRPC_PROTOBUF_LIBRARIES} + grpc++ grpc_test_util ) @@ -32979,6 +33163,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -33005,6 +33190,7 @@ target_include_directories(write_buffering_at_end_test target_link_libraries(write_buffering_at_end_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util @@ -33042,6 +33228,7 @@ if(WIN32 AND MSVC) PRIVATE "GPR_DLL_IMPORTS" "GRPC_DLL_IMPORTS" + "GRPCXX_DLL_IMPORTS" ) endif() endif() @@ -33068,6 +33255,7 @@ target_include_directories(write_buffering_test target_link_libraries(write_buffering_test ${_gRPC_ALLTARGETS_LIBRARIES} gtest + grpc++ grpc_authorization_provider grpc_unsecure grpc_test_util diff --git a/build_autogenerated.yaml b/build_autogenerated.yaml index 36fba504a4788..b04e4544c6a0d 100644 --- a/build_autogenerated.yaml +++ b/build_autogenerated.yaml @@ -5876,6 +5876,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -6102,6 +6103,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -6365,6 +6367,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -6615,6 +6618,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -6629,6 +6633,7 @@ targets: - test/core/test_util/fake_stats_plugin.cc deps: - gtest + - grpc++ - grpc_test_util uses_polling: false - name: cancel_after_accept_test @@ -6691,6 +6696,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -6754,6 +6760,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -6817,6 +6824,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -6880,6 +6888,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -6960,6 +6969,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -7148,6 +7158,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -7211,6 +7222,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -8167,6 +8179,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -8341,6 +8354,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -8501,6 +8515,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -8670,6 +8685,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -8770,6 +8786,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -8920,6 +8937,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -9703,6 +9721,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -9766,6 +9785,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -9847,6 +9867,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -10380,6 +10401,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -10575,6 +10597,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -11132,6 +11155,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -11326,6 +11350,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -11413,6 +11438,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -12486,6 +12512,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -12686,6 +12713,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -12761,6 +12789,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -13191,6 +13220,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -13254,6 +13284,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -13317,6 +13348,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -13380,6 +13412,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -13505,6 +13538,7 @@ targets: - test/core/test_util/fake_stats_plugin.cc deps: - gtest + - grpc++ - grpc_test_util uses_polling: false - name: minimal_stack_is_minimal_test @@ -13663,6 +13697,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -13738,6 +13773,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -13801,6 +13837,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -14171,6 +14208,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -14291,7 +14329,7 @@ targets: - test/core/test_util/fake_stats_plugin.cc deps: - gtest - - protobuf + - grpc++ - grpc_test_util uses_polling: false - name: ping_abuse_policy_test @@ -14426,6 +14464,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -14519,6 +14558,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -14939,6 +14979,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15196,6 +15237,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15273,6 +15315,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15336,6 +15379,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15547,6 +15591,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15621,6 +15666,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15684,6 +15730,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15747,6 +15794,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15810,6 +15858,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15873,6 +15922,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15936,6 +15986,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -15999,6 +16050,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16062,6 +16114,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16125,6 +16178,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16188,6 +16242,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16251,6 +16306,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16314,6 +16370,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16377,6 +16434,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16440,6 +16498,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16503,6 +16562,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16566,6 +16626,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16629,6 +16690,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16692,6 +16754,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16755,6 +16818,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16818,6 +16882,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16881,6 +16946,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -16944,6 +17010,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17007,6 +17074,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17081,6 +17149,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17144,6 +17213,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17207,6 +17277,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17270,6 +17341,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17344,6 +17416,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17407,6 +17480,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17470,6 +17544,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17533,6 +17608,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17596,6 +17672,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17659,6 +17736,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -17722,6 +17800,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -18126,6 +18205,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -18275,6 +18355,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -18404,6 +18485,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -18467,6 +18549,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -18545,6 +18628,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -18608,6 +18692,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -18685,6 +18770,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -19040,6 +19126,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -19402,6 +19489,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -19947,6 +20035,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -20164,6 +20253,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -20493,6 +20583,7 @@ targets: - test/core/test_util/fake_stats_plugin.cc deps: - gtest + - grpc++ - grpc_test_util uses_polling: false - name: weighted_round_robin_test @@ -20512,7 +20603,7 @@ targets: - test/core/test_util/fake_stats_plugin.cc deps: - gtest - - protobuf + - grpc++ - grpc_test_util uses_polling: false - name: win_socket_test @@ -20858,6 +20949,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util @@ -20921,6 +21013,7 @@ targets: - test/core/test_util/test_lb_policies.cc deps: - gtest + - grpc++ - grpc_authorization_provider - grpc_unsecure - grpc_test_util diff --git a/test/core/test_util/fake_stats_plugin.h b/test/core/test_util/fake_stats_plugin.h index 146e09b259ce2..97b55685486f1 100644 --- a/test/core/test_util/fake_stats_plugin.h +++ b/test/core/test_util/fake_stats_plugin.h @@ -456,17 +456,16 @@ class FakeStatsPlugin : public StatsPlugin, void AddToChannelArguments(grpc::ChannelArguments* args) { const grpc_channel_args c_args = args->c_channel_args(); auto* stats_plugin_list = grpc_channel_args_find_pointer< - std::shared_ptr>>>( + std::shared_ptr>>>( &c_args, GRPC_ARG_EXPERIMENTAL_STATS_PLUGINS); if (stats_plugin_list != nullptr) { (*stats_plugin_list)->emplace_back(shared_from_this()); } else { - auto stats_plugin_list = std::make_shared< - std::vector>>(); - args->SetPointerWithVtable(GRPC_ARG_EXPERIMENTAL_STATS_PLUGINS, - &stats_plugin_list, - grpc_core::ChannelArgTypeTraits< - decltype(stats_plugin_list)>::VTable()); + auto stats_plugin_list = + std::make_shared>>(); + args->SetPointerWithVtable( + GRPC_ARG_EXPERIMENTAL_STATS_PLUGINS, &stats_plugin_list, + ChannelArgTypeTraits::VTable()); stats_plugin_list->emplace_back(shared_from_this()); } } diff --git a/test/cpp/end2end/rls_end2end_test.cc b/test/cpp/end2end/rls_end2end_test.cc index 6b9d3f9245b0c..5fd6ee17e5828 100644 --- a/test/cpp/end2end/rls_end2end_test.cc +++ b/test/cpp/end2end/rls_end2end_test.cc @@ -33,7 +33,6 @@ #include "absl/strings/str_format.h" #include "absl/strings/str_join.h" #include "absl/types/optional.h" -#include "gmock/gmock.h" #include #include