| 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 d05414d17a13a5ca436450f3befade6556a272f7..285d1da75d96a04add7bfaec36f137a6b5debe86 100644
 | 
| --- a/third_party/WebKit/Source/modules/modules.gypi
 | 
| +++ b/third_party/WebKit/Source/modules/modules.gypi
 | 
| @@ -42,6 +42,7 @@
 | 
|        'crypto/Crypto.idl',
 | 
|        'crypto/CryptoKey.idl',
 | 
|        'crypto/SubtleCrypto.idl',
 | 
| +      'csspaint/PaintWorkletGlobalScope.idl',
 | 
|        'device_light/DeviceLightEvent.idl',
 | 
|        'device_orientation/DeviceAcceleration.idl',
 | 
|        'device_orientation/DeviceMotionEvent.idl',
 | 
| @@ -343,6 +344,7 @@
 | 
|        'credentialmanager/NavigatorCredentials.idl',
 | 
|        'crypto/WindowCrypto.idl',
 | 
|        'crypto/WorkerGlobalScopeCrypto.idl',
 | 
| +      'csspaint/WindowPaintWorklet.idl',
 | 
|        'device_light/WindowDeviceLight.idl',
 | 
|        'device_orientation/WindowDeviceMotion.idl',
 | 
|        'device_orientation/WindowDeviceOrientation.idl',
 | 
| @@ -407,7 +409,6 @@
 | 
|        'webgl/WebGLRenderingContextBase.idl',
 | 
|        'webmidi/NavigatorWebMIDI.idl',
 | 
|        'webusb/NavigatorUSB.idl',
 | 
| -      'worklet/WindowWorklet.idl',
 | 
|      ],
 | 
|      # interfaces that inherit from Event
 | 
|      'modules_event_idl_files': [
 | 
| @@ -924,6 +925,12 @@
 | 
|        'crypto/SubtleCrypto.h',
 | 
|        'crypto/WorkerGlobalScopeCrypto.cpp',
 | 
|        'crypto/WorkerGlobalScopeCrypto.h',
 | 
| +      'csspaint/DOMWindowPaintWorklet.cpp',
 | 
| +      'csspaint/DOMWindowPaintWorklet.h',
 | 
| +      'csspaint/PaintWorklet.cpp',
 | 
| +      'csspaint/PaintWorklet.h',
 | 
| +      'csspaint/PaintWorkletGlobalScope.cpp',
 | 
| +      'csspaint/PaintWorkletGlobalScope.h',
 | 
|        'device_light/DeviceLightController.cpp',
 | 
|        'device_light/DeviceLightController.h',
 | 
|        'device_light/DeviceLightDispatcher.cpp',
 | 
| @@ -1909,8 +1916,6 @@
 | 
|        'webusb/USBIsochronousOutTransferPacket.h',
 | 
|        'webusb/USBIsochronousOutTransferResult.h',
 | 
|        'webusb/USBOutTransferResult.h',
 | 
| -      'worklet/DOMWindowWorklet.cpp',
 | 
| -      'worklet/DOMWindowWorklet.h',
 | 
|        'worklet/Worklet.cpp',
 | 
|        'worklet/Worklet.h',
 | 
|        'worklet/WorkletConsole.cpp',
 | 
| 
 |