aboutsummaryrefslogtreecommitdiff
path: root/absl/synchronization/BUILD.bazel
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2023-04-12 13:26:48 -0700
committerCopybara-Service <copybara-worker@google.com>2023-04-12 13:27:28 -0700
commitc23acb9b5636e7b908fba03d6b3584d8f80dba6d (patch)
treecc2332512cecd0d3efb2f3819516fb6d7af44bc6 /absl/synchronization/BUILD.bazel
parent32d314d0f5bb0ca3ff71ece49c71a728c128d43e (diff)
downloadabseil-c23acb9b5636e7b908fba03d6b3584d8f80dba6d.tar.gz
abseil-c23acb9b5636e7b908fba03d6b3584d8f80dba6d.tar.bz2
abseil-c23acb9b5636e7b908fba03d6b3584d8f80dba6d.zip
Synchronization: Consolidate the logic for whether steady clocks are supported
for relative timeouts PiperOrigin-RevId: 523789416 Change-Id: Ide4cfdcae9ea7bffca3355c80ea9c8833a9536e6
Diffstat (limited to 'absl/synchronization/BUILD.bazel')
-rw-r--r--absl/synchronization/BUILD.bazel4
1 files changed, 4 insertions, 0 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel
index b1c4e9a3..b6721e14 100644
--- a/absl/synchronization/BUILD.bazel
+++ b/absl/synchronization/BUILD.bazel
@@ -61,7 +61,9 @@ cc_library(
"//absl/synchronization:__pkg__",
],
deps = [
+ "//absl/base",
"//absl/base:config",
+ "//absl/base:core_headers",
"//absl/base:raw_logging_internal",
"//absl/time",
],
@@ -75,6 +77,7 @@ cc_test(
deps = [
":kernel_timeout_internal",
"//absl/base:config",
+ "//absl/random",
"//absl/time",
"@com_google_googletest//:gtest_main",
],
@@ -348,6 +351,7 @@ cc_test(
":kernel_timeout_internal",
":synchronization",
":thread_pool",
+ "//absl/random",
"//absl/time",
"@com_google_googletest//:gtest_main",
],