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

Unified Diff: Source/bindings/bindings.gypi

Issue 77773003: Make WebMIDI use blink Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reduce protect(this). Created 6 years, 10 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
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 1b7d275124422eee0c1f4f545b991d3990722e60..80755a5d7ee3feacaede5edc9dc2e4326b0395f7 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -31,6 +31,8 @@
'v8/ExceptionStatePlaceholder.cpp',
'v8/IDBBindingUtilities.cpp',
'v8/IDBBindingUtilities.h',
+ 'v8/MIDIAccessResolver.cpp',
+ 'v8/MIDIAccessResolver.h',
'v8/NPV8Object.cpp',
'v8/NPV8Object.h',
'v8/PageScriptDebugServer.cpp',

Powered by Google App Engine
This is Rietveld 408576698