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

Unified Diff: components/scheduler/BUILD.gn

Issue 1132753008: Replaced TestNowSource with SimpleTestTickClock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated review comments: scoped leaking clocks, refactored num_now_calls_ functionality Created 5 years, 7 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 f55b542fe95c14f14222b5dd450e6e02baf30740..70139c7140599d2b9d23ca2591d7c54261bbdade 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -44,6 +44,8 @@ source_set("unit_tests") {
"child/prioritizing_task_queue_selector_unittest.cc",
"child/scheduler_helper_unittest.cc",
"child/task_queue_manager_unittest.cc",
+ "child/test_always_fail_time_source.cc",
+ "child/test_always_fail_time_source.h",
"child/test_time_source.cc",
"child/test_time_source.h",
"child/webthread_impl_for_worker_scheduler_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698