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

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: 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 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 8e0ed4c48e1fbed2b3889f9dab15a42a690b82c6..d087cc1478ac7812734f763680821ca63a0a4cdd 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',
@@ -953,10 +955,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