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

Unified Diff: Source/modules/modules.gypi

Issue 311773003: Decouple MIDIAccess initialization from MIDIAccess class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 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 38488bd225860c1d3e859fd89ec05d609574cacb..17f082bbd5630aa8a969c1af9a8fa88411a82215 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -894,6 +894,8 @@
'webdatabase/sqlite/SQLiteTransaction.h',
'webmidi/MIDIAccess.cpp',
'webmidi/MIDIAccess.h',
+ 'webmidi/MIDIAccessInitializer.cpp',
+ 'webmidi/MIDIAccessInitializer.h',
'webmidi/MIDIAccessor.cpp',
'webmidi/MIDIAccessor.h',
'webmidi/MIDIAccessorClient.h',
« 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