| 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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 'text/TextRun.h', | 923 'text/TextRun.h', |
| 924 'text/TextRunIterator.h', | 924 'text/TextRunIterator.h', |
| 925 'text/TextStream.cpp', | 925 'text/TextStream.cpp', |
| 926 'text/TextStream.h', | 926 'text/TextStream.h', |
| 927 'text/UnicodeBidi.h', | 927 'text/UnicodeBidi.h', |
| 928 'text/UnicodeRange.cpp', | 928 'text/UnicodeRange.cpp', |
| 929 'text/UnicodeRange.h', | 929 'text/UnicodeRange.h', |
| 930 'text/UnicodeUtilities.cpp', | 930 'text/UnicodeUtilities.cpp', |
| 931 'text/UnicodeUtilities.h', | 931 'text/UnicodeUtilities.h', |
| 932 'threading/BackgroundTaskRunner.cpp', | 932 'threading/BackgroundTaskRunner.cpp', |
| 933 'threading/BackgroundTaskRunner.h', | 933 'threading/BackgroundTaskRunner.h', |
| 934 'transforms/AffineTransform.cpp', | 934 'transforms/AffineTransform.cpp', |
| 935 'transforms/AffineTransform.h', | 935 'transforms/AffineTransform.h', |
| 936 'transforms/IdentityTransformOperation.h', | 936 'transforms/IdentityTransformOperation.h', |
| 937 'transforms/InterpolatedTransformOperation.cpp', | 937 'transforms/InterpolatedTransformOperation.cpp', |
| 938 'transforms/InterpolatedTransformOperation.h', | 938 'transforms/InterpolatedTransformOperation.h', |
| 939 'transforms/Matrix3DTransformOperation.cpp', | 939 'transforms/Matrix3DTransformOperation.cpp', |
| 940 'transforms/Matrix3DTransformOperation.h', | 940 'transforms/Matrix3DTransformOperation.h', |
| 941 'transforms/MatrixTransformOperation.cpp', | 941 'transforms/MatrixTransformOperation.cpp', |
| 942 'transforms/MatrixTransformOperation.h', | 942 'transforms/MatrixTransformOperation.h', |
| 943 'transforms/PerspectiveTransformOperation.cpp', | 943 'transforms/PerspectiveTransformOperation.cpp', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1092 'graphics/test/FakeGraphicsLayerFactory.cpp', | 1092 'graphics/test/FakeGraphicsLayerFactory.cpp', |
| 1093 'graphics/test/FakeGraphicsLayerFactory.h', | 1093 'graphics/test/FakeGraphicsLayerFactory.h', |
| 1094 'testing/GeometryPrinters.cpp', | 1094 'testing/GeometryPrinters.cpp', |
| 1095 'testing/GeometryPrinters.h', | 1095 'testing/GeometryPrinters.h', |
| 1096 'testing/PaintPrinters.cpp', | 1096 'testing/PaintPrinters.cpp', |
| 1097 'testing/PaintPrinters.h', | 1097 'testing/PaintPrinters.h', |
| 1098 'testing/TestingPlatformSupport.cpp', | 1098 'testing/TestingPlatformSupport.cpp', |
| 1099 'testing/TestingPlatformSupport.h', | 1099 'testing/TestingPlatformSupport.h', |
| 1100 'testing/TransformPrinters.cpp', | 1100 'testing/TransformPrinters.cpp', |
| 1101 'testing/TransformPrinters.h', | 1101 'testing/TransformPrinters.h', |
| 1102 'testing/WebLayerMock.h', |
| 1102 ], | 1103 ], |
| 1103 'conditions': [ | 1104 'conditions': [ |
| 1104 ['OS=="win"', | 1105 ['OS=="win"', |
| 1105 { | 1106 { |
| 1106 'platform_test_files': [ | 1107 'platform_test_files': [ |
| 1107 'text/LocaleWinTest.cpp', | 1108 'text/LocaleWinTest.cpp', |
| 1108 ], | 1109 ], |
| 1109 } | 1110 } |
| 1110 ], | 1111 ], |
| 1111 ['OS=="mac"', | 1112 ['OS=="mac"', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 1125 ['OS!="mac"', | 1126 ['OS!="mac"', |
| 1126 { | 1127 { |
| 1127 'platform_test_files': [ | 1128 'platform_test_files': [ |
| 1128 'scroll/ScrollAnimatorTest.cpp', | 1129 'scroll/ScrollAnimatorTest.cpp', |
| 1129 ], | 1130 ], |
| 1130 } | 1131 } |
| 1131 ], | 1132 ], |
| 1132 ], | 1133 ], |
| 1133 }, | 1134 }, |
| 1134 } | 1135 } |
| OLD | NEW |