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

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

Issue 1528533002: [Chromecast] Replace architecure-based conditionals with flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: GYP 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
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 (chromecast==0 or is _cast_desktop_build==1)', {
slan 2015/12/15 04:15:24 Can be removed, see media.gyp
halliwell 2015/12/15 15:41:55 ditto on 'embedded'
slan 2015/12/15 15:59:35 See above.
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
« media/media_options.gni ('K') | « media/media_options.gni ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698