| Index: base/allocator/BUILD.gn
|
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
|
| index 8cdb06161f5c23afb34058f71a449024c5a93d54..cc933bb6a1de6a837eb596c97ce391b983b9c141 100644
|
| --- a/base/allocator/BUILD.gn
|
| +++ b/base/allocator/BUILD.gn
|
| @@ -245,7 +245,7 @@ if (use_allocator == "tcmalloc") {
|
| defines += [ "ENABLE_PROFILING=1" ]
|
| }
|
|
|
| - if (is_linux || is_android) {
|
| + if (is_linux || is_android || current_os == "fuchsia") {
|
| sources -= [
|
| "$tcmalloc_dir/src/system-alloc.h",
|
| "$tcmalloc_dir/src/windows/port.cc",
|
|
|