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

Unified Diff: third_party/WebKit/Source/core/workers/BUILD.gn

Issue 2806623004: Worker: Introduce per-global-scope task scheduler (Closed)
Patch Set: rebase 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/core/workers/BUILD.gn
diff --git a/third_party/WebKit/Source/core/workers/BUILD.gn b/third_party/WebKit/Source/core/workers/BUILD.gn
index 89d3a7deda097cb6eaa12c8f3945d95c49129207..4140bf613376faec5f3b51c141e19902ebf27fe6 100644
--- a/third_party/WebKit/Source/core/workers/BUILD.gn
+++ b/third_party/WebKit/Source/core/workers/BUILD.gn
@@ -67,6 +67,8 @@ blink_core_sources("workers") {
"WorkerScriptLoader.h",
"WorkerSettings.cpp",
"WorkerSettings.h",
+ "WorkerTaskRunners.cpp",
+ "WorkerTaskRunners.h",
"WorkerThread.cpp",
"WorkerThread.h",
"WorkerThreadLifecycleObserver.cpp",

Powered by Google App Engine
This is Rietveld 408576698