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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 'webdatabase/sqlite/SQLiteFileSystem.cpp', | 762 'webdatabase/sqlite/SQLiteFileSystem.cpp', |
764 'webdatabase/sqlite/SQLiteFileSystem.h', | 763 'webdatabase/sqlite/SQLiteFileSystem.h', |
765 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', | 764 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', |
766 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', | 765 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', |
767 'webdatabase/sqlite/SQLiteStatement.cpp', | 766 'webdatabase/sqlite/SQLiteStatement.cpp', |
768 'webdatabase/sqlite/SQLiteStatement.h', | 767 'webdatabase/sqlite/SQLiteStatement.h', |
769 'webdatabase/sqlite/SQLiteTransaction.cpp', | 768 'webdatabase/sqlite/SQLiteTransaction.cpp', |
770 'webdatabase/sqlite/SQLiteTransaction.h', | 769 'webdatabase/sqlite/SQLiteTransaction.h', |
771 'webmidi/MIDIAccess.cpp', | 770 'webmidi/MIDIAccess.cpp', |
772 'webmidi/MIDIAccess.h', | 771 'webmidi/MIDIAccess.h', |
773 'webmidi/MIDIAccessPromise.cpp', | |
774 'webmidi/MIDIAccessPromise.h', | |
775 'webmidi/MIDIAccessor.cpp', | 772 'webmidi/MIDIAccessor.cpp', |
776 'webmidi/MIDIAccessor.h', | 773 'webmidi/MIDIAccessor.h', |
777 'webmidi/MIDIAccessorClient.h', | 774 'webmidi/MIDIAccessorClient.h', |
778 'webmidi/MIDIClient.h', | 775 'webmidi/MIDIClient.h', |
779 'webmidi/MIDIClientMock.cpp', | 776 'webmidi/MIDIClientMock.cpp', |
780 'webmidi/MIDIClientMock.h', | 777 'webmidi/MIDIClientMock.h', |
781 'webmidi/MIDIConnectionEvent.h', | 778 'webmidi/MIDIConnectionEvent.h', |
782 'webmidi/MIDIController.cpp', | 779 'webmidi/MIDIController.cpp', |
783 'webmidi/MIDIController.h', | 780 'webmidi/MIDIController.h', |
784 'webmidi/MIDIErrorCallback.h', | 781 'webmidi/MIDIErrorCallback.h', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 'indexeddb/IDBKeyPathTest.cpp', | 842 'indexeddb/IDBKeyPathTest.cpp', |
846 'indexeddb/IDBRequestTest.cpp', | 843 'indexeddb/IDBRequestTest.cpp', |
847 'indexeddb/IDBTransactionTest.cpp', | 844 'indexeddb/IDBTransactionTest.cpp', |
848 'websockets/WebSocketDeflaterTest.cpp', | 845 'websockets/WebSocketDeflaterTest.cpp', |
849 'websockets/WebSocketExtensionDispatcherTest.cpp', | 846 'websockets/WebSocketExtensionDispatcherTest.cpp', |
850 'websockets/WebSocketExtensionParserTest.cpp', | 847 'websockets/WebSocketExtensionParserTest.cpp', |
851 'websockets/WebSocketPerMessageDeflateTest.cpp', | 848 'websockets/WebSocketPerMessageDeflateTest.cpp', |
852 ], | 849 ], |
853 }, | 850 }, |
854 } | 851 } |
OLD | NEW |