OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'platform_files': [ | 3 'platform_files': [ |
4 'AsyncFileSystemCallbacks.h', | 4 'AsyncFileSystemCallbacks.h', |
5 'CalculationValue.cpp', | 5 'CalculationValue.cpp', |
6 'CalculationValue.h', | 6 'CalculationValue.h', |
7 'CheckedInt.h', | 7 'CheckedInt.h', |
8 'Clock.cpp', | 8 'Clock.cpp', |
9 'Clock.h', | 9 'Clock.h', |
10 'ColorChooser.cpp', | 10 'ColorChooser.cpp', |
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 'LayoutUnitTest.cpp', | 872 'LayoutUnitTest.cpp', |
873 'LifecycleContextTest.cpp', | 873 'LifecycleContextTest.cpp', |
874 'PODArenaTest.cpp', | 874 'PODArenaTest.cpp', |
875 'PODFreeListArenaTest.cpp', | 875 'PODFreeListArenaTest.cpp', |
876 'PODIntervalTreeTest.cpp', | 876 'PODIntervalTreeTest.cpp', |
877 'PODRedBlackTreeTest.cpp', | 877 'PODRedBlackTreeTest.cpp', |
878 'PurgeableVectorTest.cpp', | 878 'PurgeableVectorTest.cpp', |
879 'SharedBufferTest.cpp', | 879 'SharedBufferTest.cpp', |
880 'TestingPlatformSupport.cpp', | 880 'TestingPlatformSupport.cpp', |
881 'TestingPlatformSupport.h', | 881 'TestingPlatformSupport.h', |
| 882 'animation/TimingFunctionTest.cpp', |
882 'animation/UnitBezierTest.cpp', | 883 'animation/UnitBezierTest.cpp', |
883 'clipboard/ClipboardUtilitiesTest.cpp', | 884 'clipboard/ClipboardUtilitiesTest.cpp', |
884 'fonts/FontCacheTest.cpp', | 885 'fonts/FontCacheTest.cpp', |
885 'fonts/FontDescriptionTest.cpp', | 886 'fonts/FontDescriptionTest.cpp', |
886 'fonts/FontTest.cpp', | 887 'fonts/FontTest.cpp', |
887 'fonts/android/FontCacheAndroidTest.cpp', | 888 'fonts/android/FontCacheAndroidTest.cpp', |
888 'geometry/FloatPolygonTest.cpp', | 889 'geometry/FloatPolygonTest.cpp', |
889 'geometry/FloatRoundedRectTest.cpp', | 890 'geometry/FloatRoundedRectTest.cpp', |
890 'geometry/RegionTest.cpp', | 891 'geometry/RegionTest.cpp', |
891 'geometry/RoundedRectTest.cpp', | 892 'geometry/RoundedRectTest.cpp', |
892 'graphics/GraphicsContextTest.cpp', | 893 'graphics/GraphicsContextTest.cpp', |
893 'graphics/ThreadSafeDataTransportTest.cpp', | 894 'graphics/ThreadSafeDataTransportTest.cpp', |
| 895 'graphics/filters/FilterOperationsTest.cpp', |
| 896 'graphics/filters/ImageFilterBuilderTest.cpp', |
| 897 'graphics/gpu/DrawingBufferTest.cpp', |
894 'graphics/test/MockDiscardablePixelRef.h', | 898 'graphics/test/MockDiscardablePixelRef.h', |
895 'image-decoders/ImageDecoderTest.cpp', | 899 'image-decoders/ImageDecoderTest.cpp', |
896 'testing/ArenaTestHelpers.h', | 900 'testing/ArenaTestHelpers.h', |
897 'testing/TreeTestHelpers.cpp', | 901 'testing/TreeTestHelpers.cpp', |
898 'testing/TreeTestHelpers.h', | 902 'testing/TreeTestHelpers.h', |
899 'text/BidiResolverTest.cpp', | 903 'text/BidiResolverTest.cpp', |
900 'text/DateTimeFormatTest.cpp', | 904 'text/DateTimeFormatTest.cpp', |
901 'text/SegmentedStringTest.cpp', | 905 'text/SegmentedStringTest.cpp', |
902 'text/UnicodeUtilitiesTest.cpp', | 906 'text/UnicodeUtilitiesTest.cpp', |
903 'weborigin/DatabaseIdentifierTest.cpp', | 907 'weborigin/DatabaseIdentifierTest.cpp', |
904 'weborigin/KURLTest.cpp', | 908 'weborigin/KURLTest.cpp', |
905 'weborigin/OriginAccessEntryTest.cpp', | 909 'weborigin/OriginAccessEntryTest.cpp', |
906 'weborigin/SecurityOriginTest.cpp', | 910 'weborigin/SecurityOriginTest.cpp', |
907 'weborigin/SecurityPolicyTest.cpp', | 911 'weborigin/SecurityPolicyTest.cpp', |
908 ], | 912 ], |
909 # NOTE: these are legacy unit tests, do not add more! | 913 # NOTE: these are legacy unit tests, do not add more! |
910 'platform_web_unittest_files': [ | 914 'platform_web_unittest_files': [ |
911 'animation/TimingFunctionTest.cpp', | |
912 'graphics/BitmapImageTest.cpp', | 915 'graphics/BitmapImageTest.cpp', |
913 'graphics/Canvas2DLayerBridgeTest.cpp', | 916 'graphics/Canvas2DLayerBridgeTest.cpp', |
914 'graphics/Canvas2DLayerManagerTest.cpp', | 917 'graphics/Canvas2DLayerManagerTest.cpp', |
915 'graphics/DeferredImageDecoderTest.cpp', | 918 'graphics/DeferredImageDecoderTest.cpp', |
| 919 'graphics/GraphicsLayerTest.cpp', |
916 'graphics/ImageDecodingStoreTest.cpp', | 920 'graphics/ImageDecodingStoreTest.cpp', |
917 'graphics/ImageFrameGeneratorTest.cpp', | 921 'graphics/ImageFrameGeneratorTest.cpp', |
918 'graphics/gpu/DrawingBufferTest.cpp', | 922 'graphics/ImageLayerChromiumTest.cpp', |
| 923 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
919 'graphics/test/MockImageDecoder.h', | 924 'graphics/test/MockImageDecoder.h', |
920 'graphics/test/MockWebGraphicsContext3D.h', | 925 'graphics/test/MockWebGraphicsContext3D.h', |
921 'image-decoders/gif/GIFImageDecoderTest.cpp', | 926 'image-decoders/gif/GIFImageDecoderTest.cpp', |
922 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 927 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
| 928 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
923 ], | 929 ], |
924 }, | 930 }, |
925 } | 931 } |
OLD | NEW |