| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 523a3c07a1cd4c2544e08740cca93f940464e5ce..67a47a66e9d3d3c941c4f4cd6d7f8893d902b7fe 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -294,6 +294,7 @@ def write_ninja(path, root_gen_dir, options):
|
| 'base/time/time.cc',
|
| 'base/timer/elapsed_timer.cc',
|
| 'base/timer/timer.cc',
|
| + 'base/trace_event/heap_profiler.cc',
|
| 'base/trace_event/heap_profiler_allocation_context.cc',
|
| 'base/trace_event/heap_profiler_allocation_context_tracker.cc',
|
| 'base/trace_event/heap_profiler_allocation_register.cc',
|
|
|