Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1647)

Side by Side Diff: Source/modules/modules.gypi

Issue 311773003: Decouple MIDIAccess initialization from MIDIAccess class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698