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

Unified Diff: media/media.gyp

Issue 275022: Move Alsa device opening into the audio thread, and add in support for multi-channel audio. (Closed)
Patch Set: Fix up the unittests since we not only downmix for a very small set of channels. Created 11 years, 2 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/base/media_switches.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 ddcf168d870efb346a335f4eac1a053117cc00dd..15c523ff38c65067a6f1f165202f37ea18a2e008 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -62,11 +62,13 @@
'base/factory.h',
'base/filter_host.h',
'base/filters.h',
- 'base/media_posix.cc',
- 'base/media_win.cc',
'base/media.h',
'base/media_format.cc',
'base/media_format.h',
+ 'base/media_posix.cc',
+ 'base/media_switches.cc',
+ 'base/media_switches.h',
+ 'base/media_win.cc',
'base/pipeline.h',
'base/pipeline_impl.cc',
'base/pipeline_impl.h',
« no previous file with comments | « media/base/media_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698