diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 22:40:22 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 22:40:22 +0000 |
commit | 48ab88b24fecfd7b21955fb24fcfe1544da34d25 (patch) | |
tree | 72f379f40ac70e0dca5770bf904c2c68bf0613b7 /media/media.gyp | |
parent | 8267a7d1082e969da88b168f22178adabbd94cf3 (diff) | |
download | chromium_src-48ab88b24fecfd7b21955fb24fcfe1544da34d25.zip chromium_src-48ab88b24fecfd7b21955fb24fcfe1544da34d25.tar.gz chromium_src-48ab88b24fecfd7b21955fb24fcfe1544da34d25.tar.bz2 |
Refactored, templatized, commented and moved TestReader to the fancy new MockReader.
Previously only used by FFmpegDemuxerTest, it's not templated so we can use it with FFmpegVideoDecoderTest and FFmpegAudioDecoderTest and any other sort of demuxer or decoder for that matter.
Review URL: http://codereview.chromium.org/126027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp index b6c895b..e3f3b3a 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -152,6 +152,7 @@ 'base/mock_filter_host.h', 'base/mock_media_filters.h', 'base/mock_pipeline.h', + 'base/mock_reader.h', 'base/pipeline_impl_unittest.cc', 'base/run_all_unittests.cc', 'base/seekable_buffer_unittest.cc', |