| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'platform_generated.gypi', | 3 'platform_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 'platform_files': [ | 6 'platform_files': [ |
| 7 'AsyncFileSystemCallbacks.h', | 7 'AsyncFileSystemCallbacks.h', |
| 8 'CalculationValue.h', | 8 'CalculationValue.h', |
| 9 'CheckedInt.h', | 9 'CheckedInt.h', |
| 10 'Clock.cpp', | 10 'Clock.cpp', |
| (...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 'testing/TreeTestHelpers.cpp', | 965 'testing/TreeTestHelpers.cpp', |
| 966 'testing/TreeTestHelpers.h', | 966 'testing/TreeTestHelpers.h', |
| 967 'text/BidiResolverTest.cpp', | 967 'text/BidiResolverTest.cpp', |
| 968 'text/DateTimeFormatTest.cpp', | 968 'text/DateTimeFormatTest.cpp', |
| 969 'text/SegmentedStringTest.cpp', | 969 'text/SegmentedStringTest.cpp', |
| 970 'text/UnicodeUtilitiesTest.cpp', | 970 'text/UnicodeUtilitiesTest.cpp', |
| 971 'transforms/TransformOperationsTest.cpp', | 971 'transforms/TransformOperationsTest.cpp', |
| 972 'transforms/TransformTestHelper.h', | 972 'transforms/TransformTestHelper.h', |
| 973 'transforms/TransformationMatrixTest.cpp', | 973 'transforms/TransformationMatrixTest.cpp', |
| 974 'weborigin/DatabaseIdentifierTest.cpp', | 974 'weborigin/DatabaseIdentifierTest.cpp', |
| 975 'weborigin/KnownPortsTest.cpp', |
| 975 'weborigin/KURLTest.cpp', | 976 'weborigin/KURLTest.cpp', |
| 976 'weborigin/OriginAccessEntryTest.cpp', | 977 'weborigin/OriginAccessEntryTest.cpp', |
| 977 'weborigin/SchemeRegistryTest.cpp', | 978 'weborigin/SchemeRegistryTest.cpp', |
| 978 'weborigin/SecurityOriginTest.cpp', | 979 'weborigin/SecurityOriginTest.cpp', |
| 979 'weborigin/SecurityPolicyTest.cpp', | 980 'weborigin/SecurityPolicyTest.cpp', |
| 980 ], | 981 ], |
| 981 # NOTE: these are legacy unit tests, do not add more! | 982 # NOTE: these are legacy unit tests, do not add more! |
| 982 'platform_web_unittest_files': [ | 983 'platform_web_unittest_files': [ |
| 983 'graphics/BitmapImageTest.cpp', | 984 'graphics/BitmapImageTest.cpp', |
| 984 'graphics/Canvas2DLayerBridgeTest.cpp', | 985 'graphics/Canvas2DLayerBridgeTest.cpp', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 996 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 997 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 997 ], | 998 ], |
| 998 'platform_unittest_support_files': [ | 999 'platform_unittest_support_files': [ |
| 999 'testing/URLTestHelpers.cpp', | 1000 'testing/URLTestHelpers.cpp', |
| 1000 'testing/URLTestHelpers.h', | 1001 'testing/URLTestHelpers.h', |
| 1001 'testing/UnitTestHelpers.cpp', | 1002 'testing/UnitTestHelpers.cpp', |
| 1002 'testing/UnitTestHelpers.h', | 1003 'testing/UnitTestHelpers.h', |
| 1003 ], | 1004 ], |
| 1004 }, | 1005 }, |
| 1005 } | 1006 } |
| OLD | NEW |