OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |