summaryrefslogtreecommitdiff
path: root/chromium/media/midi/midi_switches.h
blob: 471d3a7be4398b93bd3d7161595d4468a16add5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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_