| 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 'webdatabase/sqlite/SQLiteFileSystem.cpp', | 877 'webdatabase/sqlite/SQLiteFileSystem.cpp', |
| 878 'webdatabase/sqlite/SQLiteFileSystem.h', | 878 'webdatabase/sqlite/SQLiteFileSystem.h', |
| 879 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', | 879 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', |
| 880 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', | 880 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', |
| 881 'webdatabase/sqlite/SQLiteStatement.cpp', | 881 'webdatabase/sqlite/SQLiteStatement.cpp', |
| 882 'webdatabase/sqlite/SQLiteStatement.h', | 882 'webdatabase/sqlite/SQLiteStatement.h', |
| 883 'webdatabase/sqlite/SQLiteTransaction.cpp', | 883 'webdatabase/sqlite/SQLiteTransaction.cpp', |
| 884 'webdatabase/sqlite/SQLiteTransaction.h', | 884 'webdatabase/sqlite/SQLiteTransaction.h', |
| 885 'webmidi/MIDIAccess.cpp', | 885 'webmidi/MIDIAccess.cpp', |
| 886 'webmidi/MIDIAccess.h', | 886 'webmidi/MIDIAccess.h', |
| 887 'webmidi/MIDIAccessInitializer.cpp', |
| 888 'webmidi/MIDIAccessInitializer.h', |
| 887 'webmidi/MIDIAccessor.cpp', | 889 'webmidi/MIDIAccessor.cpp', |
| 888 'webmidi/MIDIAccessor.h', | 890 'webmidi/MIDIAccessor.h', |
| 889 'webmidi/MIDIAccessorClient.h', | 891 'webmidi/MIDIAccessorClient.h', |
| 890 'webmidi/MIDIClient.h', | 892 'webmidi/MIDIClient.h', |
| 891 'webmidi/MIDIClientMock.cpp', | 893 'webmidi/MIDIClientMock.cpp', |
| 892 'webmidi/MIDIClientMock.h', | 894 'webmidi/MIDIClientMock.h', |
| 893 'webmidi/MIDIConnectionEvent.h', | 895 'webmidi/MIDIConnectionEvent.h', |
| 894 'webmidi/MIDIController.cpp', | 896 'webmidi/MIDIController.cpp', |
| 895 'webmidi/MIDIController.h', | 897 'webmidi/MIDIController.h', |
| 896 'webmidi/MIDIErrorCallback.h', | 898 'webmidi/MIDIErrorCallback.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 958 'indexeddb/IDBRequestTest.cpp', | 960 'indexeddb/IDBRequestTest.cpp', |
| 959 'indexeddb/IDBTransactionTest.cpp', | 961 'indexeddb/IDBTransactionTest.cpp', |
| 960 'websockets/WebSocketDeflaterTest.cpp', | 962 'websockets/WebSocketDeflaterTest.cpp', |
| 961 'websockets/WebSocketExtensionDispatcherTest.cpp', | 963 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 962 'websockets/WebSocketExtensionParserTest.cpp', | 964 'websockets/WebSocketExtensionParserTest.cpp', |
| 963 'websockets/WebSocketPerMessageDeflateTest.cpp', | 965 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 964 'websockets/WebSocketTest.cpp', | 966 'websockets/WebSocketTest.cpp', |
| 965 ], | 967 ], |
| 966 }, | 968 }, |
| 967 } | 969 } |
| OLD | NEW |