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

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

Issue 2896773002: [DONT COMMIT] PaintWorklet: Move paintWorklet from 'window' to 'CSS' (Closed)
Patch Set: WIP Created 3 years, 6 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 689cd69376b275d146d71fb8a87f626b7c29923d..59b090fb7ad7033fe2e999f3ef79f74bc970a76e 100644
--- a/third_party/WebKit/Source/modules/csspaint/BUILD.gn
+++ b/third_party/WebKit/Source/modules/csspaint/BUILD.gn
@@ -10,6 +10,8 @@ blink_modules_sources("csspaint") {
"CSSPaintDefinition.h",
"CSSPaintImageGeneratorImpl.cpp",
"CSSPaintImageGeneratorImpl.h",
+ "CSSPaintWorklet.cpp",
+ "CSSPaintWorklet.h",
"PaintRenderingContext2D.cpp",
"PaintRenderingContext2D.h",
"PaintSize.h",
@@ -21,7 +23,5 @@ blink_modules_sources("csspaint") {
"PaintWorkletGlobalScopeProxy.h",
"PaintWorkletPendingGeneratorRegistry.cpp",
"PaintWorkletPendingGeneratorRegistry.h",
- "WindowPaintWorklet.cpp",
- "WindowPaintWorklet.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698