summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-29 17:34:32 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-29 17:34:32 +0000
commit622b788650a636236c3842f1287126fc60fb80ed (patch)
treeda3e6045ec78f3c4929a6f11779bb8ac21b5adb1 /remoting/remoting.gyp
parent3190f36c2f7ac99d06a07b3df1e12ac36fc11d08 (diff)
downloadchromium_src-622b788650a636236c3842f1287126fc60fb80ed.zip
chromium_src-622b788650a636236c3842f1287126fc60fb80ed.tar.gz
chromium_src-622b788650a636236c3842f1287126fc60fb80ed.tar.bz2
VP8 decoder for chromoting
Added DecoderVp8 and unit test for chromoting. TEST=remoting_unittests BUG=50235 Review URL: http://codereview.chromium.org/3032047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 33339cb..47d498c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -137,6 +137,8 @@
'base/decoder.h',
'base/decoder_verbatim.cc',
'base/decoder_verbatim.h',
+ 'base/decoder_vp8.cc',
+ 'base/decoder_vp8.h',
'base/decoder_zlib.cc',
'base/decoder_zlib.h',
'base/decompressor.h',
@@ -400,6 +402,7 @@
'base/codec_test.h',
'base/compressor_zlib_unittest.cc',
'base/decoder_verbatim_unittest.cc',
+ 'base/decoder_vp8_unittest.cc',
'base/decoder_zlib_unittest.cc',
'base/decompressor_zlib_unittest.cc',
'base/encoder_verbatim_unittest.cc',