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

Unified Diff: media/media.gyp

Issue 23480030: Output device enumeration for Alsa, plus unit test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mediaPulseaudio
Patch Set: Merge LKGR and parent. Created 7 years, 3 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
« no previous file with comments | « media/audio/linux/audio_manager_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 29f7c6d1fae8d3a8d5dbcaf874360aced441ced7..39c75331915b4b5bf5fac00f61e6a16d6375dc0b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1042,6 +1042,11 @@
'base/media_file_checker_unittest.cc',
],
}],
+ ['use_alsa==1', {
+ 'defines': [
+ 'USE_ALSA',
+ ],
+ }],
['use_pulseaudio==1', {
'defines': [
'USE_PULSEAUDIO',
« no previous file with comments | « media/audio/linux/audio_manager_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698