| 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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 'text/SegmentedStringTest.cpp', | 899 'text/SegmentedStringTest.cpp', |
| 900 'text/UnicodeUtilitiesTest.cpp', | 900 'text/UnicodeUtilitiesTest.cpp', |
| 901 'weborigin/DatabaseIdentifierTest.cpp', | 901 'weborigin/DatabaseIdentifierTest.cpp', |
| 902 'weborigin/KURLTest.cpp', | 902 'weborigin/KURLTest.cpp', |
| 903 'weborigin/OriginAccessEntryTest.cpp', | 903 'weborigin/OriginAccessEntryTest.cpp', |
| 904 'weborigin/SecurityOriginTest.cpp', | 904 'weborigin/SecurityOriginTest.cpp', |
| 905 'weborigin/SecurityPolicyTest.cpp', | 905 'weborigin/SecurityPolicyTest.cpp', |
| 906 ], | 906 ], |
| 907 # NOTE: these are legacy unit tests, do not add more! | 907 # NOTE: these are legacy unit tests, do not add more! |
| 908 'platform_web_unittest_files': [ | 908 'platform_web_unittest_files': [ |
| 909 'animation/TimingFunctionTestHelper.cpp', | 909 'animation/TimingFunctionTest.cpp', |
| 910 'animation/TimingFunctionTestHelper.h', | |
| 911 'animation/TimingFunctionTestHelperTest.cpp', | |
| 912 'graphics/DeferredImageDecoderTest.cpp', | 910 'graphics/DeferredImageDecoderTest.cpp', |
| 913 'graphics/ImageDecodingStoreTest.cpp', | 911 'graphics/ImageDecodingStoreTest.cpp', |
| 914 'graphics/ImageFrameGeneratorTest.cpp', | 912 'graphics/ImageFrameGeneratorTest.cpp', |
| 915 'graphics/test/MockImageDecoder.h', | 913 'graphics/test/MockImageDecoder.h', |
| 916 ], | 914 ], |
| 917 }, | 915 }, |
| 918 } | 916 } |
| OLD | NEW |