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

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

Issue 1590583002: Expose worklet on Window through attribute renderWorklet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 months 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 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',

Powered by Google App Engine
This is Rietveld 408576698