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

Unified Diff: media/midi/midi_switches.h

Issue 1276233005: [WebMIDI] Add "use-android-midi-api" flag for Android M+ devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 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 | « media/midi/midi.gyp ('k') | media/midi/midi_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_switches.h
diff --git a/media/midi/midi_switches.h b/media/midi/midi_switches.h
new file mode 100644
index 0000000000000000000000000000000000000000..471d3a7be4398b93bd3d7161595d4468a16add5d
--- /dev/null
+++ b/media/midi/midi_switches.h
@@ -0,0 +1,21 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Defines all the "midi" command-line switches.
+
+#ifndef MEDIA_MIDI_MIDI_SWITCHES_H_
+#define MEDIA_MIDI_MIDI_SWITCHES_H_
+
+#include "build/build_config.h"
+#include "media/midi/midi_export.h"
+
+namespace switches {
+
+#if defined(OS_ANDROID)
+MIDI_EXPORT extern const char kUseAndroidMidiApi[];
+#endif
+
+} // namespace switches
+
+#endif // MEDIA_MIDI_MIDI_SWITCHES_H_
« no previous file with comments | « media/midi/midi.gyp ('k') | media/midi/midi_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698