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 20a7ad77b8ac6231a70c4a245a523d83878ed42e..72cef58cfce975d60528898cb3d74021f6173312 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': [ |
@@ -1832,6 +1834,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' : [ |