diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 01:47:34 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 01:47:34 +0000 |
commit | ed29e4ddb6c19ac7ce9141967c6aad0e55ecbac2 (patch) | |
tree | 3c09c55c47454db91a6f57717ff24a722eb124fe /build/all.gyp | |
parent | afaeea9dd75d89ee5e4866af29648d94d2e553ef (diff) | |
download | chromium_src-ed29e4ddb6c19ac7ce9141967c6aad0e55ecbac2.zip chromium_src-ed29e4ddb6c19ac7ce9141967c6aad0e55ecbac2.tar.gz chromium_src-ed29e4ddb6c19ac7ce9141967c6aad0e55ecbac2.tar.bz2 |
Removing defunct OpenMAX code (round 2).
All of this code hasn't been used in over a year and has been replaced by VideoDecodeAccelerator and it's corresponding OpenMAX implementation OmxVideoDecodeAccelerator.
BUG=none
TEST=the world still compiles
Review URL: http://codereview.chromium.org/7066071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90697 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 3fbc4ab..20d7cc8 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -553,7 +553,6 @@ '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:ffmpeg_tests', '../media/media.gyp:media_unittests', - '../media/media.gyp:omx_test', '../net/net.gyp:net_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', |