| 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 c326f40af490e4dd4ca613b38a7fb57be05765a1..a7132e54c61740083a1b8185fbe9bfdf685e096f 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -311,6 +311,8 @@
|
| 'webusb/USBInTransferResult.idl',
|
| 'webusb/USBInterface.idl',
|
| 'webusb/USBOutTransferResult.idl',
|
| + 'worklet/Worklet.idl',
|
| + 'worklet/WorkletGlobalScope.idl',
|
| ],
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_dependency_idl_files': [
|
| @@ -1828,6 +1830,10 @@
|
| 'webusb/USBInterface.cpp',
|
| 'webusb/USBInterface.h',
|
| 'webusb/USBOutTransferResult.h',
|
| + 'worklet/Worklet.cpp',
|
| + 'worklet/Worklet.h',
|
| + 'worklet/WorkletGlobalScope.cpp',
|
| + 'worklet/WorkletGlobalScope.h',
|
| ],
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_testing_dependency_idl_files' : [
|
|
|