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

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

Issue 16331005: Web MIDI: implement MIDISuccessCallback and MIDIOptions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: --similarity 90 Created 7 years, 6 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
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 'encryptedmedia/MediaKeyMessageEvent.idl', 10 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'webdatabase/SQLTransactionSync.idl', 157 'webdatabase/SQLTransactionSync.idl',
158 'webdatabase/SQLTransactionSyncCallback.idl', 158 'webdatabase/SQLTransactionSyncCallback.idl',
159 'webdatabase/WorkerContextWebDatabase.idl', 159 'webdatabase/WorkerContextWebDatabase.idl',
160 'webmidi/MIDIAccess.idl', 160 'webmidi/MIDIAccess.idl',
161 'webmidi/MIDIConnectionEvent.idl', 161 'webmidi/MIDIConnectionEvent.idl',
162 'webmidi/MIDIErrorCallback.idl', 162 'webmidi/MIDIErrorCallback.idl',
163 'webmidi/MIDIInput.idl', 163 'webmidi/MIDIInput.idl',
164 'webmidi/MIDIMessageEvent.idl', 164 'webmidi/MIDIMessageEvent.idl',
165 'webmidi/MIDIOutput.idl', 165 'webmidi/MIDIOutput.idl',
166 'webmidi/MIDIPort.idl', 166 'webmidi/MIDIPort.idl',
167 'webmidi/MIDISuccessCallback.idl',
167 'websockets/CloseEvent.idl', 168 'websockets/CloseEvent.idl',
168 'websockets/WebSocket.idl', 169 'websockets/WebSocket.idl',
169 'websockets/WorkerContextWebSocket.idl', 170 'websockets/WorkerContextWebSocket.idl',
170 ], 171 ],
171 'modules_files': [ 172 'modules_files': [
172 'battery/BatteryClient.h', 173 'battery/BatteryClient.h',
173 'battery/BatteryController.cpp', 174 'battery/BatteryController.cpp',
174 'battery/BatteryController.h', 175 'battery/BatteryController.h',
175 'battery/BatteryManager.cpp', 176 'battery/BatteryManager.cpp',
176 'battery/BatteryManager.h', 177 'battery/BatteryManager.h',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'webdatabase/chromium/QuotaTracker.h', 622 'webdatabase/chromium/QuotaTracker.h',
622 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 623 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
623 'webmidi/MIDIAccess.cpp', 624 'webmidi/MIDIAccess.cpp',
624 'webmidi/MIDIAccess.h', 625 'webmidi/MIDIAccess.h',
625 'webmidi/MIDIConnectionEvent.h', 626 'webmidi/MIDIConnectionEvent.h',
626 'webmidi/MIDIErrorCallback.cpp', 627 'webmidi/MIDIErrorCallback.cpp',
627 'webmidi/MIDIErrorCallback.h', 628 'webmidi/MIDIErrorCallback.h',
628 'webmidi/MIDIInput.cpp', 629 'webmidi/MIDIInput.cpp',
629 'webmidi/MIDIInput.h', 630 'webmidi/MIDIInput.h',
630 'webmidi/MIDIMessageEvent.h', 631 'webmidi/MIDIMessageEvent.h',
632 'webmidi/MIDIOptions.h',
631 'webmidi/MIDIOutput.cpp', 633 'webmidi/MIDIOutput.cpp',
632 'webmidi/MIDIOutput.h', 634 'webmidi/MIDIOutput.h',
633 'webmidi/MIDIPort.cpp', 635 'webmidi/MIDIPort.cpp',
634 'webmidi/MIDIPort.h', 636 'webmidi/MIDIPort.h',
637 'webmidi/MIDISuccessCallback.cpp',
638 'webmidi/MIDISuccessCallback.h',
635 'websockets/CloseEvent.h', 639 'websockets/CloseEvent.h',
636 'websockets/MainThreadWebSocketChannel.cpp', 640 'websockets/MainThreadWebSocketChannel.cpp',
637 'websockets/MainThreadWebSocketChannel.h', 641 'websockets/MainThreadWebSocketChannel.h',
638 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 642 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
639 'websockets/ThreadableWebSocketChannelClientWrapper.h', 643 'websockets/ThreadableWebSocketChannelClientWrapper.h',
640 'websockets/WebSocket.cpp', 644 'websockets/WebSocket.cpp',
641 'websockets/WebSocket.h', 645 'websockets/WebSocket.h',
642 'websockets/WebSocketChannel.cpp', 646 'websockets/WebSocketChannel.cpp',
643 'websockets/WebSocketChannel.h', 647 'websockets/WebSocketChannel.h',
644 'websockets/WebSocketChannelClient.h', 648 'websockets/WebSocketChannelClient.h',
(...skipping 19 matching lines...) Expand all
664 'websockets/WorkerThreadableWebSocketChannel.cpp', 668 'websockets/WorkerThreadableWebSocketChannel.cpp',
665 'websockets/WorkerThreadableWebSocketChannel.h', 669 'websockets/WorkerThreadableWebSocketChannel.h',
666 ], 670 ],
667 'modules_unittest_files': [ 671 'modules_unittest_files': [
668 'websockets/WebSocketDeflaterTest.cpp', 672 'websockets/WebSocketDeflaterTest.cpp',
669 'websockets/WebSocketExtensionDispatcherTest.cpp', 673 'websockets/WebSocketExtensionDispatcherTest.cpp',
670 'websockets/WebSocketPerMessageDeflateTest.cpp', 674 'websockets/WebSocketPerMessageDeflateTest.cpp',
671 ], 675 ],
672 }, 676 },
673 } 677 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIOptions.h » ('j') | Source/modules/webmidi/MIDIOptions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698