| 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 257865bb34c9ea461bb308a1600e8948a0e919aa..af7d8d0f587c89423c303474e96dc71066c911ad 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',
|
| @@ -910,6 +911,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',
|
|
|