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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media.gyp ('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 467c6e314bb7934fbb9624caf8930f48a24a9234..c470d11a97dd3b7f585b6d3da678d40e7e3fb550 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 (chromecast==0 or is_cast_desktop_build==1)', {
+ ['(OS=="linux" or OS=="freebsd" or OS=="solaris") and ((embedded!=1 and chromecast==0) or is_cast_desktop_build==1)', {
'use_alsa%': 1,
}, {
'use_alsa%': 0,
« 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