| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 6c2b3ca6e686037251252bbba04aa8ff8ef6b112..6ca6802e6a972f9c57daf78010bd279e3638a705 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -245,12 +245,14 @@ def write_ninja(path, options):
|
| 'base/time/time.cc',
|
| 'base/timer/elapsed_timer.cc',
|
| 'base/timer/timer.cc',
|
| + 'base/trace_event/heap_profiler_allocation_context.cc',
|
| + 'base/trace_event/heap_profiler_allocation_context_tracker.cc',
|
| + 'base/trace_event/heap_profiler_stack_frame_deduplicator.cc',
|
| 'base/trace_event/memory_allocator_dump.cc',
|
| 'base/trace_event/memory_allocator_dump_guid.cc',
|
| 'base/trace_event/memory_dump_manager.cc',
|
| 'base/trace_event/memory_dump_request_args.cc',
|
| 'base/trace_event/memory_dump_session_state.cc',
|
| - 'base/trace_event/memory_profiler_allocation_context.cc',
|
| 'base/trace_event/process_memory_dump.cc',
|
| 'base/trace_event/process_memory_maps.cc',
|
| 'base/trace_event/process_memory_totals.cc',
|
|
|