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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2806623004: Worker: Introduce per-global-scope task scheduler (Closed)
Patch Set: wip Created 3 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index e77067ba1c4e3687d7b88fd32d93348f1770d8e1..7f156efc49c9491063983e0e6de57c5b4d6a411c 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1228,6 +1228,8 @@ component("platform") {
"scheduler/base/work_queue_sets.cc",
"scheduler/base/work_queue_sets.h",
"scheduler/child/compositor_worker_scheduler.cc",
+ "scheduler/child/global_scope_scheduler.cc",
+ "scheduler/child/global_scope_scheduler.h",
"scheduler/child/idle_canceled_delayed_task_sweeper.cc",
"scheduler/child/idle_canceled_delayed_task_sweeper.h",
"scheduler/child/idle_helper.cc",

Powered by Google App Engine
This is Rietveld 408576698