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

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

Issue 2871513002: Worklet: Lazily create PaintWorkletGlobalScopes (Closed)
Patch Set: clean up Created 3 years, 7 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 dd1b5820e2c049fbb1e3a01b1f10bba76626a3b6..18a61ef1337d1ea0e080b6b67092dbb3f8795e2c 100644
--- a/third_party/WebKit/Source/core/workers/BUILD.gn
+++ b/third_party/WebKit/Source/core/workers/BUILD.gn
@@ -83,6 +83,8 @@ blink_core_sources("workers") {
"Worklet.h",
"WorkletGlobalScope.cpp",
"WorkletGlobalScope.h",
+ "WorkletGlobalScopeManager.cpp",
+ "WorkletGlobalScopeManager.h",
"WorkletGlobalScopeProxy.h",
"WorkletPendingTasks.cpp",
"WorkletPendingTasks.h",

Powered by Google App Engine
This is Rietveld 408576698