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

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: Reduce protect(this). Created 6 years, 10 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
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'webdatabase/SQLResultSet.idl', 158 'webdatabase/SQLResultSet.idl',
159 'webdatabase/SQLResultSetRowList.idl', 159 'webdatabase/SQLResultSetRowList.idl',
160 'webdatabase/SQLStatementCallback.idl', 160 'webdatabase/SQLStatementCallback.idl',
161 'webdatabase/SQLStatementErrorCallback.idl', 161 'webdatabase/SQLStatementErrorCallback.idl',
162 'webdatabase/SQLTransaction.idl', 162 'webdatabase/SQLTransaction.idl',
163 'webdatabase/SQLTransactionCallback.idl', 163 'webdatabase/SQLTransactionCallback.idl',
164 'webdatabase/SQLTransactionErrorCallback.idl', 164 'webdatabase/SQLTransactionErrorCallback.idl',
165 'webdatabase/SQLTransactionSync.idl', 165 'webdatabase/SQLTransactionSync.idl',
166 'webdatabase/SQLTransactionSyncCallback.idl', 166 'webdatabase/SQLTransactionSyncCallback.idl',
167 'webmidi/MIDIAccess.idl', 167 'webmidi/MIDIAccess.idl',
168 'webmidi/MIDIAccessPromise.idl',
169 'webmidi/MIDIConnectionEvent.idl', 168 'webmidi/MIDIConnectionEvent.idl',
170 'webmidi/MIDIErrorCallback.idl', 169 'webmidi/MIDIErrorCallback.idl',
171 'webmidi/MIDIInput.idl', 170 'webmidi/MIDIInput.idl',
172 'webmidi/MIDIMessageEvent.idl', 171 'webmidi/MIDIMessageEvent.idl',
173 'webmidi/MIDIOutput.idl', 172 'webmidi/MIDIOutput.idl',
174 'webmidi/MIDIPort.idl', 173 'webmidi/MIDIPort.idl',
175 'webmidi/MIDISuccessCallback.idl', 174 'webmidi/MIDISuccessCallback.idl',
176 'websockets/CloseEvent.idl', 175 'websockets/CloseEvent.idl',
177 'websockets/WebSocket.idl', 176 'websockets/WebSocket.idl',
178 ], 177 ],
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'webdatabase/sqlite/SQLiteFileSystem.cpp', 761 'webdatabase/sqlite/SQLiteFileSystem.cpp',
763 'webdatabase/sqlite/SQLiteFileSystem.h', 762 'webdatabase/sqlite/SQLiteFileSystem.h',
764 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 763 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
765 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 764 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
766 'webdatabase/sqlite/SQLiteStatement.cpp', 765 'webdatabase/sqlite/SQLiteStatement.cpp',
767 'webdatabase/sqlite/SQLiteStatement.h', 766 'webdatabase/sqlite/SQLiteStatement.h',
768 'webdatabase/sqlite/SQLiteTransaction.cpp', 767 'webdatabase/sqlite/SQLiteTransaction.cpp',
769 'webdatabase/sqlite/SQLiteTransaction.h', 768 'webdatabase/sqlite/SQLiteTransaction.h',
770 'webmidi/MIDIAccess.cpp', 769 'webmidi/MIDIAccess.cpp',
771 'webmidi/MIDIAccess.h', 770 'webmidi/MIDIAccess.h',
772 'webmidi/MIDIAccessPromise.cpp',
773 'webmidi/MIDIAccessPromise.h',
774 'webmidi/MIDIAccessor.cpp', 771 'webmidi/MIDIAccessor.cpp',
775 'webmidi/MIDIAccessor.h', 772 'webmidi/MIDIAccessor.h',
776 'webmidi/MIDIAccessorClient.h', 773 'webmidi/MIDIAccessorClient.h',
777 'webmidi/MIDIClient.h', 774 'webmidi/MIDIClient.h',
778 'webmidi/MIDIClientMock.cpp', 775 'webmidi/MIDIClientMock.cpp',
779 'webmidi/MIDIClientMock.h', 776 'webmidi/MIDIClientMock.h',
780 'webmidi/MIDIConnectionEvent.h', 777 'webmidi/MIDIConnectionEvent.h',
781 'webmidi/MIDIController.cpp', 778 'webmidi/MIDIController.cpp',
782 'webmidi/MIDIController.h', 779 'webmidi/MIDIController.h',
783 'webmidi/MIDIErrorCallback.h', 780 'webmidi/MIDIErrorCallback.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'indexeddb/IDBKeyPathTest.cpp', 841 'indexeddb/IDBKeyPathTest.cpp',
845 'indexeddb/IDBRequestTest.cpp', 842 'indexeddb/IDBRequestTest.cpp',
846 'indexeddb/IDBTransactionTest.cpp', 843 'indexeddb/IDBTransactionTest.cpp',
847 'websockets/WebSocketDeflaterTest.cpp', 844 'websockets/WebSocketDeflaterTest.cpp',
848 'websockets/WebSocketExtensionDispatcherTest.cpp', 845 'websockets/WebSocketExtensionDispatcherTest.cpp',
849 'websockets/WebSocketExtensionParserTest.cpp', 846 'websockets/WebSocketExtensionParserTest.cpp',
850 'websockets/WebSocketPerMessageDeflateTest.cpp', 847 'websockets/WebSocketPerMessageDeflateTest.cpp',
851 ], 848 ],
852 }, 849 },
853 } 850 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698