OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
5 ], | 5 ], |
6 'variables': { | 6 'variables': { |
7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
8 # | 8 # |
9 # Note: this is not a supported API. If you rely on this, you will be broken | 9 # Note: this is not a supported API. If you rely on this, you will be broken |
10 # from time to time as the code generator changes in backward incompatible | 10 # from time to time as the code generator changes in backward incompatible |
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 'webdatabase/sqlite/SQLiteFileSystem.cpp', | 887 'webdatabase/sqlite/SQLiteFileSystem.cpp', |
888 'webdatabase/sqlite/SQLiteFileSystem.h', | 888 'webdatabase/sqlite/SQLiteFileSystem.h', |
889 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', | 889 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', |
890 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', | 890 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', |
891 'webdatabase/sqlite/SQLiteStatement.cpp', | 891 'webdatabase/sqlite/SQLiteStatement.cpp', |
892 'webdatabase/sqlite/SQLiteStatement.h', | 892 'webdatabase/sqlite/SQLiteStatement.h', |
893 'webdatabase/sqlite/SQLiteTransaction.cpp', | 893 'webdatabase/sqlite/SQLiteTransaction.cpp', |
894 'webdatabase/sqlite/SQLiteTransaction.h', | 894 'webdatabase/sqlite/SQLiteTransaction.h', |
895 'webmidi/MIDIAccess.cpp', | 895 'webmidi/MIDIAccess.cpp', |
896 'webmidi/MIDIAccess.h', | 896 'webmidi/MIDIAccess.h', |
| 897 'webmidi/MIDIAccessInitializer.cpp', |
| 898 'webmidi/MIDIAccessInitializer.h', |
897 'webmidi/MIDIAccessor.cpp', | 899 'webmidi/MIDIAccessor.cpp', |
898 'webmidi/MIDIAccessor.h', | 900 'webmidi/MIDIAccessor.h', |
899 'webmidi/MIDIAccessorClient.h', | 901 'webmidi/MIDIAccessorClient.h', |
900 'webmidi/MIDIClient.h', | 902 'webmidi/MIDIClient.h', |
901 'webmidi/MIDIClientMock.cpp', | 903 'webmidi/MIDIClientMock.cpp', |
902 'webmidi/MIDIClientMock.h', | 904 'webmidi/MIDIClientMock.h', |
903 'webmidi/MIDIConnectionEvent.cpp', | 905 'webmidi/MIDIConnectionEvent.cpp', |
904 'webmidi/MIDIConnectionEvent.h', | 906 'webmidi/MIDIConnectionEvent.h', |
905 'webmidi/MIDIController.cpp', | 907 'webmidi/MIDIController.cpp', |
906 'webmidi/MIDIController.h', | 908 'webmidi/MIDIController.h', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 'indexeddb/IDBRequestTest.cpp', | 976 'indexeddb/IDBRequestTest.cpp', |
975 'indexeddb/IDBTransactionTest.cpp', | 977 'indexeddb/IDBTransactionTest.cpp', |
976 'websockets/WebSocketDeflaterTest.cpp', | 978 'websockets/WebSocketDeflaterTest.cpp', |
977 'websockets/WebSocketExtensionDispatcherTest.cpp', | 979 'websockets/WebSocketExtensionDispatcherTest.cpp', |
978 'websockets/WebSocketExtensionParserTest.cpp', | 980 'websockets/WebSocketExtensionParserTest.cpp', |
979 'websockets/WebSocketPerMessageDeflateTest.cpp', | 981 'websockets/WebSocketPerMessageDeflateTest.cpp', |
980 'websockets/WebSocketTest.cpp', | 982 'websockets/WebSocketTest.cpp', |
981 ], | 983 ], |
982 }, | 984 }, |
983 } | 985 } |
OLD | NEW |