Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 declare_args() { | |
| 6 # Enables MIDI implementation using WinRT APIs on Windows 10. | |
| 7 # TODO(shaochuan): Switch to using a runtime flag to choose between | |
| 8 # implementations. | |
| 9 midi_use_winrt = false | |
| 10 } | |
| OLD | NEW |