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

Unified Diff: components/scheduler/BUILD.gn

Issue 2113893006: POC: Instrument task time tracker Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo delegate delete Created 4 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
Index: components/scheduler/BUILD.gn
diff --git a/components/scheduler/BUILD.gn b/components/scheduler/BUILD.gn
index a66e88284d136b420ea42770fdfd630bd5367d4e..beb1551b4107783c369d9571f3080b48fd25aad1 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -23,6 +23,8 @@ component("scheduler") {
"base/task_queue_manager_delegate.h",
"base/task_queue_selector.cc",
"base/task_queue_selector.h",
+ "base/task_time_tracker.cc",
+ "base/task_time_tracker.h",
"base/time_domain.cc",
"base/time_domain.h",
"base/virtual_time_domain.cc",
« no previous file with comments | « no previous file | components/scheduler/base/task_queue_manager.h » ('j') | components/scheduler/base/task_queue_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698