| 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 a0491727b2dcb90bbd94538639f477227377488f..701377f0c6b43b2a403cb35a7cb1a1226c41c72f 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -35,6 +35,7 @@
|
| 'canvas2d/CanvasPattern.idl',
|
| 'canvas2d/CanvasRenderingContext2D.idl',
|
| 'canvas2d/Path2D.idl',
|
| + 'compositorworker/AnimationWorkletGlobalScope.idl',
|
| 'compositorworker/CompositorWorker.idl',
|
| 'compositorworker/CompositorWorkerGlobalScope.idl',
|
| 'credentialmanager/Credential.idl',
|
| @@ -954,6 +955,8 @@
|
| 'compositorworker/AbstractAnimationWorkletThread.h',
|
| 'compositorworker/AnimationWorklet.cpp',
|
| 'compositorworker/AnimationWorklet.h',
|
| + 'compositorworker/AnimationWorkletGlobalScope.cpp',
|
| + 'compositorworker/AnimationWorkletGlobalScope.h',
|
| 'compositorworker/AnimationWorkletThread.cpp',
|
| 'compositorworker/AnimationWorkletThread.h',
|
| 'compositorworker/CompositorWorker.cpp',
|
| @@ -2042,6 +2045,7 @@
|
| 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
|
| 'canvas2d/CanvasRenderingContext2DTest.cpp',
|
| 'canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp',
|
| + 'compositorworker/AnimationWorkletThreadTest.cpp',
|
| 'compositorworker/CompositorWorkerThreadTest.cpp',
|
| 'credentialmanager/PasswordCredentialTest.cpp',
|
| 'csspaint/PaintRenderingContext2DTest.cpp',
|
|
|