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

Unified Diff: third_party/WebKit/Source/modules/csspaint/BUILD.gn

Issue 2871513002: Worklet: Lazily create PaintWorkletGlobalScopes (Closed)
Patch Set: fix wrong dcheck 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/modules/csspaint/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/csspaint/BUILD.gn b/third_party/WebKit/Source/modules/csspaint/BUILD.gn
index 1ffa5c80134e2e3d04f2c5c4c0549534d0281fdc..689cd69376b275d146d71fb8a87f626b7c29923d 100644
--- a/third_party/WebKit/Source/modules/csspaint/BUILD.gn
+++ b/third_party/WebKit/Source/modules/csspaint/BUILD.gn
@@ -19,6 +19,8 @@ blink_modules_sources("csspaint") {
"PaintWorkletGlobalScope.h",
"PaintWorkletGlobalScopeProxy.cpp",
"PaintWorkletGlobalScopeProxy.h",
+ "PaintWorkletPendingGeneratorRegistry.cpp",
+ "PaintWorkletPendingGeneratorRegistry.h",
"WindowPaintWorklet.cpp",
"WindowPaintWorklet.h",
]
« no previous file with comments | « third_party/WebKit/Source/core/workers/Worklet.h ('k') | third_party/WebKit/Source/modules/csspaint/PaintWorklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698