| 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",
|
| ]
|
| }
|
|
|