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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 24 matching lines...) Expand all
35 'canvas2d/Path2D.idl', 35 'canvas2d/Path2D.idl',
36 'compositorworker/CompositorWorker.idl', 36 'compositorworker/CompositorWorker.idl',
37 'compositorworker/CompositorWorkerGlobalScope.idl', 37 'compositorworker/CompositorWorkerGlobalScope.idl',
38 'credentialmanager/Credential.idl', 38 'credentialmanager/Credential.idl',
39 'credentialmanager/CredentialsContainer.idl', 39 'credentialmanager/CredentialsContainer.idl',
40 'credentialmanager/FederatedCredential.idl', 40 'credentialmanager/FederatedCredential.idl',
41 'credentialmanager/PasswordCredential.idl', 41 'credentialmanager/PasswordCredential.idl',
42 'crypto/Crypto.idl', 42 'crypto/Crypto.idl',
43 'crypto/CryptoKey.idl', 43 'crypto/CryptoKey.idl',
44 'crypto/SubtleCrypto.idl', 44 'crypto/SubtleCrypto.idl',
45 'csspaint/PaintWorkletGlobalScope.idl',
45 'device_light/DeviceLightEvent.idl', 46 'device_light/DeviceLightEvent.idl',
46 'device_orientation/DeviceAcceleration.idl', 47 'device_orientation/DeviceAcceleration.idl',
47 'device_orientation/DeviceMotionEvent.idl', 48 'device_orientation/DeviceMotionEvent.idl',
48 'device_orientation/DeviceOrientationEvent.idl', 49 'device_orientation/DeviceOrientationEvent.idl',
49 'device_orientation/DeviceRotationRate.idl', 50 'device_orientation/DeviceRotationRate.idl',
50 'encoding/TextDecoder.idl', 51 'encoding/TextDecoder.idl',
51 'encoding/TextEncoder.idl', 52 'encoding/TextEncoder.idl',
52 'encryptedmedia/MediaEncryptedEvent.idl', 53 'encryptedmedia/MediaEncryptedEvent.idl',
53 'encryptedmedia/MediaKeyMessageEvent.idl', 54 'encryptedmedia/MediaKeyMessageEvent.idl',
54 'encryptedmedia/MediaKeySession.idl', 55 'encryptedmedia/MediaKeySession.idl',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'battery/NavigatorBattery.idl', 337 'battery/NavigatorBattery.idl',
337 'beacon/NavigatorBeacon.idl', 338 'beacon/NavigatorBeacon.idl',
338 'bluetooth/NavigatorBluetooth.idl', 339 'bluetooth/NavigatorBluetooth.idl',
339 'cachestorage/WindowCacheStorage.idl', 340 'cachestorage/WindowCacheStorage.idl',
340 'cachestorage/WorkerCacheStorage.idl', 341 'cachestorage/WorkerCacheStorage.idl',
341 'canvas/HTMLCanvasElementModule.idl', 342 'canvas/HTMLCanvasElementModule.idl',
342 'canvas2d/CanvasPathMethods.idl', 343 'canvas2d/CanvasPathMethods.idl',
343 'credentialmanager/NavigatorCredentials.idl', 344 'credentialmanager/NavigatorCredentials.idl',
344 'crypto/WindowCrypto.idl', 345 'crypto/WindowCrypto.idl',
345 'crypto/WorkerGlobalScopeCrypto.idl', 346 'crypto/WorkerGlobalScopeCrypto.idl',
347 'csspaint/WindowPaintWorklet.idl',
346 'device_light/WindowDeviceLight.idl', 348 'device_light/WindowDeviceLight.idl',
347 'device_orientation/WindowDeviceMotion.idl', 349 'device_orientation/WindowDeviceMotion.idl',
348 'device_orientation/WindowDeviceOrientation.idl', 350 'device_orientation/WindowDeviceOrientation.idl',
349 'donottrack/NavigatorDoNotTrack.idl', 351 'donottrack/NavigatorDoNotTrack.idl',
350 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 352 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
351 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl', 353 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl',
352 'fetch/WindowFetch.idl', 354 'fetch/WindowFetch.idl',
353 'fetch/WorkerFetch.idl', 355 'fetch/WorkerFetch.idl',
354 'filesystem/DataTransferItemFileSystem.idl', 356 'filesystem/DataTransferItemFileSystem.idl',
355 'filesystem/DedicatedWorkerGlobalScopeFileSystem.idl', 357 'filesystem/DedicatedWorkerGlobalScopeFileSystem.idl',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'storage/WindowStorage.idl', 402 'storage/WindowStorage.idl',
401 'vibration/NavigatorVibration.idl', 403 'vibration/NavigatorVibration.idl',
402 'vr/NavigatorVRDevice.idl', 404 'vr/NavigatorVRDevice.idl',
403 'wake_lock/ScreenWakeLock.idl', 405 'wake_lock/ScreenWakeLock.idl',
404 'webaudio/WindowWebAudio.idl', 406 'webaudio/WindowWebAudio.idl',
405 'webdatabase/WindowWebDatabase.idl', 407 'webdatabase/WindowWebDatabase.idl',
406 'webgl/WebGL2RenderingContextBase.idl', 408 'webgl/WebGL2RenderingContextBase.idl',
407 'webgl/WebGLRenderingContextBase.idl', 409 'webgl/WebGLRenderingContextBase.idl',
408 'webmidi/NavigatorWebMIDI.idl', 410 'webmidi/NavigatorWebMIDI.idl',
409 'webusb/NavigatorUSB.idl', 411 'webusb/NavigatorUSB.idl',
410 'worklet/WindowWorklet.idl',
411 ], 412 ],
412 # interfaces that inherit from Event 413 # interfaces that inherit from Event
413 'modules_event_idl_files': [ 414 'modules_event_idl_files': [
414 'app_banner/BeforeInstallPromptEvent.idl', 415 'app_banner/BeforeInstallPromptEvent.idl',
415 'background_sync/SyncEvent.idl', 416 'background_sync/SyncEvent.idl',
416 'device_light/DeviceLightEvent.idl', 417 'device_light/DeviceLightEvent.idl',
417 'device_orientation/DeviceMotionEvent.idl', 418 'device_orientation/DeviceMotionEvent.idl',
418 'device_orientation/DeviceOrientationEvent.idl', 419 'device_orientation/DeviceOrientationEvent.idl',
419 'encryptedmedia/MediaEncryptedEvent.idl', 420 'encryptedmedia/MediaEncryptedEvent.idl',
420 'encryptedmedia/MediaKeyMessageEvent.idl', 421 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'crypto/CryptoResultImpl.cpp', 918 'crypto/CryptoResultImpl.cpp',
918 'crypto/CryptoResultImpl.h', 919 'crypto/CryptoResultImpl.h',
919 'crypto/DOMWindowCrypto.cpp', 920 'crypto/DOMWindowCrypto.cpp',
920 'crypto/DOMWindowCrypto.h', 921 'crypto/DOMWindowCrypto.h',
921 'crypto/NormalizeAlgorithm.cpp', 922 'crypto/NormalizeAlgorithm.cpp',
922 'crypto/NormalizeAlgorithm.h', 923 'crypto/NormalizeAlgorithm.h',
923 'crypto/SubtleCrypto.cpp', 924 'crypto/SubtleCrypto.cpp',
924 'crypto/SubtleCrypto.h', 925 'crypto/SubtleCrypto.h',
925 'crypto/WorkerGlobalScopeCrypto.cpp', 926 'crypto/WorkerGlobalScopeCrypto.cpp',
926 'crypto/WorkerGlobalScopeCrypto.h', 927 'crypto/WorkerGlobalScopeCrypto.h',
928 'csspaint/PaintWorklet.cpp',
929 'csspaint/PaintWorklet.h',
930 'csspaint/PaintWorkletGlobalScope.cpp',
931 'csspaint/PaintWorkletGlobalScope.h',
932 'csspaint/WindowPaintWorklet.cpp',
933 'csspaint/WindowPaintWorklet.h',
927 'device_light/DeviceLightController.cpp', 934 'device_light/DeviceLightController.cpp',
928 'device_light/DeviceLightController.h', 935 'device_light/DeviceLightController.h',
929 'device_light/DeviceLightDispatcher.cpp', 936 'device_light/DeviceLightDispatcher.cpp',
930 'device_light/DeviceLightDispatcher.h', 937 'device_light/DeviceLightDispatcher.h',
931 'device_light/DeviceLightEvent.cpp', 938 'device_light/DeviceLightEvent.cpp',
932 'device_light/DeviceLightEvent.h', 939 'device_light/DeviceLightEvent.h',
933 'device_orientation/DeviceAcceleration.cpp', 940 'device_orientation/DeviceAcceleration.cpp',
934 'device_orientation/DeviceAcceleration.h', 941 'device_orientation/DeviceAcceleration.h',
935 'device_orientation/DeviceMotionController.cpp', 942 'device_orientation/DeviceMotionController.cpp',
936 'device_orientation/DeviceMotionController.h', 943 'device_orientation/DeviceMotionController.h',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 'webusb/USBError.cpp', 1909 'webusb/USBError.cpp',
1903 'webusb/USBError.h', 1910 'webusb/USBError.h',
1904 'webusb/USBInTransferResult.h', 1911 'webusb/USBInTransferResult.h',
1905 'webusb/USBInterface.cpp', 1912 'webusb/USBInterface.cpp',
1906 'webusb/USBInterface.h', 1913 'webusb/USBInterface.h',
1907 'webusb/USBIsochronousInTransferPacket.h', 1914 'webusb/USBIsochronousInTransferPacket.h',
1908 'webusb/USBIsochronousInTransferResult.h', 1915 'webusb/USBIsochronousInTransferResult.h',
1909 'webusb/USBIsochronousOutTransferPacket.h', 1916 'webusb/USBIsochronousOutTransferPacket.h',
1910 'webusb/USBIsochronousOutTransferResult.h', 1917 'webusb/USBIsochronousOutTransferResult.h',
1911 'webusb/USBOutTransferResult.h', 1918 'webusb/USBOutTransferResult.h',
1912 'worklet/DOMWindowWorklet.cpp',
1913 'worklet/DOMWindowWorklet.h',
1914 'worklet/Worklet.cpp', 1919 'worklet/Worklet.cpp',
1915 'worklet/Worklet.h', 1920 'worklet/Worklet.h',
1916 'worklet/WorkletConsole.cpp', 1921 'worklet/WorkletConsole.cpp',
1917 'worklet/WorkletConsole.h', 1922 'worklet/WorkletConsole.h',
1918 'worklet/WorkletGlobalScope.cpp', 1923 'worklet/WorkletGlobalScope.cpp',
1919 'worklet/WorkletGlobalScope.h', 1924 'worklet/WorkletGlobalScope.h',
1920 ], 1925 ],
1921 # 'partial interface' or target (right side of) 'implements' 1926 # 'partial interface' or target (right side of) 'implements'
1922 'modules_testing_dependency_idl_files' : [ 1927 'modules_testing_dependency_idl_files' : [
1923 'accessibility/testing/InternalsAccessibility.idl', 1928 'accessibility/testing/InternalsAccessibility.idl',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1989 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1994 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1990 'webaudio/ConvolverNodeTest.cpp', 1995 'webaudio/ConvolverNodeTest.cpp',
1991 'webaudio/DynamicsCompressorNodeTest.cpp', 1996 'webaudio/DynamicsCompressorNodeTest.cpp',
1992 'webaudio/ScriptProcessorNodeTest.cpp', 1997 'webaudio/ScriptProcessorNodeTest.cpp',
1993 'webaudio/StereoPannerNodeTest.cpp', 1998 'webaudio/StereoPannerNodeTest.cpp',
1994 'websockets/DOMWebSocketTest.cpp', 1999 'websockets/DOMWebSocketTest.cpp',
1995 'websockets/DocumentWebSocketChannelTest.cpp', 2000 'websockets/DocumentWebSocketChannelTest.cpp',
1996 ], 2001 ],
1997 }, 2002 },
1998 } 2003 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698