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

Unified Diff: components/scheduler/scheduler.gyp

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 | « components/scheduler/renderer/renderer_scheduler_impl.cc ('k') | components/scheduler/scheduler.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/scheduler.gyp
diff --git a/components/scheduler/scheduler.gyp b/components/scheduler/scheduler.gyp
index cffc0726e6e469422f18225ea61c9909c9fabe97..5afb0d9c360a8f7593d5c3d6e4f48acdcda45925 100644
--- a/components/scheduler/scheduler.gyp
+++ b/components/scheduler/scheduler.gyp
@@ -54,6 +54,9 @@
# GN version: //components/scheduler:test_support
'target_name': 'scheduler_test_support',
'type': 'static_library',
+ 'dependencies': [
+ '../../third_party/WebKit/public/blink.gyp:blink',
+ ],
'include_dirs': [
'../..',
],
« no previous file with comments | « components/scheduler/renderer/renderer_scheduler_impl.cc ('k') | components/scheduler/scheduler.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698