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

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: 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') | Source/modules/webmidi/MIDIAccess.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.h » ('j') | Source/modules/webmidi/MIDIAccess.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698