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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/platform/midi/MIDIAccessorClient.h ('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 c3d8d1f2e98ba9192e05a6ce4d8fdc935887bb27..663f9cacda0aba353c5bb166b5a6a0f3ef1e71d2 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -670,6 +670,9 @@
'webmidi/MIDIAccess.h',
'webmidi/MIDIAccessPromise.cpp',
'webmidi/MIDIAccessPromise.h',
+ 'webmidi/MIDIClient.h',
+ 'webmidi/MIDIController.cpp',
+ 'webmidi/MIDIController.h',
'webmidi/MIDIConnectionEvent.h',
'webmidi/MIDIErrorCallback.h',
'webmidi/MIDIInput.cpp',
« 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