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 77773003: Make WebMIDI use blink Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/bindings/v8/V8Binding.h ('k') | Source/modules/webmidi/MIDIAccess.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 # 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 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'webdatabase/SQLResultSet.idl', 167 'webdatabase/SQLResultSet.idl',
168 'webdatabase/SQLResultSetRowList.idl', 168 'webdatabase/SQLResultSetRowList.idl',
169 'webdatabase/SQLStatementCallback.idl', 169 'webdatabase/SQLStatementCallback.idl',
170 'webdatabase/SQLStatementErrorCallback.idl', 170 'webdatabase/SQLStatementErrorCallback.idl',
171 'webdatabase/SQLTransaction.idl', 171 'webdatabase/SQLTransaction.idl',
172 'webdatabase/SQLTransactionCallback.idl', 172 'webdatabase/SQLTransactionCallback.idl',
173 'webdatabase/SQLTransactionErrorCallback.idl', 173 'webdatabase/SQLTransactionErrorCallback.idl',
174 'webdatabase/SQLTransactionSync.idl', 174 'webdatabase/SQLTransactionSync.idl',
175 'webdatabase/SQLTransactionSyncCallback.idl', 175 'webdatabase/SQLTransactionSyncCallback.idl',
176 'webmidi/MIDIAccess.idl', 176 'webmidi/MIDIAccess.idl',
177 'webmidi/MIDIAccessPromise.idl',
178 'webmidi/MIDIConnectionEvent.idl', 177 'webmidi/MIDIConnectionEvent.idl',
179 'webmidi/MIDIErrorCallback.idl', 178 'webmidi/MIDIErrorCallback.idl',
180 'webmidi/MIDIInput.idl', 179 'webmidi/MIDIInput.idl',
181 'webmidi/MIDIMessageEvent.idl', 180 'webmidi/MIDIMessageEvent.idl',
182 'webmidi/MIDIOutput.idl', 181 'webmidi/MIDIOutput.idl',
183 'webmidi/MIDIPort.idl', 182 'webmidi/MIDIPort.idl',
184 'webmidi/MIDISuccessCallback.idl', 183 'webmidi/MIDISuccessCallback.idl',
185 'websockets/CloseEvent.idl', 184 'websockets/CloseEvent.idl',
186 'websockets/WebSocket.idl', 185 'websockets/WebSocket.idl',
187 ], 186 ],
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'webdatabase/sqlite/SQLiteFileSystem.cpp', 792 'webdatabase/sqlite/SQLiteFileSystem.cpp',
794 'webdatabase/sqlite/SQLiteFileSystem.h', 793 'webdatabase/sqlite/SQLiteFileSystem.h',
795 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 794 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
796 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 795 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
797 'webdatabase/sqlite/SQLiteStatement.cpp', 796 'webdatabase/sqlite/SQLiteStatement.cpp',
798 'webdatabase/sqlite/SQLiteStatement.h', 797 'webdatabase/sqlite/SQLiteStatement.h',
799 'webdatabase/sqlite/SQLiteTransaction.cpp', 798 'webdatabase/sqlite/SQLiteTransaction.cpp',
800 'webdatabase/sqlite/SQLiteTransaction.h', 799 'webdatabase/sqlite/SQLiteTransaction.h',
801 'webmidi/MIDIAccess.cpp', 800 'webmidi/MIDIAccess.cpp',
802 'webmidi/MIDIAccess.h', 801 'webmidi/MIDIAccess.h',
803 'webmidi/MIDIAccessPromise.cpp',
804 'webmidi/MIDIAccessPromise.h',
805 'webmidi/MIDIAccessor.cpp', 802 'webmidi/MIDIAccessor.cpp',
806 'webmidi/MIDIAccessor.h', 803 'webmidi/MIDIAccessor.h',
807 'webmidi/MIDIAccessorClient.h', 804 'webmidi/MIDIAccessorClient.h',
808 'webmidi/MIDIClient.h', 805 'webmidi/MIDIClient.h',
809 'webmidi/MIDIClientMock.cpp', 806 'webmidi/MIDIClientMock.cpp',
810 'webmidi/MIDIClientMock.h', 807 'webmidi/MIDIClientMock.h',
811 'webmidi/MIDIConnectionEvent.h', 808 'webmidi/MIDIConnectionEvent.h',
812 'webmidi/MIDIController.cpp', 809 'webmidi/MIDIController.cpp',
813 'webmidi/MIDIController.h', 810 'webmidi/MIDIController.h',
814 'webmidi/MIDIErrorCallback.h', 811 'webmidi/MIDIErrorCallback.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'indexeddb/IDBKeyPathTest.cpp', 872 'indexeddb/IDBKeyPathTest.cpp',
876 'indexeddb/IDBRequestTest.cpp', 873 'indexeddb/IDBRequestTest.cpp',
877 'indexeddb/IDBTransactionTest.cpp', 874 'indexeddb/IDBTransactionTest.cpp',
878 'websockets/WebSocketDeflaterTest.cpp', 875 'websockets/WebSocketDeflaterTest.cpp',
879 'websockets/WebSocketExtensionDispatcherTest.cpp', 876 'websockets/WebSocketExtensionDispatcherTest.cpp',
880 'websockets/WebSocketExtensionParserTest.cpp', 877 'websockets/WebSocketExtensionParserTest.cpp',
881 'websockets/WebSocketPerMessageDeflateTest.cpp', 878 'websockets/WebSocketPerMessageDeflateTest.cpp',
882 ], 879 ],
883 }, 880 },
884 } 881 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/V8Binding.h ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698