diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 22:08:03 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 22:08:03 +0000 |
commit | d56a89cca85b9607ca2e4e37efc8b2eb71ab8dd2 (patch) | |
tree | 6b76df353af8fffb7c52acfddb93960d33a748b0 /webkit/tools/test_shell/test_shell.gypi | |
parent | 10baea924c51ef80c02d95009cab728b38feb03c (diff) | |
download | chromium_src-d56a89cca85b9607ca2e4e37efc8b2eb71ab8dd2.zip chromium_src-d56a89cca85b9607ca2e4e37efc8b2eb71ab8dd2.tar.gz chromium_src-d56a89cca85b9607ca2e4e37efc8b2eb71ab8dd2.tar.bz2 |
Override SimpleWebMimeRegistryImpl::supportsMediaMIMEType() for test_shell.
Different versions of Chromium support different codecs, which results in all media layout tests failing since they are generated against ogg/vorbis/theora content. By overriding supportsMediaMIMEType() all media layout tests will use ogg/vorbis/theora test input.
BUG=25886
TEST=test_shell on offical builder should start passing media layout tests
Review URL: http://codereview.chromium.org/1356003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gypi')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index c82bd79..a414092 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2010 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -95,6 +95,8 @@ 'test_shell_switches.h', 'test_shell_win.cc', 'test_shell_webkit_init.h', + 'test_shell_webmimeregistry_impl.cc', + 'test_shell_webmimeregistry_impl.h', 'test_shell_webthemecontrol.h', 'test_shell_webthemecontrol.cc', 'test_shell_webthemeengine.h', |