| 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 4fdcd074f9c659091ec46ff392594da33f29c6fa..3412e53aa2d51fe2ba43946f3bc54f65b68e07d4 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',
|
| @@ -1974,6 +1976,7 @@
|
| 'canvas2d/CanvasRenderingContext2DTest.cpp',
|
| 'compositorworker/CompositorWorkerThreadTest.cpp',
|
| 'csspaint/PaintRenderingContext2DTest.cpp',
|
| + 'csspaint/PaintWorkletTest.cpp',
|
| 'fetch/BodyStreamBufferTest.cpp',
|
| 'fetch/CompositeDataConsumerHandleTest.cpp',
|
| 'fetch/DataConsumerHandleTestUtil.cpp',
|
|
|