| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 0c6ee7ebc1f9244b34d32ac1c90583ce527c5b0a..c556b12c8920264d2b4f74132d0b5fc7e8e430cc 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -171,18 +171,10 @@
|
| 'debug/task_annotator.cc',
|
| 'debug/task_annotator.h',
|
| 'debug/trace_event.h',
|
| - 'debug/trace_event_android.cc',
|
| - 'debug/trace_event_argument.cc',
|
| 'debug/trace_event_argument.h',
|
| - 'debug/trace_event_impl.cc',
|
| 'debug/trace_event_impl.h',
|
| - 'debug/trace_event_impl_constants.cc',
|
| - 'debug/trace_event_synthetic_delay.cc',
|
| 'debug/trace_event_synthetic_delay.h',
|
| - 'debug/trace_event_system_stats_monitor.cc',
|
| - 'debug/trace_event_memory.cc',
|
| 'debug/trace_event_memory.h',
|
| - 'debug/trace_event_win.cc',
|
| 'deferred_sequenced_task_runner.cc',
|
| 'deferred_sequenced_task_runner.h',
|
| 'environment.cc',
|
| @@ -680,6 +672,19 @@
|
| 'timer/mock_timer.h',
|
| 'timer/timer.cc',
|
| 'timer/timer.h',
|
| + 'trace_event/trace_event.h',
|
| + 'trace_event/trace_event_android.cc',
|
| + 'trace_event/trace_event_argument.cc',
|
| + 'trace_event/trace_event_argument.h',
|
| + 'trace_event/trace_event_impl.cc',
|
| + 'trace_event/trace_event_impl.h',
|
| + 'trace_event/trace_event_impl_constants.cc',
|
| + 'trace_event/trace_event_synthetic_delay.cc',
|
| + 'trace_event/trace_event_synthetic_delay.h',
|
| + 'trace_event/trace_event_system_stats_monitor.cc',
|
| + 'trace_event/trace_event_memory.cc',
|
| + 'trace_event/trace_event_memory.h',
|
| + 'trace_event/trace_event_win.cc',
|
| 'tracked_objects.cc',
|
| 'tracked_objects.h',
|
| 'tracking_info.cc',
|
|
|