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

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

Issue 1252913014: WebUSB bindings part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update expeced interface listing 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/USBConfiguration.idl',
293 'webusb/USBDevice.idl', 294 'webusb/USBDevice.idl',
295 'webusb/USBInterface.idl',
294 ], 296 ],
295 # 'partial interface' or target (right side of) 'implements' 297 # 'partial interface' or target (right side of) 'implements'
296 'modules_dependency_idl_files': [ 298 'modules_dependency_idl_files': [
297 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 299 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
298 'background_sync/ServiceWorkerGlobalScopeSync.idl', 300 'background_sync/ServiceWorkerGlobalScopeSync.idl',
299 'background_sync/ServiceWorkerRegistrationSync.idl', 301 'background_sync/ServiceWorkerRegistrationSync.idl',
300 'battery/NavigatorBattery.idl', 302 'battery/NavigatorBattery.idl',
301 'beacon/NavigatorBeacon.idl', 303 'beacon/NavigatorBeacon.idl',
302 'bluetooth/NavigatorBluetooth.idl', 304 'bluetooth/NavigatorBluetooth.idl',
303 'cachestorage/WindowCacheStorage.idl', 305 'cachestorage/WindowCacheStorage.idl',
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 'websockets/WebSocketChannel.h', 1679 'websockets/WebSocketChannel.h',
1678 'websockets/WebSocketChannelClient.h', 1680 'websockets/WebSocketChannelClient.h',
1679 'websockets/WebSocketFrame.cpp', 1681 'websockets/WebSocketFrame.cpp',
1680 'websockets/WebSocketFrame.h', 1682 'websockets/WebSocketFrame.h',
1681 'websockets/WorkerWebSocketChannel.cpp', 1683 'websockets/WorkerWebSocketChannel.cpp',
1682 'websockets/WorkerWebSocketChannel.h', 1684 'websockets/WorkerWebSocketChannel.h',
1683 'webusb/NavigatorUSB.cpp', 1685 'webusb/NavigatorUSB.cpp',
1684 'webusb/NavigatorUSB.h', 1686 'webusb/NavigatorUSB.h',
1685 'webusb/USB.cpp', 1687 'webusb/USB.cpp',
1686 'webusb/USB.h', 1688 'webusb/USB.h',
1689 'webusb/USBConfiguration.cpp',
1690 'webusb/USBConfiguration.h',
1687 'webusb/USBController.cpp', 1691 'webusb/USBController.cpp',
1688 'webusb/USBController.h', 1692 'webusb/USBController.h',
1693 'webusb/USBDevice.cpp',
1689 'webusb/USBDevice.h', 1694 'webusb/USBDevice.h',
1690 'webusb/USBError.cpp', 1695 'webusb/USBError.cpp',
1691 'webusb/USBError.h', 1696 'webusb/USBError.h',
1697 'webusb/USBInterface.cpp',
1698 'webusb/USBInterface.h',
1692 ], 1699 ],
1693 # 'partial interface' or target (right side of) 'implements' 1700 # 'partial interface' or target (right side of) 'implements'
1694 'modules_testing_dependency_idl_files' : [ 1701 'modules_testing_dependency_idl_files' : [
1695 'accessibility/testing/InternalsAccessibility.idl', 1702 'accessibility/testing/InternalsAccessibility.idl',
1696 'geolocation/testing/InternalsGeolocation.idl', 1703 'geolocation/testing/InternalsGeolocation.idl',
1697 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1704 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1698 'serviceworkers/testing/InternalsServiceWorker.idl', 1705 'serviceworkers/testing/InternalsServiceWorker.idl',
1699 'speech/testing/InternalsSpeechSynthesis.idl', 1706 'speech/testing/InternalsSpeechSynthesis.idl',
1700 'vibration/testing/InternalsVibration.idl', 1707 'vibration/testing/InternalsVibration.idl',
1701 'webaudio/testing/InternalsWebAudio.idl', 1708 'webaudio/testing/InternalsWebAudio.idl',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1756 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1750 'webaudio/ConvolverNodeTest.cpp', 1757 'webaudio/ConvolverNodeTest.cpp',
1751 'webaudio/DynamicsCompressorNodeTest.cpp', 1758 'webaudio/DynamicsCompressorNodeTest.cpp',
1752 'webaudio/ScriptProcessorNodeTest.cpp', 1759 'webaudio/ScriptProcessorNodeTest.cpp',
1753 'webaudio/StereoPannerNodeTest.cpp', 1760 'webaudio/StereoPannerNodeTest.cpp',
1754 'websockets/DOMWebSocketTest.cpp', 1761 'websockets/DOMWebSocketTest.cpp',
1755 'websockets/DocumentWebSocketChannelTest.cpp', 1762 'websockets/DocumentWebSocketChannelTest.cpp',
1756 ], 1763 ],
1757 }, 1764 },
1758 } 1765 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/webusb/USBConfiguration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698