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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1152623008: scheduler: Always create a real scheduler in unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remember the message loop binding. 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/scheduler/scheduler.gyp ('k') | components/scheduler/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/scheduler.gypi
diff --git a/components/scheduler/scheduler.gypi b/components/scheduler/scheduler.gypi
index 684688c6f43a9d496e592244f29ce9dc6974719a..8132725472291eb01b1728cca783231407935276 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -58,5 +58,9 @@
'renderer/webthread_impl_for_renderer_scheduler.h',
'scheduler_export.h',
],
+ 'scheduler_test_support_sources': [
+ 'test/lazy_scheduler_message_loop_delegate_for_tests.cc',
+ 'test/lazy_scheduler_message_loop_delegate_for_tests.h',
+ ],
},
}
« no previous file with comments | « components/scheduler/scheduler.gyp ('k') | components/scheduler/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698