OLD | NEW |
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 Loading... |
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', |
177 'webmidi/MIDIConnectionEvent.idl', | 178 'webmidi/MIDIConnectionEvent.idl', |
178 'webmidi/MIDIErrorCallback.idl', | 179 'webmidi/MIDIErrorCallback.idl', |
179 'webmidi/MIDIInput.idl', | 180 'webmidi/MIDIInput.idl', |
180 'webmidi/MIDIMessageEvent.idl', | 181 'webmidi/MIDIMessageEvent.idl', |
181 'webmidi/MIDIOutput.idl', | 182 'webmidi/MIDIOutput.idl', |
182 'webmidi/MIDIPort.idl', | 183 'webmidi/MIDIPort.idl', |
183 'webmidi/MIDISuccessCallback.idl', | 184 'webmidi/MIDISuccessCallback.idl', |
184 'websockets/CloseEvent.idl', | 185 'websockets/CloseEvent.idl', |
185 'websockets/WebSocket.idl', | 186 'websockets/WebSocket.idl', |
186 ], | 187 ], |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 'webdatabase/sqlite/SQLiteFileSystem.cpp', | 793 'webdatabase/sqlite/SQLiteFileSystem.cpp', |
793 'webdatabase/sqlite/SQLiteFileSystem.h', | 794 'webdatabase/sqlite/SQLiteFileSystem.h', |
794 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', | 795 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', |
795 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', | 796 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', |
796 'webdatabase/sqlite/SQLiteStatement.cpp', | 797 'webdatabase/sqlite/SQLiteStatement.cpp', |
797 'webdatabase/sqlite/SQLiteStatement.h', | 798 'webdatabase/sqlite/SQLiteStatement.h', |
798 'webdatabase/sqlite/SQLiteTransaction.cpp', | 799 'webdatabase/sqlite/SQLiteTransaction.cpp', |
799 'webdatabase/sqlite/SQLiteTransaction.h', | 800 'webdatabase/sqlite/SQLiteTransaction.h', |
800 'webmidi/MIDIAccess.cpp', | 801 'webmidi/MIDIAccess.cpp', |
801 'webmidi/MIDIAccess.h', | 802 'webmidi/MIDIAccess.h', |
| 803 'webmidi/MIDIAccessPromise.cpp', |
| 804 'webmidi/MIDIAccessPromise.h', |
802 'webmidi/MIDIAccessor.cpp', | 805 'webmidi/MIDIAccessor.cpp', |
803 'webmidi/MIDIAccessor.h', | 806 'webmidi/MIDIAccessor.h', |
804 'webmidi/MIDIAccessorClient.h', | 807 'webmidi/MIDIAccessorClient.h', |
805 'webmidi/MIDIClient.h', | 808 'webmidi/MIDIClient.h', |
806 'webmidi/MIDIClientMock.cpp', | 809 'webmidi/MIDIClientMock.cpp', |
807 'webmidi/MIDIClientMock.h', | 810 'webmidi/MIDIClientMock.h', |
808 'webmidi/MIDIConnectionEvent.h', | 811 'webmidi/MIDIConnectionEvent.h', |
809 'webmidi/MIDIController.cpp', | 812 'webmidi/MIDIController.cpp', |
810 'webmidi/MIDIController.h', | 813 'webmidi/MIDIController.h', |
811 'webmidi/MIDIErrorCallback.h', | 814 'webmidi/MIDIErrorCallback.h', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 'indexeddb/IDBKeyPathTest.cpp', | 875 'indexeddb/IDBKeyPathTest.cpp', |
873 'indexeddb/IDBRequestTest.cpp', | 876 'indexeddb/IDBRequestTest.cpp', |
874 'indexeddb/IDBTransactionTest.cpp', | 877 'indexeddb/IDBTransactionTest.cpp', |
875 'websockets/WebSocketDeflaterTest.cpp', | 878 'websockets/WebSocketDeflaterTest.cpp', |
876 'websockets/WebSocketExtensionDispatcherTest.cpp', | 879 'websockets/WebSocketExtensionDispatcherTest.cpp', |
877 'websockets/WebSocketExtensionParserTest.cpp', | 880 'websockets/WebSocketExtensionParserTest.cpp', |
878 'websockets/WebSocketPerMessageDeflateTest.cpp', | 881 'websockets/WebSocketPerMessageDeflateTest.cpp', |
879 ], | 882 ], |
880 }, | 883 }, |
881 } | 884 } |
OLD | NEW |