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

Unified Diff: components/components_tests.gyp

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/BUILD.gn ('k') | components/scheduler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 1830d8505d5127d9383927150a25a7a7890efb6d..80b0c08d1e3b94a697723be5dc87576b970ade41 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -716,12 +716,14 @@
'safe_json/testing_json_parser_unittest.cc',
],
'scheduler_unittest_sources': [
+ 'scheduler/base/queueing_time_estimator_unittest.cc',
'scheduler/base/task_queue_manager_delegate_for_test.cc',
'scheduler/base/task_queue_manager_delegate_for_test.h',
'scheduler/base/task_queue_manager_unittest.cc',
'scheduler/base/task_queue_selector_unittest.cc',
- 'scheduler/base/test_always_fail_time_source.cc',
- 'scheduler/base/test_always_fail_time_source.h',
+ 'scheduler/base/test_count_uses_time_source.cc',
+ 'scheduler/base/test_count_uses_time_source.h',
+ 'scheduler/base/test_task_time_tracker.h',
'scheduler/base/test_time_source.cc',
'scheduler/base/test_time_source.h',
'scheduler/base/time_domain_unittest.cc',
@@ -1881,6 +1883,7 @@
'scheduler/base/task_queue_manager_delegate_for_test.cc',
'scheduler/base/task_queue_manager_delegate_for_test.h',
'scheduler/base/task_queue_manager_perftest.cc',
+ 'scheduler/base/test_task_time_tracker.h',
'visitedlink/test/visitedlink_perftest.cc',
],
'conditions': [
« no previous file with comments | « components/BUILD.gn ('k') | components/scheduler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698