| 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 a16f6a0d1bc3ebafa769b3389d365282b6d8e931..02852ff63c8717a0e395c31cd091f4e201ac8928 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/PaintRenderingContext2D.idl',
|
| 'csspaint/PaintWorkletGlobalScope.idl',
|
| 'device_light/DeviceLightEvent.idl',
|
| 'device_orientation/DeviceAcceleration.idl',
|
| @@ -925,6 +926,8 @@
|
| 'crypto/SubtleCrypto.h',
|
| 'crypto/WorkerGlobalScopeCrypto.cpp',
|
| 'crypto/WorkerGlobalScopeCrypto.h',
|
| + 'csspaint/PaintRenderingContext2D.cpp',
|
| + 'csspaint/PaintRenderingContext2D.h',
|
| 'csspaint/PaintWorklet.cpp',
|
| 'csspaint/PaintWorklet.h',
|
| 'csspaint/PaintWorkletGlobalScope.cpp',
|
| @@ -1966,6 +1969,7 @@
|
| 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
|
| 'canvas2d/CanvasRenderingContext2DTest.cpp',
|
| 'compositorworker/CompositorWorkerThreadTest.cpp',
|
| + 'csspaint/PaintRenderingContext2DTest.cpp',
|
| 'fetch/BodyStreamBufferTest.cpp',
|
| 'fetch/CompositeDataConsumerHandleTest.cpp',
|
| 'fetch/DataConsumerHandleTestUtil.cpp',
|
|
|