Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: cc/BUILD.gn

Issue 1192663005: cc: Measure compositor timing with finer granularity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@modeTimingHistory3
Patch Set: fixes Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/scheduler/compositor_timing_history.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 05d52fe9915b34e5fbee8aee7a912a8234f24059..4b767ea2133ce7c221ef51c36e0f141679389719 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -434,6 +434,8 @@ component("cc") {
"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",
@@ -504,8 +506,6 @@ component("cc") {
"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",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/scheduler/compositor_timing_history.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698