| 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 'graphics/ImageOrientation.h', | 629 'graphics/ImageOrientation.h', |
| 630 'graphics/ImagePattern.cpp', | 630 'graphics/ImagePattern.cpp', |
| 631 'graphics/ImagePattern.h', | 631 'graphics/ImagePattern.h', |
| 632 'graphics/ImageSource.cpp', | 632 'graphics/ImageSource.cpp', |
| 633 'graphics/ImageSource.h', | 633 'graphics/ImageSource.h', |
| 634 'graphics/InterceptingCanvas.cpp', | 634 'graphics/InterceptingCanvas.cpp', |
| 635 'graphics/InterceptingCanvas.h', | 635 'graphics/InterceptingCanvas.h', |
| 636 'graphics/LinkHighlight.h', | 636 'graphics/LinkHighlight.h', |
| 637 'graphics/LoggingCanvas.cpp', | 637 'graphics/LoggingCanvas.cpp', |
| 638 'graphics/LoggingCanvas.h', | 638 'graphics/LoggingCanvas.h', |
| 639 'graphics/CompositorMutationsTarget.h', |
| 639 'graphics/PaintInvalidationReason.cpp', | 640 'graphics/PaintInvalidationReason.cpp', |
| 640 'graphics/PaintInvalidationReason.h', | 641 'graphics/PaintInvalidationReason.h', |
| 641 'graphics/Path.cpp', | 642 'graphics/Path.cpp', |
| 642 'graphics/Path.h', | 643 'graphics/Path.h', |
| 643 'graphics/PathTraversalState.cpp', | 644 'graphics/PathTraversalState.cpp', |
| 644 'graphics/PathTraversalState.h', | 645 'graphics/PathTraversalState.h', |
| 645 'graphics/Pattern.cpp', | 646 'graphics/Pattern.cpp', |
| 646 'graphics/Pattern.h', | 647 'graphics/Pattern.h', |
| 647 'graphics/ProfilingCanvas.cpp', | 648 'graphics/ProfilingCanvas.cpp', |
| 648 'graphics/ProfilingCanvas.h', | 649 'graphics/ProfilingCanvas.h', |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1274 ['OS!="mac"', | 1275 ['OS!="mac"', |
| 1275 { | 1276 { |
| 1276 'platform_test_files': [ | 1277 'platform_test_files': [ |
| 1277 'scroll/ScrollAnimatorTest.cpp', | 1278 'scroll/ScrollAnimatorTest.cpp', |
| 1278 ], | 1279 ], |
| 1279 } | 1280 } |
| 1280 ], | 1281 ], |
| 1281 ], | 1282 ], |
| 1282 }, | 1283 }, |
| 1283 } | 1284 } |
| OLD | NEW |