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

Unified Diff: Source/modules/modules.gypi

Issue 16288002: Web MIDI API (work in progress) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add accessApproved() 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 | « Source/core/platform/midi/MIDIAccessorChromium.cpp ('k') | Source/modules/webaudio/AudioContext.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..d37ff47fa48db574f3597465370825e841494257 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -156,6 +156,9 @@
'webdatabase/SQLTransactionSync.idl',
'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WorkerContextWebDatabase.idl',
+
+ 'webmidi/NavigatorMIDIAccess.idl',
+ 'webmidi/MIDIAccessFuture.idl',
'webmidi/MIDIAccess.idl',
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
@@ -599,6 +602,11 @@
'webdatabase/chromium/QuotaTracker.cpp',
'webdatabase/chromium/QuotaTracker.h',
'webdatabase/chromium/SQLTransactionClientChromium.cpp',
+
+ 'webmidi/NavigatorMIDIAccess.cpp',
+ 'webmidi/NavigatorMIDIAccess.h',
+ 'webmidi/MIDIAccessFuture.cpp',
+ 'webmidi/MIDIAccessFuture.h',
'webmidi/MIDIAccess.cpp',
'webmidi/MIDIAccess.h',
'webmidi/MIDIConnectionEvent.h',
« no previous file with comments | « Source/core/platform/midi/MIDIAccessorChromium.cpp ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698