Move Image related tests from web/tests/ to platform/

Move BitmapImageTest.cpp, GIFImageDecoderTest.cpp and JPEGImageDecoderTest.cpp.

BUG=353585

Review URL: https://codereview.chromium.org/203543002

git-svn-id: svn://svn.chromium.org/blink/trunk@169544 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent cb5ccb6b
...@@ -913,6 +913,7 @@ ...@@ -913,6 +913,7 @@
# NOTE: these are legacy unit tests, do not add more! # NOTE: these are legacy unit tests, do not add more!
'platform_web_unittest_files': [ 'platform_web_unittest_files': [
'animation/TimingFunctionTest.cpp', 'animation/TimingFunctionTest.cpp',
'graphics/BitmapImageTest.cpp',
'graphics/Canvas2DLayerBridgeTest.cpp', 'graphics/Canvas2DLayerBridgeTest.cpp',
'graphics/Canvas2DLayerManagerTest.cpp', 'graphics/Canvas2DLayerManagerTest.cpp',
'graphics/DeferredImageDecoderTest.cpp', 'graphics/DeferredImageDecoderTest.cpp',
...@@ -921,6 +922,8 @@ ...@@ -921,6 +922,8 @@
'graphics/gpu/DrawingBufferTest.cpp', 'graphics/gpu/DrawingBufferTest.cpp',
'graphics/test/MockImageDecoder.h', 'graphics/test/MockImageDecoder.h',
'graphics/test/MockWebGraphicsContext3D.h', 'graphics/test/MockWebGraphicsContext3D.h',
'image-decoders/gif/GIFImageDecoderTest.cpp',
'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
], ],
}, },
} }
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "../../config.h" #include "config.h"
#include "platform/image-decoders/jpeg/JPEGImageDecoder.h" #include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
......
...@@ -260,7 +260,6 @@ ...@@ -260,7 +260,6 @@
], ],
'web_unittest_files': [ 'web_unittest_files': [
'tests/AssociatedURLLoaderTest.cpp', 'tests/AssociatedURLLoaderTest.cpp',
'tests/BitmapImageTest.cpp',
'tests/ChromeClientImplTest.cpp', 'tests/ChromeClientImplTest.cpp',
'tests/CompositedLayerMappingTest.cpp', 'tests/CompositedLayerMappingTest.cpp',
'tests/CustomEventTest.cpp', 'tests/CustomEventTest.cpp',
...@@ -271,12 +270,10 @@ ...@@ -271,12 +270,10 @@
'tests/FrameLoaderClientImplTest.cpp', 'tests/FrameLoaderClientImplTest.cpp',
'tests/FrameTestHelpers.cpp', 'tests/FrameTestHelpers.cpp',
'tests/FrameTestHelpers.h', 'tests/FrameTestHelpers.h',
'tests/GIFImageDecoderTest.cpp',
'tests/GraphicsContextTest.cpp', 'tests/GraphicsContextTest.cpp',
'tests/GraphicsLayerTest.cpp', 'tests/GraphicsLayerTest.cpp',
'tests/ImageFilterBuilderTest.cpp', 'tests/ImageFilterBuilderTest.cpp',
'tests/ImageLayerChromiumTest.cpp', 'tests/ImageLayerChromiumTest.cpp',
'tests/JPEGImageDecoderTest.cpp',
'tests/KeyboardTest.cpp', 'tests/KeyboardTest.cpp',
'tests/LinkHighlightTest.cpp', 'tests/LinkHighlightTest.cpp',
'tests/ListenerLeakTest.cpp', 'tests/ListenerLeakTest.cpp',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment