Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 12725006: Move image decoder unit tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits addressed Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 662d794a81cae14dd5695d57ef3ed105e8486570..a7162f1ed01b1c077ff31e5a02f0eb5f4b6dc508 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.
« no previous file with comments | « webkit/tools/test_shell/image_decoder_unittest.cc ('k') | webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698