| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 91667d16541546c56d6ed61d17c5fca5537121cc..6ffa428fac8754b04f12924c3139b1d9c9b77e27 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -40,7 +40,7 @@ declare_args() {
|
| # Turn on memory profiling in the task profiler when the heap shim is
|
| # available, except for official builds for now.
|
| enable_memory_task_profiler =
|
| - use_experimental_allocator_shim && !is_official_build
|
| + use_experimental_allocator_shim && (!is_official_build || is_syzyasan)
|
| }
|
|
|
| if (is_android) {
|
|
|