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

Unified Diff: media/media.gyp

Issue 1714593003: Introduce media::AudioPushFifo and a couple of use cases (and clean-ups). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest compile breakage caused by recent method rename. Created 4 years, 10 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_push_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 b6f34aa7e72a820a16d722ab20afddd202fcf2e2..0a67f3569d74edbfdccce299a6fe5e48e57d1f20 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -251,6 +251,8 @@
'base/audio_hash.h',
'base/audio_pull_fifo.cc',
'base/audio_pull_fifo.h',
+ 'base/audio_push_fifo.cc',
+ 'base/audio_push_fifo.h',
'base/audio_renderer.cc',
'base/audio_renderer.h',
'base/audio_renderer_mixer.cc',
@@ -1237,6 +1239,7 @@
'base/audio_hardware_config_unittest.cc',
'base/audio_hash_unittest.cc',
'base/audio_pull_fifo_unittest.cc',
+ 'base/audio_push_fifo_unittest.cc',
'base/audio_renderer_mixer_input_unittest.cc',
'base/audio_renderer_mixer_unittest.cc',
'base/audio_shifter_unittest.cc',
« no previous file with comments | « media/base/audio_push_fifo_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698