| 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 (chromecast==0 or is
_cast_desktop_build==1)', { |
| 10 'use_alsa%': 1, | 10 'use_alsa%': 1, |
| 11 }, { | 11 }, { |
| 12 'use_alsa%': 0, | 12 'use_alsa%': 0, |
| 13 }], | 13 }], |
| 14 ], | 14 ], |
| 15 # Source files that are used in production code for Android, and in tests | 15 # Source files that are used in production code for Android, and in tests |
| 16 # for others. | 16 # for others. |
| 17 'usb_midi_sources': [ | 17 'usb_midi_sources': [ |
| 18 'midi_manager_usb.cc', | 18 'midi_manager_usb.cc', |
| 19 'midi_manager_usb.h', | 19 'midi_manager_usb.h', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 '../../build/isolate.gypi', | 242 '../../build/isolate.gypi', |
| 243 ], | 243 ], |
| 244 'sources': [ | 244 'sources': [ |
| 245 'midi_unittests.isolate', | 245 'midi_unittests.isolate', |
| 246 ], | 246 ], |
| 247 }, | 247 }, |
| 248 ], | 248 ], |
| 249 }], | 249 }], |
| 250 ], | 250 ], |
| 251 } | 251 } |
| OLD | NEW |