| 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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 'webdatabase/sqlite/SQLiteTransaction.cpp', | 886 'webdatabase/sqlite/SQLiteTransaction.cpp', |
| 887 'webdatabase/sqlite/SQLiteTransaction.h', | 887 'webdatabase/sqlite/SQLiteTransaction.h', |
| 888 'webmidi/MIDIAccess.cpp', | 888 'webmidi/MIDIAccess.cpp', |
| 889 'webmidi/MIDIAccess.h', | 889 'webmidi/MIDIAccess.h', |
| 890 'webmidi/MIDIAccessor.cpp', | 890 'webmidi/MIDIAccessor.cpp', |
| 891 'webmidi/MIDIAccessor.h', | 891 'webmidi/MIDIAccessor.h', |
| 892 'webmidi/MIDIAccessorClient.h', | 892 'webmidi/MIDIAccessorClient.h', |
| 893 'webmidi/MIDIClient.h', | 893 'webmidi/MIDIClient.h', |
| 894 'webmidi/MIDIClientMock.cpp', | 894 'webmidi/MIDIClientMock.cpp', |
| 895 'webmidi/MIDIClientMock.h', | 895 'webmidi/MIDIClientMock.h', |
| 896 'webmidi/MIDIConnectionEvent.cpp', |
| 896 'webmidi/MIDIConnectionEvent.h', | 897 'webmidi/MIDIConnectionEvent.h', |
| 897 'webmidi/MIDIController.cpp', | 898 'webmidi/MIDIController.cpp', |
| 898 'webmidi/MIDIController.h', | 899 'webmidi/MIDIController.h', |
| 899 'webmidi/MIDIErrorCallback.h', | 900 'webmidi/MIDIErrorCallback.h', |
| 900 'webmidi/MIDIInput.cpp', | 901 'webmidi/MIDIInput.cpp', |
| 901 'webmidi/MIDIInput.h', | 902 'webmidi/MIDIInput.h', |
| 902 'webmidi/MIDIMessageEvent.h', | 903 'webmidi/MIDIMessageEvent.h', |
| 903 'webmidi/MIDIOptions.h', | 904 'webmidi/MIDIOptions.h', |
| 904 'webmidi/MIDIOutput.cpp', | 905 'webmidi/MIDIOutput.cpp', |
| 905 'webmidi/MIDIOutput.h', | 906 'webmidi/MIDIOutput.h', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 'indexeddb/IDBRequestTest.cpp', | 962 'indexeddb/IDBRequestTest.cpp', |
| 962 'indexeddb/IDBTransactionTest.cpp', | 963 'indexeddb/IDBTransactionTest.cpp', |
| 963 'websockets/WebSocketDeflaterTest.cpp', | 964 'websockets/WebSocketDeflaterTest.cpp', |
| 964 'websockets/WebSocketExtensionDispatcherTest.cpp', | 965 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 965 'websockets/WebSocketExtensionParserTest.cpp', | 966 'websockets/WebSocketExtensionParserTest.cpp', |
| 966 'websockets/WebSocketPerMessageDeflateTest.cpp', | 967 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 967 'websockets/WebSocketTest.cpp', | 968 'websockets/WebSocketTest.cpp', |
| 968 ], | 969 ], |
| 969 }, | 970 }, |
| 970 } | 971 } |
| OLD | NEW |