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

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

Issue 1535943005: Initial implementation of bindings and basic classes for worklets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: absolute paths for DEPS file. 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'websockets/WebSocket.idl', 303 'websockets/WebSocket.idl',
304 'webusb/USB.idl', 304 'webusb/USB.idl',
305 'webusb/USBAlternateInterface.idl', 305 'webusb/USBAlternateInterface.idl',
306 'webusb/USBEndpoint.idl', 306 'webusb/USBEndpoint.idl',
307 'webusb/USBConfiguration.idl', 307 'webusb/USBConfiguration.idl',
308 'webusb/USBConnectionEvent.idl', 308 'webusb/USBConnectionEvent.idl',
309 'webusb/USBDevice.idl', 309 'webusb/USBDevice.idl',
310 'webusb/USBInTransferResult.idl', 310 'webusb/USBInTransferResult.idl',
311 'webusb/USBInterface.idl', 311 'webusb/USBInterface.idl',
312 'webusb/USBOutTransferResult.idl', 312 'webusb/USBOutTransferResult.idl',
313 'worklet/Worklet.idl',
314 'worklet/WorkletGlobalScope.idl',
313 ], 315 ],
314 # 'partial interface' or target (right side of) 'implements' 316 # 'partial interface' or target (right side of) 'implements'
315 'modules_dependency_idl_files': [ 317 'modules_dependency_idl_files': [
316 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 318 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
317 'background_sync/ServiceWorkerGlobalScopeSync.idl', 319 'background_sync/ServiceWorkerGlobalScopeSync.idl',
318 'background_sync/ServiceWorkerRegistrationSync.idl', 320 'background_sync/ServiceWorkerRegistrationSync.idl',
319 'battery/NavigatorBattery.idl', 321 'battery/NavigatorBattery.idl',
320 'beacon/NavigatorBeacon.idl', 322 'beacon/NavigatorBeacon.idl',
321 'bluetooth/NavigatorBluetooth.idl', 323 'bluetooth/NavigatorBluetooth.idl',
322 'cachestorage/WindowCacheStorage.idl', 324 'cachestorage/WindowCacheStorage.idl',
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 'webusb/USBDevice.cpp', 1823 'webusb/USBDevice.cpp',
1822 'webusb/USBDevice.h', 1824 'webusb/USBDevice.h',
1823 'webusb/USBEndpoint.cpp', 1825 'webusb/USBEndpoint.cpp',
1824 'webusb/USBEndpoint.h', 1826 'webusb/USBEndpoint.h',
1825 'webusb/USBError.cpp', 1827 'webusb/USBError.cpp',
1826 'webusb/USBError.h', 1828 'webusb/USBError.h',
1827 'webusb/USBInTransferResult.h', 1829 'webusb/USBInTransferResult.h',
1828 'webusb/USBInterface.cpp', 1830 'webusb/USBInterface.cpp',
1829 'webusb/USBInterface.h', 1831 'webusb/USBInterface.h',
1830 'webusb/USBOutTransferResult.h', 1832 'webusb/USBOutTransferResult.h',
1833 'worklet/Worklet.cpp',
1834 'worklet/Worklet.h',
1835 'worklet/WorkletGlobalScope.cpp',
1836 'worklet/WorkletGlobalScope.h',
1831 ], 1837 ],
1832 # 'partial interface' or target (right side of) 'implements' 1838 # 'partial interface' or target (right side of) 'implements'
1833 'modules_testing_dependency_idl_files' : [ 1839 'modules_testing_dependency_idl_files' : [
1834 'accessibility/testing/InternalsAccessibility.idl', 1840 'accessibility/testing/InternalsAccessibility.idl',
1835 'geolocation/testing/InternalsGeolocation.idl', 1841 'geolocation/testing/InternalsGeolocation.idl',
1836 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1842 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1837 'serviceworkers/testing/InternalsServiceWorker.idl', 1843 'serviceworkers/testing/InternalsServiceWorker.idl',
1838 'speech/testing/InternalsSpeechSynthesis.idl', 1844 'speech/testing/InternalsSpeechSynthesis.idl',
1839 'vibration/testing/InternalsVibration.idl', 1845 'vibration/testing/InternalsVibration.idl',
1840 'webaudio/testing/InternalsWebAudio.idl', 1846 'webaudio/testing/InternalsWebAudio.idl',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1901 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1896 'webaudio/ConvolverNodeTest.cpp', 1902 'webaudio/ConvolverNodeTest.cpp',
1897 'webaudio/DynamicsCompressorNodeTest.cpp', 1903 'webaudio/DynamicsCompressorNodeTest.cpp',
1898 'webaudio/ScriptProcessorNodeTest.cpp', 1904 'webaudio/ScriptProcessorNodeTest.cpp',
1899 'webaudio/StereoPannerNodeTest.cpp', 1905 'webaudio/StereoPannerNodeTest.cpp',
1900 'websockets/DOMWebSocketTest.cpp', 1906 'websockets/DOMWebSocketTest.cpp',
1901 'websockets/DocumentWebSocketChannelTest.cpp', 1907 'websockets/DocumentWebSocketChannelTest.cpp',
1902 ], 1908 ],
1903 }, 1909 },
1904 } 1910 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h ('k') | third_party/WebKit/Source/modules/worklet/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698