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

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: Rebased. Created 5 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/scheduler/child/DEPS » ('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 587516f3ecb5ee4525f627a2bb0e538593fac3db..c822116d118a95c874c350e31e22444b65b4272e 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -51,6 +51,8 @@ source_set("unit_tests") {
"renderer/deadline_task_runner_unittest.cc",
"renderer/renderer_scheduler_impl_unittest.cc",
"renderer/webthread_impl_for_renderer_scheduler_unittest.cc",
+ "test/test_always_fail_time_source.cc",
+ "test/test_always_fail_time_source.h",
]
deps = [
« no previous file with comments | « components/components_tests.gyp ('k') | components/scheduler/child/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698