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

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

Issue 14358032: Web MIDI: implement MIDIConnectionEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) Created 7 years, 8 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 | « Source/core/dom/EventNames.in ('k') | Source/modules/webmidi/DOMWindowWebMIDI.idl » ('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_include_dirs': [ 3 'modules_include_dirs': [
4 'battery', 4 'battery',
5 'donottrack', 5 'donottrack',
6 'filesystem', 6 'filesystem',
7 'gamepad', 7 'gamepad',
8 'geolocation', 8 'geolocation',
9 'indexeddb', 9 'indexeddb',
10 'indexeddb/chromium', 10 'indexeddb/chromium',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'webdatabase/SQLResultSetRowList.idl', 169 'webdatabase/SQLResultSetRowList.idl',
170 'webdatabase/SQLStatementCallback.idl', 170 'webdatabase/SQLStatementCallback.idl',
171 'webdatabase/SQLStatementErrorCallback.idl', 171 'webdatabase/SQLStatementErrorCallback.idl',
172 'webdatabase/SQLTransaction.idl', 172 'webdatabase/SQLTransaction.idl',
173 'webdatabase/SQLTransactionCallback.idl', 173 'webdatabase/SQLTransactionCallback.idl',
174 'webdatabase/SQLTransactionErrorCallback.idl', 174 'webdatabase/SQLTransactionErrorCallback.idl',
175 'webdatabase/SQLTransactionSync.idl', 175 'webdatabase/SQLTransactionSync.idl',
176 'webdatabase/SQLTransactionSyncCallback.idl', 176 'webdatabase/SQLTransactionSyncCallback.idl',
177 'webdatabase/WorkerContextWebDatabase.idl', 177 'webdatabase/WorkerContextWebDatabase.idl',
178 'webmidi/DOMWindowWebMIDI.idl', 178 'webmidi/DOMWindowWebMIDI.idl',
179 'webmidi/MIDIConnectionEvent.idl',
179 'webmidi/MIDIErrorCallback.idl', 180 'webmidi/MIDIErrorCallback.idl',
180 'webmidi/MIDIMessageEvent.idl', 181 'webmidi/MIDIMessageEvent.idl',
181 'webmidi/MIDIPort.idl', 182 'webmidi/MIDIPort.idl',
182 'websockets/CloseEvent.idl', 183 'websockets/CloseEvent.idl',
183 'websockets/DOMWindowWebSocket.idl', 184 'websockets/DOMWindowWebSocket.idl',
184 'websockets/WebSocket.idl', 185 'websockets/WebSocket.idl',
185 'websockets/WorkerContextWebSocket.idl', 186 'websockets/WorkerContextWebSocket.idl',
186 ], 187 ],
187 'modules_files': [ 188 'modules_files': [
188 'battery/BatteryClient.h', 189 'battery/BatteryClient.h',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'webdatabase/SQLTransactionSync.cpp', 611 'webdatabase/SQLTransactionSync.cpp',
611 'webdatabase/SQLTransactionSync.h', 612 'webdatabase/SQLTransactionSync.h',
612 'webdatabase/SQLTransactionSyncCallback.h', 613 'webdatabase/SQLTransactionSyncCallback.h',
613 'webdatabase/WorkerContextWebDatabase.cpp', 614 'webdatabase/WorkerContextWebDatabase.cpp',
614 'webdatabase/WorkerContextWebDatabase.h', 615 'webdatabase/WorkerContextWebDatabase.h',
615 'webdatabase/chromium/DatabaseObserver.h', 616 'webdatabase/chromium/DatabaseObserver.h',
616 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 617 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
617 'webdatabase/chromium/QuotaTracker.cpp', 618 'webdatabase/chromium/QuotaTracker.cpp',
618 'webdatabase/chromium/QuotaTracker.h', 619 'webdatabase/chromium/QuotaTracker.h',
619 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 620 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
621 'webmidi/MIDIConnectionEvent.h',
620 'webmidi/MIDIErrorCallback.cpp', 622 'webmidi/MIDIErrorCallback.cpp',
621 'webmidi/MIDIErrorCallback.h', 623 'webmidi/MIDIErrorCallback.h',
622 'webmidi/MIDIMessageEvent.h', 624 'webmidi/MIDIMessageEvent.h',
623 'webmidi/MIDIPort.cpp', 625 'webmidi/MIDIPort.cpp',
624 'webmidi/MIDIPort.h', 626 'webmidi/MIDIPort.h',
625 'websockets/CloseEvent.h', 627 'websockets/CloseEvent.h',
626 'websockets/MainThreadWebSocketChannel.cpp', 628 'websockets/MainThreadWebSocketChannel.cpp',
627 'websockets/MainThreadWebSocketChannel.h', 629 'websockets/MainThreadWebSocketChannel.h',
628 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 630 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
629 'websockets/ThreadableWebSocketChannelClientWrapper.h', 631 'websockets/ThreadableWebSocketChannelClientWrapper.h',
(...skipping 17 matching lines...) Expand all
647 'websockets/WebSocketHandshake.h', 649 'websockets/WebSocketHandshake.h',
648 'websockets/WebSocketHandshakeRequest.cpp', 650 'websockets/WebSocketHandshakeRequest.cpp',
649 'websockets/WebSocketHandshakeRequest.h', 651 'websockets/WebSocketHandshakeRequest.h',
650 'websockets/WebSocketHandshakeResponse.cpp', 652 'websockets/WebSocketHandshakeResponse.cpp',
651 'websockets/WebSocketHandshakeResponse.h', 653 'websockets/WebSocketHandshakeResponse.h',
652 'websockets/WorkerThreadableWebSocketChannel.cpp', 654 'websockets/WorkerThreadableWebSocketChannel.cpp',
653 'websockets/WorkerThreadableWebSocketChannel.h', 655 'websockets/WorkerThreadableWebSocketChannel.h',
654 ], 656 ],
655 }, 657 },
656 } 658 }
OLDNEW
« no previous file with comments | « Source/core/dom/EventNames.in ('k') | Source/modules/webmidi/DOMWindowWebMIDI.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698