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

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
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'webdatabase/SQLResultSet.idl', 165 'webdatabase/SQLResultSet.idl',
166 'webdatabase/SQLResultSetRowList.idl', 166 'webdatabase/SQLResultSetRowList.idl',
167 'webdatabase/SQLStatementCallback.idl', 167 'webdatabase/SQLStatementCallback.idl',
168 'webdatabase/SQLStatementErrorCallback.idl', 168 'webdatabase/SQLStatementErrorCallback.idl',
169 'webdatabase/SQLTransaction.idl', 169 'webdatabase/SQLTransaction.idl',
170 'webdatabase/SQLTransactionCallback.idl', 170 'webdatabase/SQLTransactionCallback.idl',
171 'webdatabase/SQLTransactionErrorCallback.idl', 171 'webdatabase/SQLTransactionErrorCallback.idl',
172 'webdatabase/SQLTransactionSync.idl', 172 'webdatabase/SQLTransactionSync.idl',
173 'webdatabase/SQLTransactionSyncCallback.idl', 173 'webdatabase/SQLTransactionSyncCallback.idl',
174 'webmidi/MIDIAccess.idl', 174 'webmidi/MIDIAccess.idl',
175 'webmidi/MIDIAccessPromise.idl',
176 'webmidi/MIDIConnectionEvent.idl', 175 'webmidi/MIDIConnectionEvent.idl',
177 'webmidi/MIDIErrorCallback.idl', 176 'webmidi/MIDIErrorCallback.idl',
178 'webmidi/MIDIInput.idl', 177 'webmidi/MIDIInput.idl',
179 'webmidi/MIDIMessageEvent.idl', 178 'webmidi/MIDIMessageEvent.idl',
180 'webmidi/MIDIOutput.idl', 179 'webmidi/MIDIOutput.idl',
181 'webmidi/MIDIPort.idl', 180 'webmidi/MIDIPort.idl',
182 'webmidi/MIDISuccessCallback.idl', 181 'webmidi/MIDISuccessCallback.idl',
183 'websockets/CloseEvent.idl', 182 'websockets/CloseEvent.idl',
184 'websockets/WebSocket.idl', 183 'websockets/WebSocket.idl',
185 ], 184 ],
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'webdatabase/sqlite/SQLiteFileSystem.cpp', 785 'webdatabase/sqlite/SQLiteFileSystem.cpp',
787 'webdatabase/sqlite/SQLiteFileSystem.h', 786 'webdatabase/sqlite/SQLiteFileSystem.h',
788 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 787 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
789 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 788 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
790 'webdatabase/sqlite/SQLiteStatement.cpp', 789 'webdatabase/sqlite/SQLiteStatement.cpp',
791 'webdatabase/sqlite/SQLiteStatement.h', 790 'webdatabase/sqlite/SQLiteStatement.h',
792 'webdatabase/sqlite/SQLiteTransaction.cpp', 791 'webdatabase/sqlite/SQLiteTransaction.cpp',
793 'webdatabase/sqlite/SQLiteTransaction.h', 792 'webdatabase/sqlite/SQLiteTransaction.h',
794 'webmidi/MIDIAccess.cpp', 793 'webmidi/MIDIAccess.cpp',
795 'webmidi/MIDIAccess.h', 794 'webmidi/MIDIAccess.h',
796 'webmidi/MIDIAccessPromise.cpp',
797 'webmidi/MIDIAccessPromise.h',
798 'webmidi/MIDIAccessor.cpp', 795 'webmidi/MIDIAccessor.cpp',
799 'webmidi/MIDIAccessor.h', 796 'webmidi/MIDIAccessor.h',
800 'webmidi/MIDIAccessorClient.h', 797 'webmidi/MIDIAccessorClient.h',
801 'webmidi/MIDIClient.h', 798 'webmidi/MIDIClient.h',
802 'webmidi/MIDIClientMock.cpp', 799 'webmidi/MIDIClientMock.cpp',
803 'webmidi/MIDIClientMock.h', 800 'webmidi/MIDIClientMock.h',
804 'webmidi/MIDIConnectionEvent.h', 801 'webmidi/MIDIConnectionEvent.h',
805 'webmidi/MIDIController.cpp', 802 'webmidi/MIDIController.cpp',
806 'webmidi/MIDIController.h', 803 'webmidi/MIDIController.h',
807 'webmidi/MIDIErrorCallback.h', 804 'webmidi/MIDIErrorCallback.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 'indexeddb/IDBKeyPathTest.cpp', 865 'indexeddb/IDBKeyPathTest.cpp',
869 'indexeddb/IDBRequestTest.cpp', 866 'indexeddb/IDBRequestTest.cpp',
870 'indexeddb/IDBTransactionTest.cpp', 867 'indexeddb/IDBTransactionTest.cpp',
871 'websockets/WebSocketDeflaterTest.cpp', 868 'websockets/WebSocketDeflaterTest.cpp',
872 'websockets/WebSocketExtensionDispatcherTest.cpp', 869 'websockets/WebSocketExtensionDispatcherTest.cpp',
873 'websockets/WebSocketExtensionParserTest.cpp', 870 'websockets/WebSocketExtensionParserTest.cpp',
874 'websockets/WebSocketPerMessageDeflateTest.cpp', 871 'websockets/WebSocketPerMessageDeflateTest.cpp',
875 ], 872 ],
876 }, 873 },
877 } 874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698