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

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

Issue 1530713006: Don't use pulse/alsa in embedded config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Readd embedded for midi.gyp as well Created 5 years 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/media.gyp ('k') | no next file » | 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 (chromecast==0 or is _cast_desktop_build==1)', { 9 ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and ((embedded!=1 and ch romecast==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
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 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698