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

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 to parent, match use_alsa logic. 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 7eb45543eb76b5fad89f62c36fbaf582610efb08..a0c9f56c2a3db4a71ceea5213b3648e73fca4f92 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1039,6 +1039,11 @@
'base/media_file_checker_unittest.cc',
],
}],
+ ['use_alsa==1', {
+ 'defines': [
+ 'USE_ALSA',
+ ],
+ }],
['use_pulseaudio==1', {
'defines': [
'USE_PULSEAUDIO',
« media/audio/audio_manager_unittest.cc ('K') | « 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