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

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

Issue 2840523002: [DONT COMMIT] Worklet: Implement "addModule()" algorithm for main thread worklets (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/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 5b9132778698fdfbf1cf1f966a05b15ad321de9b..1ffa5c80134e2e3d04f2c5c4c0549534d0281fdc 100644
--- a/third_party/WebKit/Source/modules/csspaint/BUILD.gn
+++ b/third_party/WebKit/Source/modules/csspaint/BUILD.gn
@@ -17,6 +17,8 @@ blink_modules_sources("csspaint") {
"PaintWorklet.h",
"PaintWorkletGlobalScope.cpp",
"PaintWorkletGlobalScope.h",
+ "PaintWorkletGlobalScopeProxy.cpp",
+ "PaintWorkletGlobalScopeProxy.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