| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 56567aa1f97d1e806c189c6f0b64445fcf60f0da..8581f71ba676103c5043525455aa018b5331e879 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -157,6 +157,7 @@ def write_ninja(path, options):
|
| 'base/third_party/superfasthash/superfasthash.c',
|
| ])
|
| static_libraries['base']['sources'].extend([
|
| + 'base/allocator/allocator_extension.cc',
|
| 'base/at_exit.cc',
|
| 'base/base_paths.cc',
|
| 'base/base_switches.cc',
|
|
|