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

Unified Diff: Source/platform/blink_platform.gypi

Issue 216423011: Move remained platform tests from web/tests/ to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/platform/graphics/GraphicsLayerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index b764a29a52a4e26d781fb928d3ad2bd99ab03440..1bedb56b2cf519f6a2d6f23be8c9a2b5563507ba 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -879,6 +879,7 @@
'SharedBufferTest.cpp',
'TestingPlatformSupport.cpp',
'TestingPlatformSupport.h',
+ 'animation/TimingFunctionTest.cpp',
'animation/UnitBezierTest.cpp',
'clipboard/ClipboardUtilitiesTest.cpp',
'fonts/FontCacheTest.cpp',
@@ -891,6 +892,9 @@
'geometry/RoundedRectTest.cpp',
'graphics/GraphicsContextTest.cpp',
'graphics/ThreadSafeDataTransportTest.cpp',
+ 'graphics/filters/FilterOperationsTest.cpp',
+ 'graphics/filters/ImageFilterBuilderTest.cpp',
+ 'graphics/gpu/DrawingBufferTest.cpp',
'graphics/test/MockDiscardablePixelRef.h',
'image-decoders/ImageDecoderTest.cpp',
'testing/ArenaTestHelpers.h',
@@ -908,18 +912,20 @@
],
# NOTE: these are legacy unit tests, do not add more!
'platform_web_unittest_files': [
- 'animation/TimingFunctionTest.cpp',
'graphics/BitmapImageTest.cpp',
'graphics/Canvas2DLayerBridgeTest.cpp',
'graphics/Canvas2DLayerManagerTest.cpp',
'graphics/DeferredImageDecoderTest.cpp',
+ 'graphics/GraphicsLayerTest.cpp',
'graphics/ImageDecodingStoreTest.cpp',
'graphics/ImageFrameGeneratorTest.cpp',
- 'graphics/gpu/DrawingBufferTest.cpp',
+ 'graphics/ImageLayerChromiumTest.cpp',
+ 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
'graphics/test/MockImageDecoder.h',
'graphics/test/MockWebGraphicsContext3D.h',
'image-decoders/gif/GIFImageDecoderTest.cpp',
'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
+ 'image-decoders/webp/WEBPImageDecoderTest.cpp',
],
},
}
« no previous file with comments | « no previous file | Source/platform/graphics/GraphicsLayerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698