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

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

Issue 14442004: Web MIDI: implement MIDIOutput (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NoInterfaceObject Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIOutput.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'modules_idl_files': [ 3 'modules_idl_files': [
4 'battery/BatteryManager.idl', 4 'battery/BatteryManager.idl',
5 'battery/NavigatorBattery.idl', 5 'battery/NavigatorBattery.idl',
6 'device_orientation/DeviceAcceleration.idl', 6 'device_orientation/DeviceAcceleration.idl',
7 'device_orientation/DeviceMotionEvent.idl', 7 'device_orientation/DeviceMotionEvent.idl',
8 'device_orientation/DeviceRotationRate.idl', 8 'device_orientation/DeviceRotationRate.idl',
9 'donottrack/NavigatorDoNotTrack.idl', 9 'donottrack/NavigatorDoNotTrack.idl',
10 'filesystem/DOMFileSystem.idl', 10 'filesystem/DOMFileSystem.idl',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'webdatabase/SQLTransaction.idl', 149 'webdatabase/SQLTransaction.idl',
150 'webdatabase/SQLTransactionCallback.idl', 150 'webdatabase/SQLTransactionCallback.idl',
151 'webdatabase/SQLTransactionErrorCallback.idl', 151 'webdatabase/SQLTransactionErrorCallback.idl',
152 'webdatabase/SQLTransactionSync.idl', 152 'webdatabase/SQLTransactionSync.idl',
153 'webdatabase/SQLTransactionSyncCallback.idl', 153 'webdatabase/SQLTransactionSyncCallback.idl',
154 'webdatabase/WorkerContextWebDatabase.idl', 154 'webdatabase/WorkerContextWebDatabase.idl',
155 'webmidi/MIDIConnectionEvent.idl', 155 'webmidi/MIDIConnectionEvent.idl',
156 'webmidi/MIDIErrorCallback.idl', 156 'webmidi/MIDIErrorCallback.idl',
157 'webmidi/MIDIInput.idl', 157 'webmidi/MIDIInput.idl',
158 'webmidi/MIDIMessageEvent.idl', 158 'webmidi/MIDIMessageEvent.idl',
159 'webmidi/MIDIOutput.idl',
159 'webmidi/MIDIPort.idl', 160 'webmidi/MIDIPort.idl',
160 'websockets/CloseEvent.idl', 161 'websockets/CloseEvent.idl',
161 'websockets/WebSocket.idl', 162 'websockets/WebSocket.idl',
162 'websockets/WorkerContextWebSocket.idl', 163 'websockets/WorkerContextWebSocket.idl',
163 ], 164 ],
164 'modules_files': [ 165 'modules_files': [
165 'battery/BatteryClient.h', 166 'battery/BatteryClient.h',
166 'battery/BatteryController.cpp', 167 'battery/BatteryController.cpp',
167 'battery/BatteryController.h', 168 'battery/BatteryController.h',
168 'battery/BatteryManager.cpp', 169 'battery/BatteryManager.cpp',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 601 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
601 'webdatabase/chromium/QuotaTracker.cpp', 602 'webdatabase/chromium/QuotaTracker.cpp',
602 'webdatabase/chromium/QuotaTracker.h', 603 'webdatabase/chromium/QuotaTracker.h',
603 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 604 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
604 'webmidi/MIDIConnectionEvent.h', 605 'webmidi/MIDIConnectionEvent.h',
605 'webmidi/MIDIErrorCallback.cpp', 606 'webmidi/MIDIErrorCallback.cpp',
606 'webmidi/MIDIErrorCallback.h', 607 'webmidi/MIDIErrorCallback.h',
607 'webmidi/MIDIInput.cpp', 608 'webmidi/MIDIInput.cpp',
608 'webmidi/MIDIInput.h', 609 'webmidi/MIDIInput.h',
609 'webmidi/MIDIMessageEvent.h', 610 'webmidi/MIDIMessageEvent.h',
611 'webmidi/MIDIOutput.cpp',
612 'webmidi/MIDIOutput.h',
610 'webmidi/MIDIPort.cpp', 613 'webmidi/MIDIPort.cpp',
611 'webmidi/MIDIPort.h', 614 'webmidi/MIDIPort.h',
612 'websockets/CloseEvent.h', 615 'websockets/CloseEvent.h',
613 'websockets/MainThreadWebSocketChannel.cpp', 616 'websockets/MainThreadWebSocketChannel.cpp',
614 'websockets/MainThreadWebSocketChannel.h', 617 'websockets/MainThreadWebSocketChannel.h',
615 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 618 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
616 'websockets/ThreadableWebSocketChannelClientWrapper.h', 619 'websockets/ThreadableWebSocketChannelClientWrapper.h',
617 'websockets/WebSocket.cpp', 620 'websockets/WebSocket.cpp',
618 'websockets/WebSocket.h', 621 'websockets/WebSocket.h',
619 'websockets/WebSocketChannel.cpp', 622 'websockets/WebSocketChannel.cpp',
(...skipping 16 matching lines...) Expand all
636 'websockets/WebSocketHandshakeRequest.h', 639 'websockets/WebSocketHandshakeRequest.h',
637 'websockets/WebSocketHandshakeResponse.cpp', 640 'websockets/WebSocketHandshakeResponse.cpp',
638 'websockets/WebSocketHandshakeResponse.h', 641 'websockets/WebSocketHandshakeResponse.h',
639 'websockets/WebSocketPerMessageDeflate.cpp', 642 'websockets/WebSocketPerMessageDeflate.cpp',
640 'websockets/WebSocketPerMessageDeflate.h', 643 'websockets/WebSocketPerMessageDeflate.h',
641 'websockets/WorkerThreadableWebSocketChannel.cpp', 644 'websockets/WorkerThreadableWebSocketChannel.cpp',
642 'websockets/WorkerThreadableWebSocketChannel.h', 645 'websockets/WorkerThreadableWebSocketChannel.h',
643 ], 646 ],
644 }, 647 },
645 } 648 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIOutput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698