diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-13 02:01:03 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-13 02:01:03 +0000 |
commit | 0b9c840bb55c2c9914ccb44b66274b38c74872a1 (patch) | |
tree | f464f1283529b4644df4a22e22c14c1032979fc6 /webkit/tools/test_shell/test_shell.gypi | |
parent | 0a29063eef78157e35da84f60c7c12043f40f29d (diff) | |
download | chromium_src-0b9c840bb55c2c9914ccb44b66274b38c74872a1.zip chromium_src-0b9c840bb55c2c9914ccb44b66274b38c74872a1.tar.gz chromium_src-0b9c840bb55c2c9914ccb44b66274b38c74872a1.tar.bz2 |
Move image decoder unit tests to content_unittests
We're deleting the concept of a webcore_unit_test from Chromium. I would prefer
to move these tests into the WebKit repository, but they depend on test data in
src-internal. Instead, this CL moves them into content_unittests.
BUG=184276
Review URL: https://chromiumcodereview.appspot.com/12725006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187745 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 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index 662d794..a7162f1 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -394,10 +394,6 @@ '../../plugins/ppapi/ppapi_unittest.h', '../../plugins/ppapi/quota_file_io_unittest.cc', '../../user_agent/user_agent_unittest.cc', - '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', - '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', - 'image_decoder_unittest.cc', - 'image_decoder_unittest.h', 'mock_spellcheck_unittest.cc', 'plugin_tests.cc', 'run_all_tests.cc', @@ -440,17 +436,6 @@ 'dependencies': [ 'test_shell', ], - 'sources!': [ - # Disable the image decoder tests because we use CoreGraphics - # code on mac and these tests are for the Skia image-decoders. - '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', - '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', - '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', - 'image_decoder_unittest.cc', - 'image_decoder_unittest.h', - ], - 'sources': [ - ], }], ['OS=="win"', { # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |