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

Unified Diff: Source/modules/modules.gypi

Issue 77773003: Make WebMIDI use blink Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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/bindings/v8/V8Binding.h ('k') | 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 81fa37885970a4c5e9b411ab66c3327d7b0cf4f7..d3b7b28fff77b9848dbcc7bb5a2cb25e9f43c7cb 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -174,7 +174,6 @@
'webdatabase/SQLTransactionSync.idl',
'webdatabase/SQLTransactionSyncCallback.idl',
'webmidi/MIDIAccess.idl',
- 'webmidi/MIDIAccessPromise.idl',
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
'webmidi/MIDIInput.idl',
@@ -800,8 +799,6 @@
'webdatabase/sqlite/SQLiteTransaction.h',
'webmidi/MIDIAccess.cpp',
'webmidi/MIDIAccess.h',
- 'webmidi/MIDIAccessPromise.cpp',
- 'webmidi/MIDIAccessPromise.h',
'webmidi/MIDIAccessor.cpp',
'webmidi/MIDIAccessor.h',
'webmidi/MIDIAccessorClient.h',
« no previous file with comments | « Source/bindings/v8/V8Binding.h ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698