diff options
author | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-12 17:43:04 +0000 |
---|---|---|
committer | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-12 17:43:04 +0000 |
commit | 31bc2039ba95532aafee8f028673c2a53d76b24a (patch) | |
tree | b70c4e29d583cf1084675df8323f6375ef1c4f91 /media/media.gyp | |
parent | 8453535eedd7e7789fcc315436cead1a030312a4 (diff) | |
download | chromium_src-31bc2039ba95532aafee8f028673c2a53d76b24a.zip chromium_src-31bc2039ba95532aafee8f028673c2a53d76b24a.tar.gz chromium_src-31bc2039ba95532aafee8f028673c2a53d76b24a.tar.bz2 |
Adding support for incremental cluster parsing.
BUG=104160
TEST=Covered by ChunkDemuxer unittests.
Review URL: http://codereview.chromium.org/8775035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114030 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 a52d4a5..abe8310 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -621,6 +621,7 @@ 'video/capture/video_capture_device_unittest.cc', 'webm/cluster_builder.cc', 'webm/cluster_builder.h', + 'webm/webm_parser_unittest.cc', ], 'conditions': [ ['os_posix==1 and OS!="mac"', { |