| 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 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
| (...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1227 'image-decoders/ImageDecoderTestHelpers.cpp', | 1227 'image-decoders/ImageDecoderTestHelpers.cpp', |
| 1228 'image-decoders/bmp/BMPImageDecoderTest.cpp', | 1228 'image-decoders/bmp/BMPImageDecoderTest.cpp', |
| 1229 'image-decoders/gif/GIFImageDecoderTest.cpp', | 1229 'image-decoders/gif/GIFImageDecoderTest.cpp', |
| 1230 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 1230 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
| 1231 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 1231 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 1232 'threading/BackgroundTaskRunnerTest.cpp', | 1232 'threading/BackgroundTaskRunnerTest.cpp', |
| 1233 ], | 1233 ], |
| 1234 'platform_test_support_files': [ | 1234 'platform_test_support_files': [ |
| 1235 'graphics/test/FakeGraphicsLayerFactory.cpp', | 1235 'graphics/test/FakeGraphicsLayerFactory.cpp', |
| 1236 'graphics/test/FakeGraphicsLayerFactory.h', | 1236 'graphics/test/FakeGraphicsLayerFactory.h', |
| 1237 'testing/PlatformTestPrinters.cpp', |
| 1237 'testing/GeometryPrinters.cpp', | 1238 'testing/GeometryPrinters.cpp', |
| 1238 'testing/GeometryPrinters.h', | 1239 'testing/GeometryPrinters.h', |
| 1239 'testing/MessageLoopForMojo.h', | 1240 'testing/MessageLoopForMojo.h', |
| 1240 'testing/PaintPrinters.cpp', | 1241 'testing/PaintPrinters.cpp', |
| 1241 'testing/PaintPrinters.h', | 1242 'testing/PaintPrinters.h', |
| 1242 'testing/PictureMatchers.cpp', | 1243 'testing/PictureMatchers.cpp', |
| 1243 'testing/PictureMatchers.h', | 1244 'testing/PictureMatchers.h', |
| 1244 'testing/TestingPlatformSupport.cpp', | 1245 'testing/TestingPlatformSupport.cpp', |
| 1245 'testing/TestingPlatformSupport.h', | 1246 'testing/TestingPlatformSupport.h', |
| 1246 'testing/TestPaintArtifact.cpp', | 1247 'testing/TestPaintArtifact.cpp', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1277 ['OS!="mac"', | 1278 ['OS!="mac"', |
| 1278 { | 1279 { |
| 1279 'platform_test_files': [ | 1280 'platform_test_files': [ |
| 1280 'scroll/ScrollAnimatorTest.cpp', | 1281 'scroll/ScrollAnimatorTest.cpp', |
| 1281 ], | 1282 ], |
| 1282 } | 1283 } |
| 1283 ], | 1284 ], |
| 1284 ], | 1285 ], |
| 1285 }, | 1286 }, |
| 1286 } | 1287 } |
| OLD | NEW |