Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1535943005: Initial implementation of bindings and basic classes for worklets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove AbstractGlobalScope. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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' : [

Powered by Google App Engine
This is Rietveld 408576698