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

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

Issue 1270983002: WebUSB bindings part 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update expected interface list Created 5 years, 4 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'webmidi/MIDIConnectionEvent.idl', 283 'webmidi/MIDIConnectionEvent.idl',
284 'webmidi/MIDIInput.idl', 284 'webmidi/MIDIInput.idl',
285 'webmidi/MIDIInputMap.idl', 285 'webmidi/MIDIInputMap.idl',
286 'webmidi/MIDIMessageEvent.idl', 286 'webmidi/MIDIMessageEvent.idl',
287 'webmidi/MIDIOutput.idl', 287 'webmidi/MIDIOutput.idl',
288 'webmidi/MIDIOutputMap.idl', 288 'webmidi/MIDIOutputMap.idl',
289 'webmidi/MIDIPort.idl', 289 'webmidi/MIDIPort.idl',
290 'websockets/CloseEvent.idl', 290 'websockets/CloseEvent.idl',
291 'websockets/WebSocket.idl', 291 'websockets/WebSocket.idl',
292 'webusb/USB.idl', 292 'webusb/USB.idl',
293 'webusb/USBAlternateInterface.idl',
294 'webusb/USBEndpoint.idl',
293 'webusb/USBConfiguration.idl', 295 'webusb/USBConfiguration.idl',
294 'webusb/USBDevice.idl', 296 'webusb/USBDevice.idl',
295 'webusb/USBInterface.idl', 297 'webusb/USBInterface.idl',
296 ], 298 ],
297 # 'partial interface' or target (right side of) 'implements' 299 # 'partial interface' or target (right side of) 'implements'
298 'modules_dependency_idl_files': [ 300 'modules_dependency_idl_files': [
299 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 301 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
300 'background_sync/ServiceWorkerGlobalScopeSync.idl', 302 'background_sync/ServiceWorkerGlobalScopeSync.idl',
301 'background_sync/ServiceWorkerRegistrationSync.idl', 303 'background_sync/ServiceWorkerRegistrationSync.idl',
302 'battery/NavigatorBattery.idl', 304 'battery/NavigatorBattery.idl',
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 'websockets/WebSocketChannel.h', 1683 'websockets/WebSocketChannel.h',
1682 'websockets/WebSocketChannelClient.h', 1684 'websockets/WebSocketChannelClient.h',
1683 'websockets/WebSocketFrame.cpp', 1685 'websockets/WebSocketFrame.cpp',
1684 'websockets/WebSocketFrame.h', 1686 'websockets/WebSocketFrame.h',
1685 'websockets/WorkerWebSocketChannel.cpp', 1687 'websockets/WorkerWebSocketChannel.cpp',
1686 'websockets/WorkerWebSocketChannel.h', 1688 'websockets/WorkerWebSocketChannel.h',
1687 'webusb/NavigatorUSB.cpp', 1689 'webusb/NavigatorUSB.cpp',
1688 'webusb/NavigatorUSB.h', 1690 'webusb/NavigatorUSB.h',
1689 'webusb/USB.cpp', 1691 'webusb/USB.cpp',
1690 'webusb/USB.h', 1692 'webusb/USB.h',
1693 'webusb/USBAlternateInterface.cpp',
1694 'webusb/USBAlternateInterface.h',
1691 'webusb/USBConfiguration.cpp', 1695 'webusb/USBConfiguration.cpp',
1692 'webusb/USBConfiguration.h', 1696 'webusb/USBConfiguration.h',
1693 'webusb/USBController.cpp', 1697 'webusb/USBController.cpp',
1694 'webusb/USBController.h', 1698 'webusb/USBController.h',
1695 'webusb/USBDevice.cpp', 1699 'webusb/USBDevice.cpp',
1696 'webusb/USBDevice.h', 1700 'webusb/USBDevice.h',
1701 'webusb/USBEndpoint.cpp',
1702 'webusb/USBEndpoint.h',
1697 'webusb/USBError.cpp', 1703 'webusb/USBError.cpp',
1698 'webusb/USBError.h', 1704 'webusb/USBError.h',
1699 'webusb/USBInterface.cpp', 1705 'webusb/USBInterface.cpp',
1700 'webusb/USBInterface.h', 1706 'webusb/USBInterface.h',
1701 ], 1707 ],
1702 # 'partial interface' or target (right side of) 'implements' 1708 # 'partial interface' or target (right side of) 'implements'
1703 'modules_testing_dependency_idl_files' : [ 1709 'modules_testing_dependency_idl_files' : [
1704 'accessibility/testing/InternalsAccessibility.idl', 1710 'accessibility/testing/InternalsAccessibility.idl',
1705 'geolocation/testing/InternalsGeolocation.idl', 1711 'geolocation/testing/InternalsGeolocation.idl',
1706 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1712 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1764 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1759 'webaudio/ConvolverNodeTest.cpp', 1765 'webaudio/ConvolverNodeTest.cpp',
1760 'webaudio/DynamicsCompressorNodeTest.cpp', 1766 'webaudio/DynamicsCompressorNodeTest.cpp',
1761 'webaudio/ScriptProcessorNodeTest.cpp', 1767 'webaudio/ScriptProcessorNodeTest.cpp',
1762 'webaudio/StereoPannerNodeTest.cpp', 1768 'webaudio/StereoPannerNodeTest.cpp',
1763 'websockets/DOMWebSocketTest.cpp', 1769 'websockets/DOMWebSocketTest.cpp',
1764 'websockets/DocumentWebSocketChannelTest.cpp', 1770 'websockets/DocumentWebSocketChannelTest.cpp',
1765 ], 1771 ],
1766 }, 1772 },
1767 } 1773 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698