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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1510603005: [Do not submit] Worklet implementation. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A basic CompositorWorklet implementation. 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 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'websockets/WebSocket.idl', 304 'websockets/WebSocket.idl',
305 'webusb/USB.idl', 305 'webusb/USB.idl',
306 'webusb/USBAlternateInterface.idl', 306 'webusb/USBAlternateInterface.idl',
307 'webusb/USBEndpoint.idl', 307 'webusb/USBEndpoint.idl',
308 'webusb/USBConfiguration.idl', 308 'webusb/USBConfiguration.idl',
309 'webusb/USBConnectionEvent.idl', 309 'webusb/USBConnectionEvent.idl',
310 'webusb/USBDevice.idl', 310 'webusb/USBDevice.idl',
311 'webusb/USBInTransferResult.idl', 311 'webusb/USBInTransferResult.idl',
312 'webusb/USBInterface.idl', 312 'webusb/USBInterface.idl',
313 'webusb/USBOutTransferResult.idl', 313 'webusb/USBOutTransferResult.idl',
314 'worklet/Worklet.idl',
315 'worklet/WorkletGlobalScope.idl',
314 ], 316 ],
315 # 'partial interface' or target (right side of) 'implements' 317 # 'partial interface' or target (right side of) 'implements'
316 'modules_dependency_idl_files': [ 318 'modules_dependency_idl_files': [
317 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 319 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
318 'background_sync/ServiceWorkerGlobalScopeSync.idl', 320 'background_sync/ServiceWorkerGlobalScopeSync.idl',
319 'background_sync/ServiceWorkerRegistrationSync.idl', 321 'background_sync/ServiceWorkerRegistrationSync.idl',
320 'battery/NavigatorBattery.idl', 322 'battery/NavigatorBattery.idl',
321 'beacon/NavigatorBeacon.idl', 323 'beacon/NavigatorBeacon.idl',
322 'bluetooth/NavigatorBluetooth.idl', 324 'bluetooth/NavigatorBluetooth.idl',
323 'cachestorage/WindowCacheStorage.idl', 325 'cachestorage/WindowCacheStorage.idl',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'storage/WindowStorage.idl', 384 'storage/WindowStorage.idl',
383 'vibration/NavigatorVibration.idl', 385 'vibration/NavigatorVibration.idl',
384 'vr/NavigatorVRDevice.idl', 386 'vr/NavigatorVRDevice.idl',
385 'wake_lock/ScreenWakeLock.idl', 387 'wake_lock/ScreenWakeLock.idl',
386 'webaudio/WindowWebAudio.idl', 388 'webaudio/WindowWebAudio.idl',
387 'webdatabase/WindowWebDatabase.idl', 389 'webdatabase/WindowWebDatabase.idl',
388 'webgl/WebGL2RenderingContextBase.idl', 390 'webgl/WebGL2RenderingContextBase.idl',
389 'webgl/WebGLRenderingContextBase.idl', 391 'webgl/WebGLRenderingContextBase.idl',
390 'webmidi/NavigatorWebMIDI.idl', 392 'webmidi/NavigatorWebMIDI.idl',
391 'webusb/NavigatorUSB.idl', 393 'webusb/NavigatorUSB.idl',
394 'worklet/WindowWorklet.idl',
392 ], 395 ],
393 # interfaces that inherit from Event 396 # interfaces that inherit from Event
394 'modules_event_idl_files': [ 397 'modules_event_idl_files': [
395 'app_banner/BeforeInstallPromptEvent.idl', 398 'app_banner/BeforeInstallPromptEvent.idl',
396 'background_sync/SyncEvent.idl', 399 'background_sync/SyncEvent.idl',
397 'device_light/DeviceLightEvent.idl', 400 'device_light/DeviceLightEvent.idl',
398 'device_orientation/DeviceMotionEvent.idl', 401 'device_orientation/DeviceMotionEvent.idl',
399 'device_orientation/DeviceOrientationEvent.idl', 402 'device_orientation/DeviceOrientationEvent.idl',
400 'encryptedmedia/MediaEncryptedEvent.idl', 403 'encryptedmedia/MediaEncryptedEvent.idl',
401 'encryptedmedia/MediaKeyMessageEvent.idl', 404 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 'webusb/USBDevice.cpp', 1824 'webusb/USBDevice.cpp',
1822 'webusb/USBDevice.h', 1825 'webusb/USBDevice.h',
1823 'webusb/USBEndpoint.cpp', 1826 'webusb/USBEndpoint.cpp',
1824 'webusb/USBEndpoint.h', 1827 'webusb/USBEndpoint.h',
1825 'webusb/USBError.cpp', 1828 'webusb/USBError.cpp',
1826 'webusb/USBError.h', 1829 'webusb/USBError.h',
1827 'webusb/USBInTransferResult.h', 1830 'webusb/USBInTransferResult.h',
1828 'webusb/USBInterface.cpp', 1831 'webusb/USBInterface.cpp',
1829 'webusb/USBInterface.h', 1832 'webusb/USBInterface.h',
1830 'webusb/USBOutTransferResult.h', 1833 'webusb/USBOutTransferResult.h',
1834 'worklet/CompositorWorkletThread.cpp',
1835 'worklet/CompositorWorkletThread.h',
1836 'worklet/DOMWindowWorklet.cpp',
1837 'worklet/DOMWindowWorklet.h',
1838 'worklet/Worklet.cpp',
1839 'worklet/Worklet.h',
1840 'worklet/WorkletGlobalScope.cpp',
1841 'worklet/WorkletGlobalScope.h',
1842 'worklet/WorkletMessagingProxy.cpp',
1843 'worklet/WorkletMessagingProxy.h',
1831 ], 1844 ],
1832 # 'partial interface' or target (right side of) 'implements' 1845 # 'partial interface' or target (right side of) 'implements'
1833 'modules_testing_dependency_idl_files' : [ 1846 'modules_testing_dependency_idl_files' : [
1834 'accessibility/testing/InternalsAccessibility.idl', 1847 'accessibility/testing/InternalsAccessibility.idl',
1835 'geolocation/testing/InternalsGeolocation.idl', 1848 'geolocation/testing/InternalsGeolocation.idl',
1836 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1849 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1837 'serviceworkers/testing/InternalsServiceWorker.idl', 1850 'serviceworkers/testing/InternalsServiceWorker.idl',
1838 'speech/testing/InternalsSpeechSynthesis.idl', 1851 'speech/testing/InternalsSpeechSynthesis.idl',
1839 'vibration/testing/InternalsVibration.idl', 1852 'vibration/testing/InternalsVibration.idl',
1840 'webaudio/testing/InternalsWebAudio.idl', 1853 'webaudio/testing/InternalsWebAudio.idl',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1908 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1896 'webaudio/ConvolverNodeTest.cpp', 1909 'webaudio/ConvolverNodeTest.cpp',
1897 'webaudio/DynamicsCompressorNodeTest.cpp', 1910 'webaudio/DynamicsCompressorNodeTest.cpp',
1898 'webaudio/ScriptProcessorNodeTest.cpp', 1911 'webaudio/ScriptProcessorNodeTest.cpp',
1899 'webaudio/StereoPannerNodeTest.cpp', 1912 'webaudio/StereoPannerNodeTest.cpp',
1900 'websockets/DOMWebSocketTest.cpp', 1913 'websockets/DOMWebSocketTest.cpp',
1901 'websockets/DocumentWebSocketChannelTest.cpp', 1914 'websockets/DocumentWebSocketChannelTest.cpp',
1902 ], 1915 ],
1903 }, 1916 },
1904 } 1917 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698