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

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

Issue 513203002: Introduce MIDIInputMap and MIDIOutputMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@iterator-adhoc
Patch Set: rebase Created 6 years, 3 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 | « Source/core/testing/Internals.cpp ('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 '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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'webdatabase/SQLStatementErrorCallback.idl', 188 'webdatabase/SQLStatementErrorCallback.idl',
189 'webdatabase/SQLTransaction.idl', 189 'webdatabase/SQLTransaction.idl',
190 'webdatabase/SQLTransactionCallback.idl', 190 'webdatabase/SQLTransactionCallback.idl',
191 'webdatabase/SQLTransactionErrorCallback.idl', 191 'webdatabase/SQLTransactionErrorCallback.idl',
192 'webdatabase/SQLTransactionSync.idl', 192 'webdatabase/SQLTransactionSync.idl',
193 'webdatabase/SQLTransactionSyncCallback.idl', 193 'webdatabase/SQLTransactionSyncCallback.idl',
194 'webmidi/MIDIAccess.idl', 194 'webmidi/MIDIAccess.idl',
195 'webmidi/MIDIConnectionEvent.idl', 195 'webmidi/MIDIConnectionEvent.idl',
196 'webmidi/MIDIErrorCallback.idl', 196 'webmidi/MIDIErrorCallback.idl',
197 'webmidi/MIDIInput.idl', 197 'webmidi/MIDIInput.idl',
198 'webmidi/MIDIInputMap.idl',
198 'webmidi/MIDIMessageEvent.idl', 199 'webmidi/MIDIMessageEvent.idl',
199 'webmidi/MIDIOutput.idl', 200 'webmidi/MIDIOutput.idl',
201 'webmidi/MIDIOutputMap.idl',
200 'webmidi/MIDIPort.idl', 202 'webmidi/MIDIPort.idl',
201 'webmidi/MIDISuccessCallback.idl', 203 'webmidi/MIDISuccessCallback.idl',
202 'websockets/CloseEvent.idl', 204 'websockets/CloseEvent.idl',
203 'websockets/WebSocket.idl', 205 'websockets/WebSocket.idl',
204 ], 206 ],
205 # 'partial interface' or target (right side of) 'implements' 207 # 'partial interface' or target (right side of) 'implements'
206 'modules_dependency_idl_files': [ 208 'modules_dependency_idl_files': [
207 'battery/NavigatorBattery.idl', 209 'battery/NavigatorBattery.idl',
208 'beacon/NavigatorBeacon.idl', 210 'beacon/NavigatorBeacon.idl',
209 'credentialmanager/NavigatorCredentials.idl', 211 'credentialmanager/NavigatorCredentials.idl',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 'webmidi/MIDIClient.h', 948 'webmidi/MIDIClient.h',
947 'webmidi/MIDIClientMock.cpp', 949 'webmidi/MIDIClientMock.cpp',
948 'webmidi/MIDIClientMock.h', 950 'webmidi/MIDIClientMock.h',
949 'webmidi/MIDIConnectionEvent.cpp', 951 'webmidi/MIDIConnectionEvent.cpp',
950 'webmidi/MIDIConnectionEvent.h', 952 'webmidi/MIDIConnectionEvent.h',
951 'webmidi/MIDIController.cpp', 953 'webmidi/MIDIController.cpp',
952 'webmidi/MIDIController.h', 954 'webmidi/MIDIController.h',
953 'webmidi/MIDIErrorCallback.h', 955 'webmidi/MIDIErrorCallback.h',
954 'webmidi/MIDIInput.cpp', 956 'webmidi/MIDIInput.cpp',
955 'webmidi/MIDIInput.h', 957 'webmidi/MIDIInput.h',
958 'webmidi/MIDIInputMap.cpp',
959 'webmidi/MIDIInputMap.h',
956 'webmidi/MIDIMessageEvent.h', 960 'webmidi/MIDIMessageEvent.h',
961 'webmidi/MIDIPortMap.h',
957 'webmidi/MIDIOptions.h', 962 'webmidi/MIDIOptions.h',
958 'webmidi/MIDIOutput.cpp', 963 'webmidi/MIDIOutput.cpp',
959 'webmidi/MIDIOutput.h', 964 'webmidi/MIDIOutput.h',
965 'webmidi/MIDIOutputMap.cpp',
966 'webmidi/MIDIOutputMap.h',
960 'webmidi/MIDIPort.cpp', 967 'webmidi/MIDIPort.cpp',
961 'webmidi/MIDIPort.h', 968 'webmidi/MIDIPort.h',
962 'webmidi/MIDISuccessCallback.h', 969 'webmidi/MIDISuccessCallback.h',
963 'webmidi/NavigatorWebMIDI.cpp', 970 'webmidi/NavigatorWebMIDI.cpp',
964 'webmidi/NavigatorWebMIDI.h', 971 'webmidi/NavigatorWebMIDI.h',
965 'websockets/CloseEvent.h', 972 'websockets/CloseEvent.h',
966 'websockets/DOMWebSocket.cpp', 973 'websockets/DOMWebSocket.cpp',
967 'websockets/DOMWebSocket.h', 974 'websockets/DOMWebSocket.h',
968 'websockets/MainThreadWebSocketChannel.cpp', 975 'websockets/MainThreadWebSocketChannel.cpp',
969 'websockets/MainThreadWebSocketChannel.h', 976 'websockets/MainThreadWebSocketChannel.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 'serviceworkers/ServiceWorkerContainerTest.cpp', 1027 'serviceworkers/ServiceWorkerContainerTest.cpp',
1021 'websockets/DOMWebSocketTest.cpp', 1028 'websockets/DOMWebSocketTest.cpp',
1022 'websockets/NewWebSocketChannelImplTest.cpp', 1029 'websockets/NewWebSocketChannelImplTest.cpp',
1023 'websockets/WebSocketDeflaterTest.cpp', 1030 'websockets/WebSocketDeflaterTest.cpp',
1024 'websockets/WebSocketExtensionDispatcherTest.cpp', 1031 'websockets/WebSocketExtensionDispatcherTest.cpp',
1025 'websockets/WebSocketExtensionParserTest.cpp', 1032 'websockets/WebSocketExtensionParserTest.cpp',
1026 'websockets/WebSocketPerMessageDeflateTest.cpp', 1033 'websockets/WebSocketPerMessageDeflateTest.cpp',
1027 ], 1034 ],
1028 }, 1035 },
1029 } 1036 }
OLDNEW
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698