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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 'text/UnicodeUtilitiesTest.cpp', | 906 'text/UnicodeUtilitiesTest.cpp', |
907 'weborigin/DatabaseIdentifierTest.cpp', | 907 'weborigin/DatabaseIdentifierTest.cpp', |
908 'weborigin/KURLTest.cpp', | 908 'weborigin/KURLTest.cpp', |
909 'weborigin/OriginAccessEntryTest.cpp', | 909 'weborigin/OriginAccessEntryTest.cpp', |
910 'weborigin/SecurityOriginTest.cpp', | 910 'weborigin/SecurityOriginTest.cpp', |
911 'weborigin/SecurityPolicyTest.cpp', | 911 'weborigin/SecurityPolicyTest.cpp', |
912 ], | 912 ], |
913 # NOTE: these are legacy unit tests, do not add more! | 913 # NOTE: these are legacy unit tests, do not add more! |
914 'platform_web_unittest_files': [ | 914 'platform_web_unittest_files': [ |
915 'animation/TimingFunctionTest.cpp', | 915 'animation/TimingFunctionTest.cpp', |
| 916 'graphics/BitmapImageTest.cpp', |
916 'graphics/Canvas2DLayerBridgeTest.cpp', | 917 'graphics/Canvas2DLayerBridgeTest.cpp', |
917 'graphics/Canvas2DLayerManagerTest.cpp', | 918 'graphics/Canvas2DLayerManagerTest.cpp', |
918 'graphics/DeferredImageDecoderTest.cpp', | 919 'graphics/DeferredImageDecoderTest.cpp', |
919 'graphics/ImageDecodingStoreTest.cpp', | 920 'graphics/ImageDecodingStoreTest.cpp', |
920 'graphics/ImageFrameGeneratorTest.cpp', | 921 'graphics/ImageFrameGeneratorTest.cpp', |
921 'graphics/gpu/DrawingBufferTest.cpp', | 922 'graphics/gpu/DrawingBufferTest.cpp', |
922 'graphics/test/MockImageDecoder.h', | 923 'graphics/test/MockImageDecoder.h', |
923 'graphics/test/MockWebGraphicsContext3D.h', | 924 'graphics/test/MockWebGraphicsContext3D.h', |
| 925 'image-decoders/gif/GIFImageDecoderTest.cpp', |
| 926 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
924 ], | 927 ], |
925 }, | 928 }, |
926 } | 929 } |
OLD | NEW |