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

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

Issue 77773003: Make WebMIDI use blink Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 'modules_idl_files': [ 10 'modules_idl_files': [
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'webdatabase/SQLStatementCallback.idl', 190 'webdatabase/SQLStatementCallback.idl',
191 'webdatabase/SQLStatementErrorCallback.idl', 191 'webdatabase/SQLStatementErrorCallback.idl',
192 'webdatabase/SQLTransaction.idl', 192 'webdatabase/SQLTransaction.idl',
193 'webdatabase/SQLTransactionCallback.idl', 193 'webdatabase/SQLTransactionCallback.idl',
194 'webdatabase/SQLTransactionErrorCallback.idl', 194 'webdatabase/SQLTransactionErrorCallback.idl',
195 'webdatabase/SQLTransactionSync.idl', 195 'webdatabase/SQLTransactionSync.idl',
196 'webdatabase/SQLTransactionSyncCallback.idl', 196 'webdatabase/SQLTransactionSyncCallback.idl',
197 'webdatabase/WindowWebDatabase.idl', 197 'webdatabase/WindowWebDatabase.idl',
198 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 198 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
199 'webmidi/MIDIAccess.idl', 199 'webmidi/MIDIAccess.idl',
200 'webmidi/MIDIAccessPromise.idl',
201 'webmidi/MIDIConnectionEvent.idl', 200 'webmidi/MIDIConnectionEvent.idl',
202 'webmidi/MIDIErrorCallback.idl', 201 'webmidi/MIDIErrorCallback.idl',
203 'webmidi/MIDIInput.idl', 202 'webmidi/MIDIInput.idl',
204 'webmidi/MIDIMessageEvent.idl', 203 'webmidi/MIDIMessageEvent.idl',
205 'webmidi/MIDIOutput.idl', 204 'webmidi/MIDIOutput.idl',
206 'webmidi/MIDIPort.idl', 205 'webmidi/MIDIPort.idl',
207 'webmidi/MIDISuccessCallback.idl', 206 'webmidi/MIDISuccessCallback.idl',
208 'webmidi/NavigatorWebMIDI.idl', 207 'webmidi/NavigatorWebMIDI.idl',
209 'websockets/CloseEvent.idl', 208 'websockets/CloseEvent.idl',
210 'websockets/WebSocket.idl', 209 'websockets/WebSocket.idl',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'webdatabase/sqlite/SQLiteFileSystem.cpp', 729 'webdatabase/sqlite/SQLiteFileSystem.cpp',
731 'webdatabase/sqlite/SQLiteFileSystem.h', 730 'webdatabase/sqlite/SQLiteFileSystem.h',
732 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 731 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
733 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 732 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
734 'webdatabase/sqlite/SQLiteStatement.cpp', 733 'webdatabase/sqlite/SQLiteStatement.cpp',
735 'webdatabase/sqlite/SQLiteStatement.h', 734 'webdatabase/sqlite/SQLiteStatement.h',
736 'webdatabase/sqlite/SQLiteTransaction.cpp', 735 'webdatabase/sqlite/SQLiteTransaction.cpp',
737 'webdatabase/sqlite/SQLiteTransaction.h', 736 'webdatabase/sqlite/SQLiteTransaction.h',
738 'webmidi/MIDIAccess.cpp', 737 'webmidi/MIDIAccess.cpp',
739 'webmidi/MIDIAccess.h', 738 'webmidi/MIDIAccess.h',
740 'webmidi/MIDIAccessPromise.cpp',
741 'webmidi/MIDIAccessPromise.h',
742 'webmidi/MIDIAccessor.cpp', 739 'webmidi/MIDIAccessor.cpp',
743 'webmidi/MIDIAccessor.h', 740 'webmidi/MIDIAccessor.h',
744 'webmidi/MIDIAccessorClient.h', 741 'webmidi/MIDIAccessorClient.h',
745 'webmidi/MIDIClient.h', 742 'webmidi/MIDIClient.h',
746 'webmidi/MIDIClientMock.cpp', 743 'webmidi/MIDIClientMock.cpp',
747 'webmidi/MIDIClientMock.h', 744 'webmidi/MIDIClientMock.h',
748 'webmidi/MIDIConnectionEvent.h', 745 'webmidi/MIDIConnectionEvent.h',
749 'webmidi/MIDIController.cpp', 746 'webmidi/MIDIController.cpp',
750 'webmidi/MIDIController.h', 747 'webmidi/MIDIController.h',
751 'webmidi/MIDIErrorCallback.h', 748 'webmidi/MIDIErrorCallback.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'indexeddb/IDBKeyPathTest.cpp', 801 'indexeddb/IDBKeyPathTest.cpp',
805 'indexeddb/IDBRequestTest.cpp', 802 'indexeddb/IDBRequestTest.cpp',
806 'indexeddb/IDBTransactionTest.cpp', 803 'indexeddb/IDBTransactionTest.cpp',
807 'websockets/WebSocketDeflaterTest.cpp', 804 'websockets/WebSocketDeflaterTest.cpp',
808 'websockets/WebSocketExtensionDispatcherTest.cpp', 805 'websockets/WebSocketExtensionDispatcherTest.cpp',
809 'websockets/WebSocketExtensionParserTest.cpp', 806 'websockets/WebSocketExtensionParserTest.cpp',
810 'websockets/WebSocketPerMessageDeflateTest.cpp', 807 'websockets/WebSocketPerMessageDeflateTest.cpp',
811 ], 808 ],
812 }, 809 },
813 } 810 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698