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

Unified Diff: media/media.gyp

Issue 10912079: Adds AudioFifo class to Chrome media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More changes proposed by Dale 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
« no previous file with comments | « media/base/audio_fifo_unittest.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 aed11d3775810643597028f93bef60bcaea23cad..c0394813f546a592ed49be22f77d8674e4f7e2bf 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -145,6 +145,8 @@
'base/audio_decoder.h',
'base/audio_decoder_config.cc',
'base/audio_decoder_config.h',
+ 'base/audio_fifo.cc',
+ 'base/audio_fifo.h',
'base/audio_renderer.cc',
'base/audio_renderer.h',
'base/audio_renderer_mixer.cc',
@@ -572,6 +574,7 @@
'audio/win/audio_low_latency_output_win_unittest.cc',
'audio/win/audio_output_win_unittest.cc',
'base/audio_bus_unittest.cc',
+ 'base/audio_fifo_unittest.cc',
'base/audio_renderer_mixer_input_unittest.cc',
'base/audio_renderer_mixer_unittest.cc',
'base/bit_reader_unittest.cc',
« no previous file with comments | « media/base/audio_fifo_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698