|
|
|
@ -1255,7 +1255,6 @@ if(gRPC_BUILD_TESTS) |
|
|
|
|
add_dependencies(buildtests_cxx map_pipe_test) |
|
|
|
|
add_dependencies(buildtests_cxx match_test) |
|
|
|
|
add_dependencies(buildtests_cxx matchers_test) |
|
|
|
|
add_dependencies(buildtests_cxx max_concurrent_streams_policy_test) |
|
|
|
|
add_dependencies(buildtests_cxx max_concurrent_streams_test) |
|
|
|
|
add_dependencies(buildtests_cxx max_connection_age_test) |
|
|
|
|
add_dependencies(buildtests_cxx max_connection_idle_test) |
|
|
|
@ -1940,7 +1939,6 @@ add_library(grpc |
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_parser_table.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/http2_settings.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/huffsyms.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/parsing.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/ping_abuse_policy.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/ping_callbacks.cc |
|
|
|
@ -3037,7 +3035,6 @@ add_library(grpc_unsecure |
|
|
|
|
src/core/ext/transport/chttp2/transport/hpack_parser_table.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/http2_settings.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/huffsyms.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/parsing.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/ping_abuse_policy.cc |
|
|
|
|
src/core/ext/transport/chttp2/transport/ping_callbacks.cc |
|
|
|
@ -20284,48 +20281,6 @@ target_link_libraries(matchers_test |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
endif() |
|
|
|
|
if(gRPC_BUILD_TESTS) |
|
|
|
|
|
|
|
|
|
add_executable(max_concurrent_streams_policy_test |
|
|
|
|
src/core/ext/transport/chttp2/transport/max_concurrent_streams_policy.cc |
|
|
|
|
test/core/transport/chttp2/max_concurrent_streams_policy_test.cc |
|
|
|
|
) |
|
|
|
|
if(WIN32 AND MSVC) |
|
|
|
|
if(BUILD_SHARED_LIBS) |
|
|
|
|
target_compile_definitions(max_concurrent_streams_policy_test |
|
|
|
|
PRIVATE |
|
|
|
|
"GPR_DLL_IMPORTS" |
|
|
|
|
) |
|
|
|
|
endif() |
|
|
|
|
endif() |
|
|
|
|
target_compile_features(max_concurrent_streams_policy_test PUBLIC cxx_std_14) |
|
|
|
|
target_include_directories(max_concurrent_streams_policy_test |
|
|
|
|
PRIVATE |
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR} |
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/include |
|
|
|
|
${_gRPC_ADDRESS_SORTING_INCLUDE_DIR} |
|
|
|
|
${_gRPC_RE2_INCLUDE_DIR} |
|
|
|
|
${_gRPC_SSL_INCLUDE_DIR} |
|
|
|
|
${_gRPC_UPB_GENERATED_DIR} |
|
|
|
|
${_gRPC_UPB_GRPC_GENERATED_DIR} |
|
|
|
|
${_gRPC_UPB_INCLUDE_DIR} |
|
|
|
|
${_gRPC_XXHASH_INCLUDE_DIR} |
|
|
|
|
${_gRPC_ZLIB_INCLUDE_DIR} |
|
|
|
|
third_party/googletest/googletest/include |
|
|
|
|
third_party/googletest/googletest |
|
|
|
|
third_party/googletest/googlemock/include |
|
|
|
|
third_party/googletest/googlemock |
|
|
|
|
${_gRPC_PROTO_GENS_DIR} |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
target_link_libraries(max_concurrent_streams_policy_test |
|
|
|
|
${_gRPC_ALLTARGETS_LIBRARIES} |
|
|
|
|
gtest |
|
|
|
|
gpr |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
endif() |
|
|
|
|
if(gRPC_BUILD_TESTS) |
|
|
|
|
|
|
|
|
|