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

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

Issue 1635903004: Add support for isochronous transfers in WebUSB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@usb_isoc
Patch Set: Created 4 years, 10 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/CloseEvent.idl', 303 'websockets/CloseEvent.idl',
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/USBIsochronousInTransferPacket.idl',
314 'webusb/USBIsochronousInTransferResult.idl',
315 'webusb/USBIsochronousOutTransferPacket.idl',
316 'webusb/USBIsochronousOutTransferResult.idl',
313 'webusb/USBOutTransferResult.idl', 317 'webusb/USBOutTransferResult.idl',
314 'worklet/Worklet.idl', 318 'worklet/Worklet.idl',
315 'worklet/WorkletGlobalScope.idl', 319 'worklet/WorkletGlobalScope.idl',
316 ], 320 ],
317 # 'partial interface' or target (right side of) 'implements' 321 # 'partial interface' or target (right side of) 'implements'
318 'modules_dependency_idl_files': [ 322 'modules_dependency_idl_files': [
319 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 323 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
320 'background_sync/ServiceWorkerGlobalScopeSync.idl', 324 'background_sync/ServiceWorkerGlobalScopeSync.idl',
321 'background_sync/ServiceWorkerRegistrationSync.idl', 325 'background_sync/ServiceWorkerRegistrationSync.idl',
322 'battery/NavigatorBattery.idl', 326 'battery/NavigatorBattery.idl',
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 'webusb/USBController.h', 1833 'webusb/USBController.h',
1830 'webusb/USBDevice.cpp', 1834 'webusb/USBDevice.cpp',
1831 'webusb/USBDevice.h', 1835 'webusb/USBDevice.h',
1832 'webusb/USBEndpoint.cpp', 1836 'webusb/USBEndpoint.cpp',
1833 'webusb/USBEndpoint.h', 1837 'webusb/USBEndpoint.h',
1834 'webusb/USBError.cpp', 1838 'webusb/USBError.cpp',
1835 'webusb/USBError.h', 1839 'webusb/USBError.h',
1836 'webusb/USBInTransferResult.h', 1840 'webusb/USBInTransferResult.h',
1837 'webusb/USBInterface.cpp', 1841 'webusb/USBInterface.cpp',
1838 'webusb/USBInterface.h', 1842 'webusb/USBInterface.h',
1843 'webusb/USBIsochronousInTransferPacket.h',
1844 'webusb/USBIsochronousInTransferResult.h',
1845 'webusb/USBIsochronousOutTransferPacket.h',
1846 'webusb/USBIsochronousOutTransferResult.h',
1839 'webusb/USBOutTransferResult.h', 1847 'webusb/USBOutTransferResult.h',
1840 'worklet/DOMWindowWorklet.cpp', 1848 'worklet/DOMWindowWorklet.cpp',
1841 'worklet/DOMWindowWorklet.h', 1849 'worklet/DOMWindowWorklet.h',
1842 'worklet/Worklet.cpp', 1850 'worklet/Worklet.cpp',
1843 'worklet/Worklet.h', 1851 'worklet/Worklet.h',
1844 'worklet/WorkletGlobalScope.cpp', 1852 'worklet/WorkletGlobalScope.cpp',
1845 'worklet/WorkletGlobalScope.h', 1853 'worklet/WorkletGlobalScope.h',
1846 ], 1854 ],
1847 # 'partial interface' or target (right side of) 'implements' 1855 # 'partial interface' or target (right side of) 'implements'
1848 'modules_testing_dependency_idl_files' : [ 1856 'modules_testing_dependency_idl_files' : [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1919 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1912 'webaudio/ConvolverNodeTest.cpp', 1920 'webaudio/ConvolverNodeTest.cpp',
1913 'webaudio/DynamicsCompressorNodeTest.cpp', 1921 'webaudio/DynamicsCompressorNodeTest.cpp',
1914 'webaudio/ScriptProcessorNodeTest.cpp', 1922 'webaudio/ScriptProcessorNodeTest.cpp',
1915 'webaudio/StereoPannerNodeTest.cpp', 1923 'webaudio/StereoPannerNodeTest.cpp',
1916 'websockets/DOMWebSocketTest.cpp', 1924 'websockets/DOMWebSocketTest.cpp',
1917 'websockets/DocumentWebSocketChannelTest.cpp', 1925 'websockets/DocumentWebSocketChannelTest.cpp',
1918 ], 1926 ],
1919 }, 1927 },
1920 } 1928 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698