Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(816)

Unified Diff: base/allocator/BUILD.gn

Issue 2707363006: [DO NOT LAND] Toggle have_futex (Closed)
Patch Set: Add header to //base/allocator/BUILD.gn Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/BUILD.gn
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index 8cdb06161f5c23afb34058f71a449024c5a93d54..2efc223045dc89741fce4ea40131dc4e93ac226c 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -134,6 +134,7 @@ if (use_allocator == "tcmalloc") {
"$tcmalloc_dir/src/base/atomicops.h",
"$tcmalloc_dir/src/base/commandlineflags.h",
"$tcmalloc_dir/src/base/cycleclock.h",
+ "$tcmalloc_dir/src/base/spinlock_linux-inl.h",
# We don't list dynamic_annotations.c since its copy is already
# present in the dynamic_annotations target.
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698