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

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: remove redundant includes 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
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIErrorCallback.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 'encryptedmedia/MediaKeyMessageEvent.idl', 10 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'webdatabase/SQLTransactionSync.idl', 158 'webdatabase/SQLTransactionSync.idl',
159 'webdatabase/SQLTransactionSyncCallback.idl', 159 'webdatabase/SQLTransactionSyncCallback.idl',
160 'webdatabase/WorkerContextWebDatabase.idl', 160 'webdatabase/WorkerContextWebDatabase.idl',
161 'webmidi/MIDIAccess.idl', 161 'webmidi/MIDIAccess.idl',
162 'webmidi/MIDIConnectionEvent.idl', 162 'webmidi/MIDIConnectionEvent.idl',
163 'webmidi/MIDIErrorCallback.idl', 163 'webmidi/MIDIErrorCallback.idl',
164 'webmidi/MIDIInput.idl', 164 'webmidi/MIDIInput.idl',
165 'webmidi/MIDIMessageEvent.idl', 165 'webmidi/MIDIMessageEvent.idl',
166 'webmidi/MIDIOutput.idl', 166 'webmidi/MIDIOutput.idl',
167 'webmidi/MIDIPort.idl', 167 'webmidi/MIDIPort.idl',
168 'webmidi/MIDISuccessCallback.idl',
168 'websockets/CloseEvent.idl', 169 'websockets/CloseEvent.idl',
169 'websockets/WebSocket.idl', 170 'websockets/WebSocket.idl',
170 'websockets/WorkerContextWebSocket.idl', 171 'websockets/WorkerContextWebSocket.idl',
171 ], 172 ],
172 'modules_files': [ 173 'modules_files': [
173 'battery/BatteryClient.h', 174 'battery/BatteryClient.h',
174 'battery/BatteryController.cpp', 175 'battery/BatteryController.cpp',
175 'battery/BatteryController.h', 176 'battery/BatteryController.h',
176 'battery/BatteryManager.cpp', 177 'battery/BatteryManager.cpp',
177 'battery/BatteryManager.h', 178 'battery/BatteryManager.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'webdatabase/WorkerContextWebDatabase.cpp', 604 'webdatabase/WorkerContextWebDatabase.cpp',
604 'webdatabase/WorkerContextWebDatabase.h', 605 'webdatabase/WorkerContextWebDatabase.h',
605 'webdatabase/chromium/DatabaseObserver.h', 606 'webdatabase/chromium/DatabaseObserver.h',
606 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 607 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
607 'webdatabase/chromium/QuotaTracker.cpp', 608 'webdatabase/chromium/QuotaTracker.cpp',
608 'webdatabase/chromium/QuotaTracker.h', 609 'webdatabase/chromium/QuotaTracker.h',
609 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 610 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
610 'webmidi/MIDIAccess.cpp', 611 'webmidi/MIDIAccess.cpp',
611 'webmidi/MIDIAccess.h', 612 'webmidi/MIDIAccess.h',
612 'webmidi/MIDIConnectionEvent.h', 613 'webmidi/MIDIConnectionEvent.h',
613 'webmidi/MIDIErrorCallback.cpp',
614 'webmidi/MIDIErrorCallback.h', 614 'webmidi/MIDIErrorCallback.h',
615 'webmidi/MIDIInput.cpp', 615 'webmidi/MIDIInput.cpp',
616 'webmidi/MIDIInput.h', 616 'webmidi/MIDIInput.h',
617 'webmidi/MIDIMessageEvent.h', 617 'webmidi/MIDIMessageEvent.h',
618 'webmidi/MIDIOptions.h',
618 'webmidi/MIDIOutput.cpp', 619 'webmidi/MIDIOutput.cpp',
619 'webmidi/MIDIOutput.h', 620 'webmidi/MIDIOutput.h',
620 'webmidi/MIDIPort.cpp', 621 'webmidi/MIDIPort.cpp',
621 'webmidi/MIDIPort.h', 622 'webmidi/MIDIPort.h',
623 'webmidi/MIDISuccessCallback.h',
622 'websockets/CloseEvent.h', 624 'websockets/CloseEvent.h',
623 'websockets/MainThreadWebSocketChannel.cpp', 625 'websockets/MainThreadWebSocketChannel.cpp',
624 'websockets/MainThreadWebSocketChannel.h', 626 'websockets/MainThreadWebSocketChannel.h',
625 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 627 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
626 'websockets/ThreadableWebSocketChannelClientWrapper.h', 628 'websockets/ThreadableWebSocketChannelClientWrapper.h',
627 'websockets/WebSocket.cpp', 629 'websockets/WebSocket.cpp',
628 'websockets/WebSocket.h', 630 'websockets/WebSocket.h',
629 'websockets/WebSocketChannel.cpp', 631 'websockets/WebSocketChannel.cpp',
630 'websockets/WebSocketChannel.h', 632 'websockets/WebSocketChannel.h',
631 'websockets/WebSocketChannelClient.h', 633 'websockets/WebSocketChannelClient.h',
(...skipping 19 matching lines...) Expand all
651 'websockets/WorkerThreadableWebSocketChannel.cpp', 653 'websockets/WorkerThreadableWebSocketChannel.cpp',
652 'websockets/WorkerThreadableWebSocketChannel.h', 654 'websockets/WorkerThreadableWebSocketChannel.h',
653 ], 655 ],
654 'modules_unittest_files': [ 656 'modules_unittest_files': [
655 'websockets/WebSocketDeflaterTest.cpp', 657 'websockets/WebSocketDeflaterTest.cpp',
656 'websockets/WebSocketExtensionDispatcherTest.cpp', 658 'websockets/WebSocketExtensionDispatcherTest.cpp',
657 'websockets/WebSocketPerMessageDeflateTest.cpp', 659 'websockets/WebSocketPerMessageDeflateTest.cpp',
658 ], 660 ],
659 }, 661 },
660 } 662 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698