| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 6059741902c2da22ab6133fd0ff563f0b555932e..be7e08e2c2bc15882f3cf4eeabb9fc90c66c8afc 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -480,6 +480,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',
|
|
|