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

Side by Side Diff: media/midi/midi.gyp

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 unified diff | Download patch
« no previous file with comments | « media/midi/BUILD.gn ('k') | media/midi/midi_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'conditions': [ 8 'conditions': [
9 ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and (embedded!=1 or (chr omecast==1 and target_arch!="arm"))', { 9 ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and (embedded!=1 or (chr omecast==1 and target_arch!="arm"))', {
10 'use_alsa%': 1, 10 'use_alsa%': 1,
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'midi_manager_win.cc', 52 'midi_manager_win.cc',
53 'midi_manager_win.h', 53 'midi_manager_win.h',
54 'midi_message_queue.cc', 54 'midi_message_queue.cc',
55 'midi_message_queue.h', 55 'midi_message_queue.h',
56 'midi_message_util.cc', 56 'midi_message_util.cc',
57 'midi_message_util.h', 57 'midi_message_util.h',
58 'midi_port_info.cc', 58 'midi_port_info.cc',
59 'midi_port_info.h', 59 'midi_port_info.h',
60 'midi_scheduler.cc', 60 'midi_scheduler.cc',
61 'midi_scheduler.h', 61 'midi_scheduler.h',
62 'midi_switches.cc',
63 'midi_switches.h',
62 'usb_midi_device_android.cc', 64 'usb_midi_device_android.cc',
63 'usb_midi_device_android.h', 65 'usb_midi_device_android.h',
64 'usb_midi_device_factory_android.cc', 66 'usb_midi_device_factory_android.cc',
65 'usb_midi_device_factory_android.h', 67 'usb_midi_device_factory_android.h',
66 ], 68 ],
67 'direct_dependent_settings': { 69 'direct_dependent_settings': {
68 'include_dirs': [ 70 'include_dirs': [
69 '../..', 71 '../..',
70 ], 72 ],
71 }, 73 },
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '../../build/isolate.gypi', 231 '../../build/isolate.gypi',
230 ], 232 ],
231 'sources': [ 233 'sources': [
232 'midi_unittests.isolate', 234 'midi_unittests.isolate',
233 ], 235 ],
234 }, 236 },
235 ], 237 ],
236 }], 238 }],
237 ], 239 ],
238 } 240 }
OLDNEW
« no previous file with comments | « media/midi/BUILD.gn ('k') | media/midi/midi_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698