Chromium Code Reviews| Index: build/config/allocator.gni |
| diff --git a/build/config/allocator.gni b/build/config/allocator.gni |
| index 2c908fea6791603a79cdc4e75d2d93b9bee7a07f..eb764ded5747260a66a3050d3d5b412b97c84294 100644 |
| --- a/build/config/allocator.gni |
| +++ b/build/config/allocator.gni |
| @@ -24,5 +24,5 @@ declare_args() { |
| assert(use_allocator == "none" || use_allocator == "tcmalloc") |
| assert(!is_win || use_allocator == "none", "Tcmalloc doesn't work on Windows.") |
| -assert(!use_experimental_allocator_shim || is_linux, |
| +assert(!use_experimental_allocator_shim || is_linux || is_nacl, |
|
Nico
2016/03/08 03:08:42
why is this needed?
Primiano Tucci (use gerrit)
2016/03/08 20:54:05
Oh that didn't really work as expected, removing i
|
| "use_experimental_allocator_shim supported only on Linux") |