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

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

Issue 1818223002: Introduce PaintWorkletGlobalScope, rename renderWorklet attribute to paintWorklet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix interface listing order. Created 4 years, 9 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 d05414d17a13a5ca436450f3befade6556a272f7..18deaed07ff859e7a70e552f2d25f3812f68f2b9 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -42,6 +42,7 @@
'crypto/Crypto.idl',
'crypto/CryptoKey.idl',
'crypto/SubtleCrypto.idl',
+ 'csspaint/PaintWorkletGlobalScope.idl',
'device_light/DeviceLightEvent.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
@@ -343,6 +344,7 @@
'credentialmanager/NavigatorCredentials.idl',
'crypto/WindowCrypto.idl',
'crypto/WorkerGlobalScopeCrypto.idl',
+ 'csspaint/WindowPaintWorklet.idl',
'device_light/WindowDeviceLight.idl',
'device_orientation/WindowDeviceMotion.idl',
'device_orientation/WindowDeviceOrientation.idl',
@@ -407,7 +409,6 @@
'webgl/WebGLRenderingContextBase.idl',
'webmidi/NavigatorWebMIDI.idl',
'webusb/NavigatorUSB.idl',
- 'worklet/WindowWorklet.idl',
],
# interfaces that inherit from Event
'modules_event_idl_files': [
@@ -924,6 +925,12 @@
'crypto/SubtleCrypto.h',
'crypto/WorkerGlobalScopeCrypto.cpp',
'crypto/WorkerGlobalScopeCrypto.h',
+ 'csspaint/PaintWorklet.cpp',
+ 'csspaint/PaintWorklet.h',
+ 'csspaint/PaintWorkletGlobalScope.cpp',
+ 'csspaint/PaintWorkletGlobalScope.h',
+ 'csspaint/WindowPaintWorklet.cpp',
+ 'csspaint/WindowPaintWorklet.h',
'device_light/DeviceLightController.cpp',
'device_light/DeviceLightController.h',
'device_light/DeviceLightDispatcher.cpp',
@@ -1909,8 +1916,6 @@
'webusb/USBIsochronousOutTransferPacket.h',
'webusb/USBIsochronousOutTransferResult.h',
'webusb/USBOutTransferResult.h',
- 'worklet/DOMWindowWorklet.cpp',
- 'worklet/DOMWindowWorklet.h',
'worklet/Worklet.cpp',
'worklet/Worklet.h',
'worklet/WorkletConsole.cpp',

Powered by Google App Engine
This is Rietveld 408576698