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

Unified Diff: media/media.gyp

Issue 10916105: Add Mac OS X unified audio I/O back-end (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
===================================================================
--- media/media.gyp (revision 155057)
+++ media/media.gyp (working copy)
@@ -113,6 +113,19 @@
'audio/mac/audio_manager_mac.h',
'audio/mac/audio_output_mac.cc',
'audio/mac/audio_output_mac.h',
+ 'audio/mac/audio_unified_mac.cc',
+ 'audio/mac/audio_unified_mac.h',
+
scherkus (not reviewing) 2012/09/10 11:26:19 remove all these blank lines
+ 'audio/mac/audio_synchronized_mac.cc',
+ 'audio/mac/audio_synchronized_mac.h',
scherkus (not reviewing) 2012/09/10 11:26:19 I don't see these in the CL -- remove?
+
+ 'audio/mac/CAPlayThrough/AudioChannel.cpp',
scherkus (not reviewing) 2012/09/10 11:26:19 remove?
+ 'audio/mac/CAPlayThrough/AudioChannel.h',
+ 'audio/mac/CAPlayThrough/AudioBus.cpp',
+ 'audio/mac/CAPlayThrough/AudioBus.h',
+ 'audio/mac/CAPlayThrough/AudioFIFO.cpp',
+ 'audio/mac/CAPlayThrough/AudioFIFO.h',
no longer working on chromium 2012/09/10 12:14:59 are these files part of this CL?
+
'audio/null_audio_sink.cc',
'audio/null_audio_sink.h',
'audio/openbsd/audio_manager_openbsd.cc',
« media/audio/mac/audio_unified_mac.cc ('K') | « media/audio/mac/audio_unified_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698