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

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: Fix tense. 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'websockets/CloseEvent.idl', 304 'websockets/CloseEvent.idl',
305 'websockets/WebSocket.idl', 305 'websockets/WebSocket.idl',
306 'webusb/USB.idl', 306 'webusb/USB.idl',
307 'webusb/USBAlternateInterface.idl', 307 'webusb/USBAlternateInterface.idl',
308 'webusb/USBEndpoint.idl', 308 'webusb/USBEndpoint.idl',
309 'webusb/USBConfiguration.idl', 309 'webusb/USBConfiguration.idl',
310 'webusb/USBConnectionEvent.idl', 310 'webusb/USBConnectionEvent.idl',
311 'webusb/USBDevice.idl', 311 'webusb/USBDevice.idl',
312 'webusb/USBInTransferResult.idl', 312 'webusb/USBInTransferResult.idl',
313 'webusb/USBInterface.idl', 313 'webusb/USBInterface.idl',
314 'webusb/USBIsochronousInTransferPacket.idl',
315 'webusb/USBIsochronousInTransferResult.idl',
316 'webusb/USBIsochronousOutTransferPacket.idl',
317 'webusb/USBIsochronousOutTransferResult.idl',
314 'webusb/USBOutTransferResult.idl', 318 'webusb/USBOutTransferResult.idl',
315 'worklet/Worklet.idl', 319 'worklet/Worklet.idl',
316 'worklet/WorkletGlobalScope.idl', 320 'worklet/WorkletGlobalScope.idl',
317 ], 321 ],
318 # 'partial interface' or target (right side of) 'implements' 322 # 'partial interface' or target (right side of) 'implements'
319 'modules_dependency_idl_files': [ 323 'modules_dependency_idl_files': [
320 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 324 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
321 'background_sync/ServiceWorkerGlobalScopeSync.idl', 325 'background_sync/ServiceWorkerGlobalScopeSync.idl',
322 'background_sync/ServiceWorkerRegistrationSync.idl', 326 'background_sync/ServiceWorkerRegistrationSync.idl',
323 'battery/NavigatorBattery.idl', 327 'battery/NavigatorBattery.idl',
(...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 'webusb/USBController.h', 1840 'webusb/USBController.h',
1837 'webusb/USBDevice.cpp', 1841 'webusb/USBDevice.cpp',
1838 'webusb/USBDevice.h', 1842 'webusb/USBDevice.h',
1839 'webusb/USBEndpoint.cpp', 1843 'webusb/USBEndpoint.cpp',
1840 'webusb/USBEndpoint.h', 1844 'webusb/USBEndpoint.h',
1841 'webusb/USBError.cpp', 1845 'webusb/USBError.cpp',
1842 'webusb/USBError.h', 1846 'webusb/USBError.h',
1843 'webusb/USBInTransferResult.h', 1847 'webusb/USBInTransferResult.h',
1844 'webusb/USBInterface.cpp', 1848 'webusb/USBInterface.cpp',
1845 'webusb/USBInterface.h', 1849 'webusb/USBInterface.h',
1850 'webusb/USBIsochronousInTransferPacket.h',
1851 'webusb/USBIsochronousInTransferResult.h',
1852 'webusb/USBIsochronousOutTransferPacket.h',
1853 'webusb/USBIsochronousOutTransferResult.h',
1846 'webusb/USBOutTransferResult.h', 1854 'webusb/USBOutTransferResult.h',
1847 'worklet/DOMWindowWorklet.cpp', 1855 'worklet/DOMWindowWorklet.cpp',
1848 'worklet/DOMWindowWorklet.h', 1856 'worklet/DOMWindowWorklet.h',
1849 'worklet/Worklet.cpp', 1857 'worklet/Worklet.cpp',
1850 'worklet/Worklet.h', 1858 'worklet/Worklet.h',
1851 'worklet/WorkletGlobalScope.cpp', 1859 'worklet/WorkletGlobalScope.cpp',
1852 'worklet/WorkletGlobalScope.h', 1860 'worklet/WorkletGlobalScope.h',
1853 ], 1861 ],
1854 # 'partial interface' or target (right side of) 'implements' 1862 # 'partial interface' or target (right side of) 'implements'
1855 'modules_testing_dependency_idl_files' : [ 1863 'modules_testing_dependency_idl_files' : [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1926 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1919 'webaudio/ConvolverNodeTest.cpp', 1927 'webaudio/ConvolverNodeTest.cpp',
1920 'webaudio/DynamicsCompressorNodeTest.cpp', 1928 'webaudio/DynamicsCompressorNodeTest.cpp',
1921 'webaudio/ScriptProcessorNodeTest.cpp', 1929 'webaudio/ScriptProcessorNodeTest.cpp',
1922 'webaudio/StereoPannerNodeTest.cpp', 1930 'webaudio/StereoPannerNodeTest.cpp',
1923 'websockets/DOMWebSocketTest.cpp', 1931 'websockets/DOMWebSocketTest.cpp',
1924 'websockets/DocumentWebSocketChannelTest.cpp', 1932 'websockets/DocumentWebSocketChannelTest.cpp',
1925 ], 1933 ],
1926 }, 1934 },
1927 } 1935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698