| 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 9a3e3149f8bc0bd330d073db6f6d49fab6ba7d84..e4e19e26e77f58114f1e1496934317643c9779ea 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -43,6 +43,7 @@
|
| 'crypto/Crypto.idl',
|
| 'crypto/CryptoKey.idl',
|
| 'crypto/SubtleCrypto.idl',
|
| + 'csspaint/Geometry.idl',
|
| 'csspaint/PaintRenderingContext2D.idl',
|
| 'csspaint/PaintWorkletGlobalScope.idl',
|
| 'device_light/DeviceLightEvent.idl',
|
| @@ -931,6 +932,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',
|
|
|