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

Unified Diff: media/midi/midi.gyp

Issue 1678103007: [Chromecast] Set use_alsa=true by default on Chromecast platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« media/media.gyp ('K') | « media/media_options.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi.gyp
diff --git a/media/midi/midi.gyp b/media/midi/midi.gyp
index c470d11a97dd3b7f585b6d3da678d40e7e3fb550..961e62c5b2e77dac9a414e3038aff6b3f6ef389f 100644
--- a/media/midi/midi.gyp
+++ b/media/midi/midi.gyp
@@ -6,7 +6,7 @@
'variables': {
'chromium_code': 1,
'conditions': [
- ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and ((embedded!=1 and chromecast==0) or is_cast_desktop_build==1)', {
+ ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and (embedded==0 or chromecast==1)', {
'use_alsa%': 1,
}, {
'use_alsa%': 0,
« media/media.gyp ('K') | « media/media_options.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698