| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 4cfaa4b2fbc9465433b76d49fd3669dbe9777b1d..b83ff1b602845d489b25054e91629314706cebdf 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -42,6 +42,7 @@
|
| 'crypto/Crypto.idl',
|
| 'crypto/CryptoKey.idl',
|
| 'crypto/SubtleCrypto.idl',
|
| + 'csspaint/Geometry.idl',
|
| 'csspaint/PaintRenderingContext2D.idl',
|
| 'csspaint/PaintWorkletGlobalScope.idl',
|
| 'device_light/DeviceLightEvent.idl',
|
| @@ -921,6 +922,9 @@
|
| 'crypto/WorkerGlobalScopeCrypto.h',
|
| 'csspaint/CSSPaintDefinition.cpp',
|
| 'csspaint/CSSPaintDefinition.h',
|
| + 'csspaint/CSSPaintImageGeneratorImpl.cpp',
|
| + 'csspaint/CSSPaintImageGeneratorImpl.h',
|
| + 'csspaint/Geometry.h',
|
| 'csspaint/PaintRenderingContext2D.cpp',
|
| 'csspaint/PaintRenderingContext2D.h',
|
| 'csspaint/PaintWorklet.cpp',
|
|
|