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

Unified Diff: media/media.gyp

Issue 17112016: Add new class AudioBufferQueue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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 deb35e2afa15b1ad145e72cdfd881acc7bb968ae..f96e4cefc914872ea62dda288de197d7af3d0a2c 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -280,6 +280,8 @@
'base/sample_format.cc',
'base/sample_format.h',
'base/scoped_histogram_timer.h',
+ 'base/seekable_audio_buffer.cc',
+ 'base/seekable_audio_buffer.h',
'base/seekable_buffer.cc',
'base/seekable_buffer.h',
'base/serial_runner.cc',
@@ -920,6 +922,7 @@
'base/ranges_unittest.cc',
'base/run_all_unittests.cc',
'base/scoped_histogram_timer_unittest.cc',
+ 'base/seekable_audio_buffer_unittest.cc',
'base/seekable_buffer_unittest.cc',
'base/sinc_resampler_unittest.cc',
'base/test_data_util.cc',
« media/base/seekable_audio_buffer_unittest.cc ('K') | « media/base/seekable_audio_buffer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698