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

Unified Diff: components/scheduler/BUILD.gn

Issue 1832673002: Add testRunner.runIdleTasks() to force idle tasks to run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 4 years, 8 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 | « no previous file | components/scheduler/renderer/renderer_scheduler_impl.h » ('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 489bbb5c0b74f399cfb7602d287805cf1bbaf063..a66e88284d136b420ea42770fdfd630bd5367d4e 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -163,6 +163,12 @@ source_set("test_support") {
sources = [
"test/lazy_scheduler_message_loop_delegate_for_tests.cc",
"test/lazy_scheduler_message_loop_delegate_for_tests.h",
+ "test/renderer_scheduler_test_support.cc",
+ "test/renderer_scheduler_test_support.h",
+ ]
+
+ deps = [
+ "//third_party/WebKit/public:blink",
]
public_deps = [
« no previous file with comments | « no previous file | components/scheduler/renderer/renderer_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698