| 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 905345cf665769e32e6a446374e5f644d9e74cd8..5520cd92944df8d97f7e11b62f6a13060ac0ecc5 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -928,6 +928,8 @@
|
| 'crypto/SubtleCrypto.h',
|
| 'crypto/WorkerGlobalScopeCrypto.cpp',
|
| 'crypto/WorkerGlobalScopeCrypto.h',
|
| + 'csspaint/CSSPaintDefinition.cpp',
|
| + 'csspaint/CSSPaintDefinition.h',
|
| 'csspaint/PaintRenderingContext2D.cpp',
|
| 'csspaint/PaintRenderingContext2D.h',
|
| 'csspaint/PaintWorklet.cpp',
|
| @@ -1971,6 +1973,7 @@
|
| 'canvas2d/CanvasRenderingContext2DTest.cpp',
|
| 'compositorworker/CompositorWorkerThreadTest.cpp',
|
| 'csspaint/PaintRenderingContext2DTest.cpp',
|
| + 'csspaint/PaintWorkletTest.cpp',
|
| 'fetch/BodyStreamBufferTest.cpp',
|
| 'fetch/CompositeDataConsumerHandleTest.cpp',
|
| 'fetch/DataConsumerHandleTestUtil.cpp',
|
|
|