| 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 7aec8725b37ef5fab67707e07bbead8aecb61fc7..bd8dbaff45652a206664e6788ae5a5087cb7e554 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -346,6 +346,7 @@
|
| 'cachestorage/WorkerCacheStorage.idl',
|
| 'canvas/HTMLCanvasElementModule.idl',
|
| 'canvas2d/CanvasPathMethods.idl',
|
| + 'compositorworker/WindowAnimationWorklet.idl',
|
| 'credentialmanager/NavigatorCredentials.idl',
|
| 'crypto/WindowCrypto.idl',
|
| 'crypto/WorkerGlobalScopeCrypto.idl',
|
| @@ -932,6 +933,8 @@
|
| 'canvas2d/HitRegion.cpp',
|
| 'canvas2d/HitRegion.h',
|
| 'canvas2d/Path2D.h',
|
| + 'compositorworker/AnimationWorklet.cpp',
|
| + 'compositorworker/AnimationWorklet.h',
|
| 'compositorworker/CompositorWorker.cpp',
|
| 'compositorworker/CompositorWorker.h',
|
| 'compositorworker/CompositorWorkerGlobalScope.cpp',
|
| @@ -940,6 +943,8 @@
|
| 'compositorworker/CompositorWorkerMessagingProxy.h',
|
| 'compositorworker/CompositorWorkerThread.cpp',
|
| 'compositorworker/CompositorWorkerThread.h',
|
| + 'compositorworker/WindowAnimationWorklet.cpp',
|
| + 'compositorworker/WindowAnimationWorklet.h',
|
| 'credentialmanager/Credential.cpp',
|
| 'credentialmanager/Credential.h',
|
| 'credentialmanager/CredentialManagerClient.cpp',
|
| @@ -1975,6 +1980,7 @@
|
| 'webusb/USBIsochronousOutTransferPacket.h',
|
| 'webusb/USBIsochronousOutTransferResult.h',
|
| 'webusb/USBOutTransferResult.h',
|
| + 'worklet/ThreadedWorkletGlobalScopeProxy.h',
|
| 'worklet/Worklet.cpp',
|
| 'worklet/Worklet.h',
|
| ],
|
|
|