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

Unified Diff: components/components_tests.gyp

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/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 22dce6bd927a8301fd7600187fbb0e3974adff45..7700070956b3003467cd20e210c2ca5587be0895 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -472,6 +472,8 @@
'scheduler/child/prioritizing_task_queue_selector_unittest.cc',
'scheduler/child/scheduler_helper_unittest.cc',
'scheduler/child/task_queue_manager_unittest.cc',
+ 'scheduler/child/test_always_fail_time_source.cc',
Sami 2015/06/04 14:47:06 Could you please put this in scheduler/test instea
Ankur Verma 2015/06/05 14:39:16 Done.
+ 'scheduler/child/test_always_fail_time_source.h',
'scheduler/child/test_time_source.cc',
'scheduler/child/test_time_source.h',
'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698