| Index: base/allocator/BUILD.gn
|
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
|
| index 887d544f197862bbdb746d65bbd6e4db906ba7fb..f9f10029e555b5ddf921feb5e693944e4241e042 100644
|
| --- a/base/allocator/BUILD.gn
|
| +++ b/base/allocator/BUILD.gn
|
| @@ -298,7 +298,10 @@ if (use_allocator == "tcmalloc") {
|
|
|
| buildflag_header("features") {
|
| header = "features.h"
|
| - flags = [ "USE_EXPERIMENTAL_ALLOCATOR_SHIM=$use_experimental_allocator_shim" ]
|
| + flags = [
|
| + "USE_EXPERIMENTAL_ALLOCATOR_SHIM=$use_experimental_allocator_shim",
|
| + "USE_EXPERIMENTAL_ALLOCATION_TRACING=$use_experimental_allocation_tracing",
|
| + ]
|
| }
|
|
|
| if (use_experimental_allocator_shim) {
|
|
|