Remove no longer used video codec test framework.

Moves one test to the vp8 unittests which might still be good to have.
Also does a bit of clean up in vp8 unittests.

R=mflodman@webrtc.org, pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/31139004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7835 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2014-12-09 00:02:45 +00:00
parent 8911bc52f1
commit 86b6d65ef1
20 changed files with 88 additions and 4520 deletions

View File

@@ -47,7 +47,6 @@
'rtp_rtcp/test/testFec/test_fec.gypi',
'video_coding/main/source/video_coding_test.gypi',
'video_coding/codecs/test/video_codecs_test_framework.gypi',
'video_coding/codecs/test_framework/test_framework.gypi',
'video_coding/codecs/tools/video_codecs_tools.gypi',
], # includes
'variables': {
@@ -83,7 +82,6 @@
'PCM16B', # Needed by NetEq tests.
'remote_bitrate_estimator',
'rtp_rtcp',
'test_framework',
'video_codecs_test_framework',
'video_processing',
'webrtc_utility',
@@ -324,7 +322,6 @@
'dependencies': [
'audio_coding_module',
'rtp_rtcp',
'test_framework',
'video_codecs_test_framework',
'webrtc_utility',
'webrtc_video_coding',