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

Unified Diff: Source/modules/modules.gypi

Issue 15995010: Web MIDI: implement MIDIAccessPromise (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | « no previous file | 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 551dd63a2b4714bb4ba01284ceb065e5728f79e7..fcf562f150ed14fb81970d6376f42673d357b357 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -157,6 +157,7 @@
'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WorkerContextWebDatabase.idl',
'webmidi/MIDIAccess.idl',
+ 'webmidi/MIDIAccessPromise.idl',
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
'webmidi/MIDIInput.idl',
@@ -601,6 +602,8 @@
'webdatabase/chromium/SQLTransactionClientChromium.cpp',
'webmidi/MIDIAccess.cpp',
'webmidi/MIDIAccess.h',
+ 'webmidi/MIDIAccessPromise.cpp',
+ 'webmidi/MIDIAccessPromise.h',
'webmidi/MIDIConnectionEvent.h',
'webmidi/MIDIErrorCallback.h',
'webmidi/MIDIInput.cpp',
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698