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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 1f5bc14c41741a954bac5dee35fc2e0228eeca71..c404f27e46097a177f87b0b3cc8b59abeab3a9ee 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -195,8 +195,10 @@
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
'webmidi/MIDIInput.idl',
+ 'webmidi/MIDIInputMap.idl',
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIOutput.idl',
+ 'webmidi/MIDIOutputMap.idl',
'webmidi/MIDIPort.idl',
'webmidi/MIDISuccessCallback.idl',
'websockets/CloseEvent.idl',
@@ -952,10 +954,15 @@
'webmidi/MIDIErrorCallback.h',
'webmidi/MIDIInput.cpp',
'webmidi/MIDIInput.h',
+ 'webmidi/MIDIInputMap.cpp',
+ 'webmidi/MIDIInputMap.h',
'webmidi/MIDIMessageEvent.h',
+ 'webmidi/MIDIPortMap.h',
'webmidi/MIDIOptions.h',
'webmidi/MIDIOutput.cpp',
'webmidi/MIDIOutput.h',
+ 'webmidi/MIDIOutputMap.cpp',
+ 'webmidi/MIDIOutputMap.h',
'webmidi/MIDIPort.cpp',
'webmidi/MIDIPort.h',
'webmidi/MIDISuccessCallback.h',
« 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