diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 23:06:09 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 23:06:09 +0000 |
commit | 3f5d201c12cc91dbd009388b5f021e149fa1036c (patch) | |
tree | a17484836cfdd82e50cf21197a118bbebdb333b7 /media/build | |
parent | 4ef2170bc994581f69c50f6330de57b9e7cbc619 (diff) | |
download | chromium_src-3f5d201c12cc91dbd009388b5f021e149fa1036c.zip chromium_src-3f5d201c12cc91dbd009388b5f021e149fa1036c.tar.gz chromium_src-3f5d201c12cc91dbd009388b5f021e149fa1036c.tar.bz2 |
Checking in basic pipeline interface and stubbed out media::PipelineImpl.
This interface is going to be updated some more in the future, but I'd like to get the basics in first.
Review URL: http://codereview.chromium.org/17299
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/build')
-rw-r--r-- | media/build/media.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media/build/media.vcproj b/media/build/media.vcproj index 23b58cfd..9b4ad5f 100644 --- a/media/build/media.vcproj +++ b/media/build/media.vcproj @@ -160,6 +160,18 @@ RelativePath="..\base\media_format.h" > </File> + <File + RelativePath="..\base\pipeline.h" + > + </File> + <File + RelativePath="..\base\pipeline_impl.cc" + > + </File> + <File + RelativePath="..\base\pipeline_impl.h" + > + </File> </Filter> <Filter Name="audio" |