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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 'graphics/ContentLayerDelegate.h', | 579 'graphics/ContentLayerDelegate.h', |
580 'graphics/ContiguousContainer.cpp', | 580 'graphics/ContiguousContainer.cpp', |
581 'graphics/ContiguousContainer.h', | 581 'graphics/ContiguousContainer.h', |
582 'graphics/CrossfadeGeneratedImage.cpp', | 582 'graphics/CrossfadeGeneratedImage.cpp', |
583 'graphics/CrossfadeGeneratedImage.h', | 583 'graphics/CrossfadeGeneratedImage.h', |
584 'graphics/DecodingImageGenerator.cpp', | 584 'graphics/DecodingImageGenerator.cpp', |
585 'graphics/DecodingImageGenerator.h', | 585 'graphics/DecodingImageGenerator.h', |
586 'graphics/DeferredImageDecoder.cpp', | 586 'graphics/DeferredImageDecoder.cpp', |
587 'graphics/DeferredImageDecoder.h', | 587 'graphics/DeferredImageDecoder.h', |
588 'graphics/ExpensiveCanvasHeuristicParameters.h', | 588 'graphics/ExpensiveCanvasHeuristicParameters.h', |
| 589 'graphics/PaintGeneratedImage.cpp', |
| 590 'graphics/PaintGeneratedImage.h', |
589 'graphics/PicturePattern.cpp', | 591 'graphics/PicturePattern.cpp', |
590 'graphics/PicturePattern.h', | 592 'graphics/PicturePattern.h', |
591 'graphics/PictureSnapshot.h', | 593 'graphics/PictureSnapshot.h', |
592 'graphics/PictureSnapshot.cpp', | 594 'graphics/PictureSnapshot.cpp', |
593 'graphics/DrawLooperBuilder.cpp', | 595 'graphics/DrawLooperBuilder.cpp', |
594 'graphics/DrawLooperBuilder.h', | 596 'graphics/DrawLooperBuilder.h', |
595 'graphics/FirstPaintInvalidationTracking.cpp', | 597 'graphics/FirstPaintInvalidationTracking.cpp', |
596 'graphics/FirstPaintInvalidationTracking.h', | 598 'graphics/FirstPaintInvalidationTracking.h', |
597 'graphics/FrameData.cpp', | 599 'graphics/FrameData.cpp', |
598 'graphics/FrameData.h', | 600 'graphics/FrameData.h', |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1287 ['OS!="mac"', | 1289 ['OS!="mac"', |
1288 { | 1290 { |
1289 'platform_test_files': [ | 1291 'platform_test_files': [ |
1290 'scroll/ScrollAnimatorTest.cpp', | 1292 'scroll/ScrollAnimatorTest.cpp', |
1291 ], | 1293 ], |
1292 } | 1294 } |
1293 ], | 1295 ], |
1294 ], | 1296 ], |
1295 }, | 1297 }, |
1296 } | 1298 } |
OLD | NEW |