| 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..18deaed07ff859e7a70e552f2d25f3812f68f2b9 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/PaintWorklet.cpp',
|
| + 'csspaint/PaintWorklet.h',
|
| + 'csspaint/PaintWorkletGlobalScope.cpp',
|
| + 'csspaint/PaintWorkletGlobalScope.h',
|
| + 'csspaint/WindowPaintWorklet.cpp',
|
| + 'csspaint/WindowPaintWorklet.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',
|
|
|