| 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 397be402788cf1f62ad93752b8ff11e67e69551c..6cf49d37755562cfb758ff151ac7b71e9a1d7242 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',
|
| @@ -1977,6 +1979,7 @@
|
| 'compositorworker/CompositorWorkerThreadTest.cpp',
|
| 'credentialmanager/PasswordCredentialTest.cpp',
|
| 'csspaint/PaintRenderingContext2DTest.cpp',
|
| + 'csspaint/PaintWorkletTest.cpp',
|
| 'fetch/BodyStreamBufferTest.cpp',
|
| 'fetch/CompositeDataConsumerHandleTest.cpp',
|
| 'fetch/DataConsumerHandleTestUtil.cpp',
|
|
|