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

Unified Diff: components/scheduler/BUILD.gn

Issue 1898233002: Report expected task queueing time via UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove export. Fix windows. Created 4 years, 5 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 | « components/components_tests.gyp ('k') | components/scheduler/base/queueing_time_estimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/BUILD.gn
diff --git a/components/scheduler/BUILD.gn b/components/scheduler/BUILD.gn
index 35138e7b978c214a05877d48c44f524290bb0b4a..236b9a436269514eb7c49ee769b20c981480051e 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -13,6 +13,8 @@ component("scheduler") {
"base/lazy_now.h",
"base/pollable_thread_safe_flag.cc",
"base/pollable_thread_safe_flag.h",
+ "base/queueing_time_estimator.cc",
+ "base/queueing_time_estimator.h",
"base/real_time_domain.cc",
"base/real_time_domain.h",
"base/task_queue.h",
@@ -23,6 +25,7 @@ component("scheduler") {
"base/task_queue_manager_delegate.h",
"base/task_queue_selector.cc",
"base/task_queue_selector.h",
+ "base/task_time_tracker.h",
"base/time_domain.cc",
"base/time_domain.h",
"base/virtual_time_domain.cc",
@@ -119,12 +122,14 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "base/queueing_time_estimator_unittest.cc",
"base/task_queue_manager_delegate_for_test.cc",
"base/task_queue_manager_delegate_for_test.h",
"base/task_queue_manager_unittest.cc",
"base/task_queue_selector_unittest.cc",
- "base/test_always_fail_time_source.cc",
- "base/test_always_fail_time_source.h",
+ "base/test_count_uses_time_source.cc",
+ "base/test_count_uses_time_source.h",
+ "base/test_task_time_tracker.h",
"base/test_time_source.cc",
"base/test_time_source.h",
"base/time_domain_unittest.cc",
« no previous file with comments | « components/components_tests.gyp ('k') | components/scheduler/base/queueing_time_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698