| 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 4f648d498adb8ab2ee31adbcf20fbbffe5dd7937..24faaef7ae141cdf7f519d8f12dc2057c94596e5 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',
|
| @@ -928,6 +929,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',
|
|
|