Commit a9bc6fdf by Evan Brown Committed by Copybara-Service

Sort CMakeList deps for raw_hash_set and raw_hash_set_test.

PiperOrigin-RevId: 504045295
Change-Id: I110d4573087358e17a719def29e8037adfac6d15
parent b8720b45
...@@ -707,13 +707,13 @@ absl_cc_library( ...@@ -707,13 +707,13 @@ absl_cc_library(
absl::endian absl::endian
absl::hash_policy_traits absl::hash_policy_traits
absl::hashtable_debug_hooks absl::hashtable_debug_hooks
absl::hashtablez_sampler
absl::memory absl::memory
absl::meta absl::meta
absl::optional absl::optional
absl::prefetch absl::prefetch
absl::raw_logging_internal absl::raw_logging_internal
absl::utility absl::utility
absl::hashtablez_sampler
PUBLIC PUBLIC
) )
...@@ -725,18 +725,18 @@ absl_cc_test( ...@@ -725,18 +725,18 @@ absl_cc_test(
COPTS COPTS
${ABSL_TEST_COPTS} ${ABSL_TEST_COPTS}
DEPS DEPS
absl::base
absl::config
absl::container_memory absl::container_memory
absl::core_headers
absl::flat_hash_map absl::flat_hash_map
absl::flat_hash_set absl::flat_hash_set
absl::hash_function_defaults absl::hash_function_defaults
absl::hash_policy_testing absl::hash_policy_testing
absl::hashtable_debug absl::hashtable_debug
absl::raw_hash_set
absl::base
absl::config
absl::log absl::log
absl::core_headers
absl::prefetch absl::prefetch
absl::raw_hash_set
absl::raw_logging_internal absl::raw_logging_internal
absl::strings absl::strings
GTest::gmock_main GTest::gmock_main
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment