| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index d66da12937d51fab72772648636d6d69ffe5fe0a..f01654eb39579c83cce8d57414fb2d946e7ae951 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -481,6 +481,7 @@ def write_gn_ninja(path, root_gen_dir, options):
|
| 'base/time/time.cc',
|
| 'base/timer/elapsed_timer.cc',
|
| 'base/timer/timer.cc',
|
| + 'base/trace_event/category_registry.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',
|
|
|