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

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

Issue 25722004: Move core/platform/midi to modules/webmidi (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/platform/midi/OWNERS ('k') | 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 '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 'modules_idl_files': [ 10 'modules_idl_files': [
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 718 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
719 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 719 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
720 'webdatabase/sqlite/SQLiteStatement.cpp', 720 'webdatabase/sqlite/SQLiteStatement.cpp',
721 'webdatabase/sqlite/SQLiteStatement.h', 721 'webdatabase/sqlite/SQLiteStatement.h',
722 'webdatabase/sqlite/SQLiteTransaction.cpp', 722 'webdatabase/sqlite/SQLiteTransaction.cpp',
723 'webdatabase/sqlite/SQLiteTransaction.h', 723 'webdatabase/sqlite/SQLiteTransaction.h',
724 'webmidi/MIDIAccess.cpp', 724 'webmidi/MIDIAccess.cpp',
725 'webmidi/MIDIAccess.h', 725 'webmidi/MIDIAccess.h',
726 'webmidi/MIDIAccessPromise.cpp', 726 'webmidi/MIDIAccessPromise.cpp',
727 'webmidi/MIDIAccessPromise.h', 727 'webmidi/MIDIAccessPromise.h',
728 'webmidi/MIDIAccessor.cpp',
729 'webmidi/MIDIAccessor.h',
730 'webmidi/MIDIAccessorClient.h',
728 'webmidi/MIDIClient.h', 731 'webmidi/MIDIClient.h',
729 'webmidi/MIDIClientMock.cpp', 732 'webmidi/MIDIClientMock.cpp',
730 'webmidi/MIDIClientMock.h', 733 'webmidi/MIDIClientMock.h',
731 'webmidi/MIDIConnectionEvent.h', 734 'webmidi/MIDIConnectionEvent.h',
732 'webmidi/MIDIController.cpp', 735 'webmidi/MIDIController.cpp',
733 'webmidi/MIDIController.h', 736 'webmidi/MIDIController.h',
734 'webmidi/MIDIErrorCallback.h', 737 'webmidi/MIDIErrorCallback.h',
735 'webmidi/MIDIInput.cpp', 738 'webmidi/MIDIInput.cpp',
736 'webmidi/MIDIInput.h', 739 'webmidi/MIDIInput.h',
737 'webmidi/MIDIMessageEvent.h', 740 'webmidi/MIDIMessageEvent.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 'indexeddb/IDBKeyPathTest.cpp', 785 'indexeddb/IDBKeyPathTest.cpp',
783 'indexeddb/IDBRequestTest.cpp', 786 'indexeddb/IDBRequestTest.cpp',
784 'indexeddb/IDBTransactionTest.cpp', 787 'indexeddb/IDBTransactionTest.cpp',
785 'websockets/WebSocketDeflaterTest.cpp', 788 'websockets/WebSocketDeflaterTest.cpp',
786 'websockets/WebSocketExtensionDispatcherTest.cpp', 789 'websockets/WebSocketExtensionDispatcherTest.cpp',
787 'websockets/WebSocketExtensionParserTest.cpp', 790 'websockets/WebSocketExtensionParserTest.cpp',
788 'websockets/WebSocketPerMessageDeflateTest.cpp', 791 'websockets/WebSocketPerMessageDeflateTest.cpp',
789 ], 792 ],
790 }, 793 },
791 } 794 }
OLDNEW
« no previous file with comments | « Source/core/platform/midi/OWNERS ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698