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

Unified Diff: media/media_options.gni

Issue 2243183002: Web MIDI backend for Windows 10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | media/midi/BUILD.gn » ('j') | media/midi/midi_manager_winrt.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 424d85658adf64fc15e94b2ef142eb19e13d26aa..aade59be41e4a28d21cac32de17ef6f7855c0af8 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -44,6 +44,11 @@ declare_args() {
# Enable HEVC/H265 demuxing. Actual decoding must be provided by the
# platform. Enable by default for Chromecast.
enable_hevc_demuxing = proprietary_codecs && is_chromecast
+
+ # Enables MIDI implementation using WinRT APIs on Windows 10.
+ # TODO(shaochuan): Switch to using a runtime flag to choose between
+ # implementations.
+ midi_use_winrt = false
Takashi Toyoshima 2016/08/16 09:30:28 I think it's fine to submit current CL with some T
Shao-Chuan Lee 2016/08/18 08:48:56 Done.
}
# Use a second declare_args() to pick up possible overrides of |use_cras|.
« no previous file with comments | « no previous file | media/midi/BUILD.gn » ('j') | media/midi/midi_manager_winrt.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698