| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index c52779ef4327df3e6adb76b77bc7735e2724bedc..6f2f5b1264519ea38cc36fb0b7e2cc24c378ca7a 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -167,7 +167,7 @@ def build_gn_with_ninja_manually(tempdir, options):
|
| mkdir_p(root_gen_dir)
|
|
|
| write_buildflag_header_manually(root_gen_dir, 'base/allocator/features.h',
|
| - {'USE_EXPERIMENTAL_ALLOCATOR_SHIM': 'true' if is_linux else 'false'})
|
| + {'USE_ALLOCATOR_SHIM': 'true' if is_linux else 'false'})
|
|
|
| write_buildflag_header_manually(root_gen_dir, 'base/debug/debugging_flags.h',
|
| {
|
|
|