| 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 'testing/ArenaTestHelpers.h', | 877 'testing/ArenaTestHelpers.h', |
| 878 'testing/TreeTestHelpers.cpp', | 878 'testing/TreeTestHelpers.cpp', |
| 879 'testing/TreeTestHelpers.h', | 879 'testing/TreeTestHelpers.h', |
| 880 'text/BidiResolverTest.cpp', | 880 'text/BidiResolverTest.cpp', |
| 881 'text/DateTimeFormatTest.cpp', | 881 'text/DateTimeFormatTest.cpp', |
| 882 'text/UnicodeUtilitiesTest.cpp', | 882 'text/UnicodeUtilitiesTest.cpp', |
| 883 'weborigin/DatabaseIdentifierTest.cpp', | 883 'weborigin/DatabaseIdentifierTest.cpp', |
| 884 'weborigin/KURLTest.cpp', | 884 'weborigin/KURLTest.cpp', |
| 885 'weborigin/OriginAccessEntryTest.cpp', | 885 'weborigin/OriginAccessEntryTest.cpp', |
| 886 'weborigin/SecurityOriginTest.cpp', | 886 'weborigin/SecurityOriginTest.cpp', |
| 887 'weborigin/SecurityPolicyTest.cpp', | |
| 888 ], | 887 ], |
| 889 # NOTE: these are legacy unit tests, do not add more! | 888 # NOTE: these are legacy unit tests, do not add more! |
| 890 'platform_web_unittest_files': [ | 889 'platform_web_unittest_files': [ |
| 891 'animation/TimingFunctionTestHelper.cpp', | 890 'animation/TimingFunctionTestHelper.cpp', |
| 892 'animation/TimingFunctionTestHelper.h', | 891 'animation/TimingFunctionTestHelper.h', |
| 893 'animation/TimingFunctionTestHelperTest.cpp', | 892 'animation/TimingFunctionTestHelperTest.cpp', |
| 894 'graphics/DeferredImageDecoderTest.cpp', | 893 'graphics/DeferredImageDecoderTest.cpp', |
| 895 'graphics/ImageDecodingStoreTest.cpp', | 894 'graphics/ImageDecodingStoreTest.cpp', |
| 896 'graphics/ImageFrameGeneratorTest.cpp', | 895 'graphics/ImageFrameGeneratorTest.cpp', |
| 897 'graphics/test/MockImageDecoder.h', | 896 'graphics/test/MockImageDecoder.h', |
| 898 ], | 897 ], |
| 899 }, | 898 }, |
| 900 } | 899 } |
| OLD | NEW |