aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/synchronization/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2017-12-09 01:03:25 -0800
committerGravatar Titus Winters <titus@google.com>2017-12-11 14:02:39 -0500
commitdc0282d09809f3337529fd790c57a92d63752451 (patch)
treede5d7be227c0424946f9cafec0da68968216bfaf /absl/synchronization/BUILD.bazel
parentecc56367b8836a552b3716c643da99537c128a13 (diff)
Changes imported from Abseil "staging" branch:
- 53eebc8dc5730f42b1cda71bc55a5097d330b484 This changes the value base_internal::kOnceDone from 32-b... by Abseil Team <absl-team@google.com> - e34af839e2062e9ed6639803186811be23e6fb80 This changes the value base_internal::kOnceDone from 32-b... by Abseil Team <absl-team@google.com> - dfb395ba062168eeb15237724b628a1b2494052c Remove unnecessary dependency. by Abseil Team <absl-team@google.com> GitOrigin-RevId: 53eebc8dc5730f42b1cda71bc55a5097d330b484 Change-Id: Ide088c81d660c4be900b2456d57a8dcbdb349cc7
Diffstat (limited to 'absl/synchronization/BUILD.bazel')
-rw-r--r--absl/synchronization/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel
index 5e190c5..354291f 100644
--- a/absl/synchronization/BUILD.bazel
+++ b/absl/synchronization/BUILD.bazel
@@ -204,5 +204,6 @@ cc_test(
deps = [
":synchronization",
"//absl/base",
+ "//absl/base:core_headers",
],
)