Chromium Code Reviews| Index: base/base.gypi |
| diff --git a/base/base.gypi b/base/base.gypi |
| index 0c6ee7ebc1f9244b34d32ac1c90583ce527c5b0a..7488e280e05bd66432cf2cacf9d3b01dc26f50d4 100644 |
| --- a/base/base.gypi |
| +++ b/base/base.gypi |
| @@ -171,18 +171,9 @@ |
| '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 +671,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', |
|
danakj
2015/01/23 21:50:33
This should have all the files including headers,
ssid
2015/01/26 12:03:54
Done.
|
| + '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', |