| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 5ba591a157b04b3621e0ccc88c4f9767885bf61f..399cceaf38106dee86713a84d8a112fd31052f3a 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -546,6 +546,7 @@ def write_gn_ninja(path, root_gen_dir, options):
|
| 'base/trace_event/memory_infra_background_whitelist.cc',
|
| 'base/trace_event/memory_peak_detector.cc',
|
| 'base/trace_event/memory_tracing_observer.cc',
|
| + 'base/trace_event/memory_usage_estimator.cc',
|
| 'base/trace_event/process_memory_dump.cc',
|
| 'base/trace_event/process_memory_maps.cc',
|
| 'base/trace_event/process_memory_totals.cc',
|
|
|