| 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 23c88c78422b92c6ca953daf3cba129929803e7d..b3b4309e05b7e010a8bacef68f8db36a9dfea3f9 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',
|
| @@ -920,6 +921,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',
|
|
|