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

Side by Side 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 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'storage/WindowStorage.idl', 383 'storage/WindowStorage.idl',
384 'vibration/NavigatorVibration.idl', 384 'vibration/NavigatorVibration.idl',
385 'vr/NavigatorVRDevice.idl', 385 'vr/NavigatorVRDevice.idl',
386 'wake_lock/ScreenWakeLock.idl', 386 'wake_lock/ScreenWakeLock.idl',
387 'webaudio/WindowWebAudio.idl', 387 'webaudio/WindowWebAudio.idl',
388 'webdatabase/WindowWebDatabase.idl', 388 'webdatabase/WindowWebDatabase.idl',
389 'webgl/WebGL2RenderingContextBase.idl', 389 'webgl/WebGL2RenderingContextBase.idl',
390 'webgl/WebGLRenderingContextBase.idl', 390 'webgl/WebGLRenderingContextBase.idl',
391 'webmidi/NavigatorWebMIDI.idl', 391 'webmidi/NavigatorWebMIDI.idl',
392 'webusb/NavigatorUSB.idl', 392 'webusb/NavigatorUSB.idl',
393 'worklet/WindowWorklet.idl',
393 ], 394 ],
394 # interfaces that inherit from Event 395 # interfaces that inherit from Event
395 'modules_event_idl_files': [ 396 'modules_event_idl_files': [
396 'app_banner/BeforeInstallPromptEvent.idl', 397 'app_banner/BeforeInstallPromptEvent.idl',
397 'background_sync/SyncEvent.idl', 398 'background_sync/SyncEvent.idl',
398 'device_light/DeviceLightEvent.idl', 399 'device_light/DeviceLightEvent.idl',
399 'device_orientation/DeviceMotionEvent.idl', 400 'device_orientation/DeviceMotionEvent.idl',
400 'device_orientation/DeviceOrientationEvent.idl', 401 'device_orientation/DeviceOrientationEvent.idl',
401 'encryptedmedia/MediaEncryptedEvent.idl', 402 'encryptedmedia/MediaEncryptedEvent.idl',
402 'encryptedmedia/MediaKeyMessageEvent.idl', 403 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 'webusb/USBDevice.cpp', 1824 'webusb/USBDevice.cpp',
1824 'webusb/USBDevice.h', 1825 'webusb/USBDevice.h',
1825 'webusb/USBEndpoint.cpp', 1826 'webusb/USBEndpoint.cpp',
1826 'webusb/USBEndpoint.h', 1827 'webusb/USBEndpoint.h',
1827 'webusb/USBError.cpp', 1828 'webusb/USBError.cpp',
1828 'webusb/USBError.h', 1829 'webusb/USBError.h',
1829 'webusb/USBInTransferResult.h', 1830 'webusb/USBInTransferResult.h',
1830 'webusb/USBInterface.cpp', 1831 'webusb/USBInterface.cpp',
1831 'webusb/USBInterface.h', 1832 'webusb/USBInterface.h',
1832 'webusb/USBOutTransferResult.h', 1833 'webusb/USBOutTransferResult.h',
1834 'worklet/DOMWindowWorklet.cpp',
1835 'worklet/DOMWindowWorklet.h',
1833 'worklet/Worklet.cpp', 1836 'worklet/Worklet.cpp',
1834 'worklet/Worklet.h', 1837 'worklet/Worklet.h',
1835 'worklet/WorkletGlobalScope.cpp', 1838 'worklet/WorkletGlobalScope.cpp',
1836 'worklet/WorkletGlobalScope.h', 1839 'worklet/WorkletGlobalScope.h',
1837 ], 1840 ],
1838 # 'partial interface' or target (right side of) 'implements' 1841 # 'partial interface' or target (right side of) 'implements'
1839 'modules_testing_dependency_idl_files' : [ 1842 'modules_testing_dependency_idl_files' : [
1840 'accessibility/testing/InternalsAccessibility.idl', 1843 'accessibility/testing/InternalsAccessibility.idl',
1841 'geolocation/testing/InternalsGeolocation.idl', 1844 'geolocation/testing/InternalsGeolocation.idl',
1842 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1845 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1901 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1904 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1902 'webaudio/ConvolverNodeTest.cpp', 1905 'webaudio/ConvolverNodeTest.cpp',
1903 'webaudio/DynamicsCompressorNodeTest.cpp', 1906 'webaudio/DynamicsCompressorNodeTest.cpp',
1904 'webaudio/ScriptProcessorNodeTest.cpp', 1907 'webaudio/ScriptProcessorNodeTest.cpp',
1905 'webaudio/StereoPannerNodeTest.cpp', 1908 'webaudio/StereoPannerNodeTest.cpp',
1906 'websockets/DOMWebSocketTest.cpp', 1909 'websockets/DOMWebSocketTest.cpp',
1907 'websockets/DocumentWebSocketChannelTest.cpp', 1910 'websockets/DocumentWebSocketChannelTest.cpp',
1908 ], 1911 ],
1909 }, 1912 },
1910 } 1913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698