| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 8252799c578da1d541fdccb641d285e8c12239fa..788ac64461edc1a4d4a054b3929d10fa5581a45c 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -516,6 +516,7 @@ def write_gn_ninja(path, root_gen_dir, options):
|
| 'base/trace_event/heap_profiler_stack_frame_deduplicator.cc',
|
| 'base/trace_event/heap_profiler_type_name_deduplicator.cc',
|
| 'base/trace_event/memory_allocator_dump.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_provider_info.cc',
|
| @@ -524,6 +525,7 @@ def write_gn_ninja(path, root_gen_dir, options):
|
| 'base/trace_event/memory_dump_session_state.cc',
|
| 'base/trace_event/memory_infra_background_whitelist.cc',
|
| 'base/trace_event/memory_peak_detector.cc',
|
| + 'base/trace_event/memory_tracing_frontend.cc',
|
| 'base/trace_event/process_memory_dump.cc',
|
| 'base/trace_event/process_memory_maps.cc',
|
| 'base/trace_event/process_memory_totals.cc',
|
|
|