| 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 5935006bbb3a39d447e84477cd95ce329b710190..162529907c4cc04d2b44a24c08aea35b89d7833b 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -390,6 +390,7 @@
|
| 'webgl/WebGLRenderingContextBase.idl',
|
| 'webmidi/NavigatorWebMIDI.idl',
|
| 'webusb/NavigatorUSB.idl',
|
| + 'worklet/WindowWorklet.idl',
|
| ],
|
| # interfaces that inherit from Event
|
| 'modules_event_idl_files': [
|
| @@ -1830,6 +1831,8 @@
|
| 'webusb/USBInterface.cpp',
|
| 'webusb/USBInterface.h',
|
| 'webusb/USBOutTransferResult.h',
|
| + 'worklet/DOMWindowWorklet.cpp',
|
| + 'worklet/DOMWindowWorklet.h',
|
| 'worklet/Worklet.cpp',
|
| 'worklet/Worklet.h',
|
| 'worklet/WorkletGlobalScope.cpp',
|
|
|