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

Unified Diff: Source/modules/modules.gypi

Issue 14423002: Web MIDI: implement MIDIErrorCallback (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: #include 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 | « no previous file | Source/modules/webmidi/MIDIErrorCallback.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 e7240aad6fe9cd9fec0e1abee1298451645415dc..78c0d3321e5c3959de96f7380d6d36bcd638e29a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -174,6 +174,7 @@
'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WorkerContextWebDatabase.idl',
'webmidi/DOMWindowWebMIDI.idl',
+ 'webmidi/MIDIErrorCallback.idl',
'webmidi/MIDIMessageEvent.idl',
'websockets/CloseEvent.idl',
'websockets/DOMWindowWebSocket.idl',
@@ -611,6 +612,8 @@
'webdatabase/chromium/QuotaTracker.cpp',
'webdatabase/chromium/QuotaTracker.h',
'webdatabase/chromium/SQLTransactionClientChromium.cpp',
+ 'webmidi/MIDIErrorCallback.cpp',
+ 'webmidi/MIDIErrorCallback.h',
'webmidi/MIDIMessageEvent.h',
'websockets/CloseEvent.h',
'websockets/MainThreadWebSocketChannel.cpp',
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698