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

Unified Diff: Source/modules/modules.gypi

Issue 14358032: Web MIDI: implement MIDIConnectionEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) Created 7 years, 8 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/dom/EventNames.in ('k') | Source/modules/webmidi/DOMWindowWebMIDI.idl » ('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 8b17bad92e5e0ff14126beade71ab9eb42da68ec..9e75ea0190a0a961e6ad1bf12cec1578a81cbe40 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -176,6 +176,7 @@
'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WorkerContextWebDatabase.idl',
'webmidi/DOMWindowWebMIDI.idl',
+ 'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIPort.idl',
@@ -617,6 +618,7 @@
'webdatabase/chromium/QuotaTracker.cpp',
'webdatabase/chromium/QuotaTracker.h',
'webdatabase/chromium/SQLTransactionClientChromium.cpp',
+ 'webmidi/MIDIConnectionEvent.h',
'webmidi/MIDIErrorCallback.cpp',
'webmidi/MIDIErrorCallback.h',
'webmidi/MIDIMessageEvent.h',
« no previous file with comments | « Source/core/dom/EventNames.in ('k') | Source/modules/webmidi/DOMWindowWebMIDI.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698