|
|
|
@ -1748,6 +1748,7 @@ target_link_libraries(gpr |
|
|
|
|
absl::flags |
|
|
|
|
absl::flags_marshalling |
|
|
|
|
absl::any_invocable |
|
|
|
|
absl::check |
|
|
|
|
absl::log |
|
|
|
|
absl::memory |
|
|
|
|
absl::random_random |
|
|
|
@ -2677,7 +2678,6 @@ target_link_libraries(grpc |
|
|
|
|
absl::bind_front |
|
|
|
|
absl::function_ref |
|
|
|
|
absl::hash |
|
|
|
|
absl::check |
|
|
|
|
absl::type_traits |
|
|
|
|
absl::random_bit_gen_ref |
|
|
|
|
absl::random_distributions |
|
|
|
@ -3380,7 +3380,6 @@ target_link_libraries(grpc_unsecure |
|
|
|
|
absl::bind_front |
|
|
|
|
absl::function_ref |
|
|
|
|
absl::hash |
|
|
|
|
absl::check |
|
|
|
|
absl::type_traits |
|
|
|
|
absl::random_bit_gen_ref |
|
|
|
|
absl::random_distributions |
|
|
|
@ -5445,7 +5444,6 @@ target_link_libraries(grpc_authorization_provider |
|
|
|
|
absl::inlined_vector |
|
|
|
|
absl::function_ref |
|
|
|
|
absl::hash |
|
|
|
|
absl::check |
|
|
|
|
absl::type_traits |
|
|
|
|
absl::statusor |
|
|
|
|
absl::span |
|
|
|
@ -8581,7 +8579,6 @@ target_link_libraries(call_filters_test |
|
|
|
|
absl::inlined_vector |
|
|
|
|
absl::function_ref |
|
|
|
|
absl::hash |
|
|
|
|
absl::check |
|
|
|
|
absl::type_traits |
|
|
|
|
absl::statusor |
|
|
|
|
absl::utility |
|
|
|
@ -14254,7 +14251,6 @@ target_link_libraries(flow_control_test |
|
|
|
|
absl::config |
|
|
|
|
absl::function_ref |
|
|
|
|
absl::hash |
|
|
|
|
absl::check |
|
|
|
|
absl::type_traits |
|
|
|
|
absl::statusor |
|
|
|
|
absl::span |
|
|
|
@ -18003,7 +17999,6 @@ target_link_libraries(interception_chain_test |
|
|
|
|
absl::inlined_vector |
|
|
|
|
absl::function_ref |
|
|
|
|
absl::hash |
|
|
|
|
absl::check |
|
|
|
|
absl::type_traits |
|
|
|
|
absl::statusor |
|
|
|
|
absl::span |
|
|
|
@ -29854,7 +29849,6 @@ target_include_directories(test_core_event_engine_posix_timer_heap_test |
|
|
|
|
target_link_libraries(test_core_event_engine_posix_timer_heap_test |
|
|
|
|
${_gRPC_ALLTARGETS_LIBRARIES} |
|
|
|
|
gtest |
|
|
|
|
absl::check |
|
|
|
|
absl::statusor |
|
|
|
|
gpr |
|
|
|
|
) |
|
|
|
@ -29953,7 +29947,6 @@ target_link_libraries(test_core_event_engine_slice_buffer_test |
|
|
|
|
${_gRPC_ALLTARGETS_LIBRARIES} |
|
|
|
|
gtest |
|
|
|
|
absl::hash |
|
|
|
|
absl::check |
|
|
|
|
absl::statusor |
|
|
|
|
absl::utility |
|
|
|
|
gpr |
|
|
|
@ -36928,7 +36921,7 @@ generate_pkgconfig( |
|
|
|
|
"gpr" |
|
|
|
|
"gRPC platform support library" |
|
|
|
|
"${gRPC_CORE_VERSION}" |
|
|
|
|
"absl_any_invocable absl_base absl_cord absl_core_headers absl_flags absl_flags_marshalling absl_log absl_log_severity absl_memory absl_optional absl_random_random absl_status absl_str_format absl_strings absl_synchronization absl_time absl_variant" |
|
|
|
|
"absl_any_invocable absl_base absl_check absl_cord absl_core_headers absl_flags absl_flags_marshalling absl_log absl_log_severity absl_memory absl_optional absl_random_random absl_status absl_str_format absl_strings absl_synchronization absl_time absl_variant" |
|
|
|
|
"" |
|
|
|
|
"-lgpr" |
|
|
|
|
"" |
|
|
|
|