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

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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'webdatabase/SQLStatementCallback.idl', 189 'webdatabase/SQLStatementCallback.idl',
190 'webdatabase/SQLStatementErrorCallback.idl', 190 'webdatabase/SQLStatementErrorCallback.idl',
191 'webdatabase/SQLTransaction.idl', 191 'webdatabase/SQLTransaction.idl',
192 'webdatabase/SQLTransactionCallback.idl', 192 'webdatabase/SQLTransactionCallback.idl',
193 'webdatabase/SQLTransactionErrorCallback.idl', 193 'webdatabase/SQLTransactionErrorCallback.idl',
194 'webdatabase/SQLTransactionSync.idl', 194 'webdatabase/SQLTransactionSync.idl',
195 'webdatabase/SQLTransactionSyncCallback.idl', 195 'webdatabase/SQLTransactionSyncCallback.idl',
196 'webdatabase/WindowWebDatabase.idl', 196 'webdatabase/WindowWebDatabase.idl',
197 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 197 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
198 'webmidi/MIDIAccess.idl', 198 'webmidi/MIDIAccess.idl',
199 'webmidi/MIDIAccessPromise.idl',
200 'webmidi/MIDIConnectionEvent.idl', 199 'webmidi/MIDIConnectionEvent.idl',
201 'webmidi/MIDIErrorCallback.idl', 200 'webmidi/MIDIErrorCallback.idl',
202 'webmidi/MIDIInput.idl', 201 'webmidi/MIDIInput.idl',
203 'webmidi/MIDIMessageEvent.idl', 202 'webmidi/MIDIMessageEvent.idl',
204 'webmidi/MIDIOutput.idl', 203 'webmidi/MIDIOutput.idl',
205 'webmidi/MIDIPort.idl', 204 'webmidi/MIDIPort.idl',
206 'webmidi/MIDISuccessCallback.idl', 205 'webmidi/MIDISuccessCallback.idl',
207 'webmidi/NavigatorWebMIDI.idl', 206 'webmidi/NavigatorWebMIDI.idl',
208 'websockets/CloseEvent.idl', 207 'websockets/CloseEvent.idl',
209 'websockets/WebSocket.idl', 208 'websockets/WebSocket.idl',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'webdatabase/sqlite/SQLiteFileSystem.cpp', 722 'webdatabase/sqlite/SQLiteFileSystem.cpp',
724 'webdatabase/sqlite/SQLiteFileSystem.h', 723 'webdatabase/sqlite/SQLiteFileSystem.h',
725 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 724 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
726 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 725 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
727 'webdatabase/sqlite/SQLiteStatement.cpp', 726 'webdatabase/sqlite/SQLiteStatement.cpp',
728 'webdatabase/sqlite/SQLiteStatement.h', 727 'webdatabase/sqlite/SQLiteStatement.h',
729 'webdatabase/sqlite/SQLiteTransaction.cpp', 728 'webdatabase/sqlite/SQLiteTransaction.cpp',
730 'webdatabase/sqlite/SQLiteTransaction.h', 729 'webdatabase/sqlite/SQLiteTransaction.h',
731 'webmidi/MIDIAccess.cpp', 730 'webmidi/MIDIAccess.cpp',
732 'webmidi/MIDIAccess.h', 731 'webmidi/MIDIAccess.h',
733 'webmidi/MIDIAccessPromise.cpp',
734 'webmidi/MIDIAccessPromise.h',
735 'webmidi/MIDIAccessor.cpp', 732 'webmidi/MIDIAccessor.cpp',
736 'webmidi/MIDIAccessor.h', 733 'webmidi/MIDIAccessor.h',
737 'webmidi/MIDIAccessorClient.h', 734 'webmidi/MIDIAccessorClient.h',
738 'webmidi/MIDIClient.h', 735 'webmidi/MIDIClient.h',
739 'webmidi/MIDIClientMock.cpp', 736 'webmidi/MIDIClientMock.cpp',
740 'webmidi/MIDIClientMock.h', 737 'webmidi/MIDIClientMock.h',
741 'webmidi/MIDIConnectionEvent.h', 738 'webmidi/MIDIConnectionEvent.h',
742 'webmidi/MIDIController.cpp', 739 'webmidi/MIDIController.cpp',
743 'webmidi/MIDIController.h', 740 'webmidi/MIDIController.h',
744 'webmidi/MIDIErrorCallback.h', 741 'webmidi/MIDIErrorCallback.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 'indexeddb/IDBKeyPathTest.cpp', 794 'indexeddb/IDBKeyPathTest.cpp',
798 'indexeddb/IDBRequestTest.cpp', 795 'indexeddb/IDBRequestTest.cpp',
799 'indexeddb/IDBTransactionTest.cpp', 796 'indexeddb/IDBTransactionTest.cpp',
800 'websockets/WebSocketDeflaterTest.cpp', 797 'websockets/WebSocketDeflaterTest.cpp',
801 'websockets/WebSocketExtensionDispatcherTest.cpp', 798 'websockets/WebSocketExtensionDispatcherTest.cpp',
802 'websockets/WebSocketExtensionParserTest.cpp', 799 'websockets/WebSocketExtensionParserTest.cpp',
803 'websockets/WebSocketPerMessageDeflateTest.cpp', 800 'websockets/WebSocketPerMessageDeflateTest.cpp',
804 ], 801 ],
805 }, 802 },
806 } 803 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698