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

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

Issue 18325007: Web MIDI: introduce WebMIDIClient API to request a permission (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address chris' review Created 7 years, 5 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/MIDIAccessorClient.h ('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 10
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'webdatabase/SQLTransactionStateMachine.h', 663 'webdatabase/SQLTransactionStateMachine.h',
664 'webdatabase/SQLTransactionSync.cpp', 664 'webdatabase/SQLTransactionSync.cpp',
665 'webdatabase/SQLTransactionSync.h', 665 'webdatabase/SQLTransactionSync.h',
666 'webdatabase/SQLTransactionSyncCallback.h', 666 'webdatabase/SQLTransactionSyncCallback.h',
667 'webdatabase/WorkerGlobalScopeWebDatabase.cpp', 667 'webdatabase/WorkerGlobalScopeWebDatabase.cpp',
668 'webdatabase/WorkerGlobalScopeWebDatabase.h', 668 'webdatabase/WorkerGlobalScopeWebDatabase.h',
669 'webmidi/MIDIAccess.cpp', 669 'webmidi/MIDIAccess.cpp',
670 'webmidi/MIDIAccess.h', 670 'webmidi/MIDIAccess.h',
671 'webmidi/MIDIAccessPromise.cpp', 671 'webmidi/MIDIAccessPromise.cpp',
672 'webmidi/MIDIAccessPromise.h', 672 'webmidi/MIDIAccessPromise.h',
673 'webmidi/MIDIClient.h',
674 'webmidi/MIDIController.cpp',
675 'webmidi/MIDIController.h',
673 'webmidi/MIDIConnectionEvent.h', 676 'webmidi/MIDIConnectionEvent.h',
674 'webmidi/MIDIErrorCallback.h', 677 'webmidi/MIDIErrorCallback.h',
675 'webmidi/MIDIInput.cpp', 678 'webmidi/MIDIInput.cpp',
676 'webmidi/MIDIInput.h', 679 'webmidi/MIDIInput.h',
677 'webmidi/MIDIMessageEvent.h', 680 'webmidi/MIDIMessageEvent.h',
678 'webmidi/MIDIOptions.h', 681 'webmidi/MIDIOptions.h',
679 'webmidi/MIDIOutput.cpp', 682 'webmidi/MIDIOutput.cpp',
680 'webmidi/MIDIOutput.h', 683 'webmidi/MIDIOutput.h',
681 'webmidi/MIDIPort.cpp', 684 'webmidi/MIDIPort.cpp',
682 'webmidi/MIDIPort.h', 685 'webmidi/MIDIPort.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'websockets/WorkerThreadableWebSocketChannel.h', 719 'websockets/WorkerThreadableWebSocketChannel.h',
717 ], 720 ],
718 'modules_unittest_files': [ 721 'modules_unittest_files': [
719 'websockets/WebSocketDeflaterTest.cpp', 722 'websockets/WebSocketDeflaterTest.cpp',
720 'websockets/WebSocketExtensionDispatcherTest.cpp', 723 'websockets/WebSocketExtensionDispatcherTest.cpp',
721 'websockets/WebSocketExtensionParserTest.cpp', 724 'websockets/WebSocketExtensionParserTest.cpp',
722 'websockets/WebSocketPerMessageDeflateTest.cpp', 725 'websockets/WebSocketPerMessageDeflateTest.cpp',
723 ], 726 ],
724 }, 727 },
725 } 728 }
OLDNEW
« no previous file with comments | « Source/core/platform/midi/MIDIAccessorClient.h ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698