| 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.
|
|
|