cc: Move timing history to the Scheduler.
BUG=406158
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1184863004
Cr-Commit-Position: refs/heads/master@{#335866}
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 9c22d555..dc86881 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -469,6 +469,8 @@
'scheduler/begin_frame_tracker.cc',
'scheduler/begin_frame_tracker.h',
'scheduler/commit_earlyout_reason.h',
+ 'scheduler/compositor_timing_history.cc',
+ 'scheduler/compositor_timing_history.h',
'scheduler/delay_based_time_source.cc',
'scheduler/delay_based_time_source.h',
'scheduler/draw_result.h',
@@ -537,8 +539,6 @@
'trees/property_tree_builder.h',
'trees/proxy.cc',
'trees/proxy.h',
- 'trees/proxy_timing_history.cc',
- 'trees/proxy_timing_history.h',
'trees/scoped_abort_remaining_swap_promises.h',
'trees/single_thread_proxy.cc',
'trees/single_thread_proxy.h',