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

Unified Diff: cc/BUILD.gn

Issue 787763006: cc: Adding BeginFrameTracker object and removing Now() from LTHI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto dependent patches. Created 5 years, 8 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/begin_frame_tracker.h » ('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 c0987c858790880b5f8ca56a66a8c8ffb4a0c056..0feee63996ce4094de6afc262234f90bf013862b 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -472,6 +472,8 @@ component("cc") {
"resources/zero_copy_tile_task_worker_pool.h",
"scheduler/begin_frame_source.cc",
"scheduler/begin_frame_source.h",
+ "scheduler/begin_frame_tracker.cc",
+ "scheduler/begin_frame_tracker.h",
"scheduler/commit_earlyout_reason.h",
"scheduler/delay_based_time_source.cc",
"scheduler/delay_based_time_source.h",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/scheduler/begin_frame_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698