| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 0569e23dfe55bdb9f54c2fe5e7e9eb59b9f34e6b..91cec029fde38afea3515d2d503633d2a9587b62 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -151,10 +151,6 @@ def write_ninja(path, options):
|
| 'base/debug/alias.cc',
|
| 'base/debug/stack_trace.cc',
|
| 'base/debug/task_annotator.cc',
|
| - 'base/debug/trace_event_impl.cc',
|
| - 'base/debug/trace_event_impl_constants.cc',
|
| - 'base/debug/trace_event_memory.cc',
|
| - 'base/debug/trace_event_synthetic_delay.cc',
|
| 'base/environment.cc',
|
| 'base/files/file.cc',
|
| 'base/files/file_enumerator.cc',
|
| @@ -229,6 +225,10 @@ def write_ninja(path, options):
|
| 'base/time/time.cc',
|
| 'base/timer/elapsed_timer.cc',
|
| 'base/timer/timer.cc',
|
| + 'base/trace_event/trace_event_impl.cc',
|
| + 'base/trace_event/trace_event_impl_constants.cc',
|
| + 'base/trace_event/trace_event_memory.cc',
|
| + 'base/trace_event/trace_event_synthetic_delay.cc',
|
| 'base/tracked_objects.cc',
|
| 'base/tracking_info.cc',
|
| 'base/values.cc',
|
|
|