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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', | 622 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', |
623 'graphics/OpaqueRectTrackingContentLayerDelegate.h', | 623 'graphics/OpaqueRectTrackingContentLayerDelegate.h', |
624 'graphics/Path.cpp', | 624 'graphics/Path.cpp', |
625 'graphics/Path.h', | 625 'graphics/Path.h', |
626 'graphics/PathTraversalState.cpp', | 626 'graphics/PathTraversalState.cpp', |
627 'graphics/PathTraversalState.h', | 627 'graphics/PathTraversalState.h', |
628 'graphics/Pattern.cpp', | 628 'graphics/Pattern.cpp', |
629 'graphics/Pattern.h', | 629 'graphics/Pattern.h', |
630 'graphics/ProfilingCanvas.cpp', | 630 'graphics/ProfilingCanvas.cpp', |
631 'graphics/ProfilingCanvas.h', | 631 'graphics/ProfilingCanvas.h', |
| 632 'graphics/RecordingImageBufferSurface.cpp', |
| 633 'graphics/RecordingImageBufferSurface.h', |
632 'graphics/ReplayingCanvas.cpp', | 634 'graphics/ReplayingCanvas.cpp', |
633 'graphics/ReplayingCanvas.h', | 635 'graphics/ReplayingCanvas.h', |
634 'graphics/ScaledImageFragment.cpp', | 636 'graphics/ScaledImageFragment.cpp', |
635 'graphics/ScaledImageFragment.h', | 637 'graphics/ScaledImageFragment.h', |
636 'graphics/StrokeData.cpp', | 638 'graphics/StrokeData.cpp', |
637 'graphics/StrokeData.h', | 639 'graphics/StrokeData.h', |
638 'graphics/ThreadSafeDataTransport.cpp', | 640 'graphics/ThreadSafeDataTransport.cpp', |
639 'graphics/ThreadSafeDataTransport.h', | 641 'graphics/ThreadSafeDataTransport.h', |
640 'graphics/UnacceleratedImageBufferSurface.cpp', | 642 'graphics/UnacceleratedImageBufferSurface.cpp', |
641 'graphics/UnacceleratedImageBufferSurface.h', | 643 'graphics/UnacceleratedImageBufferSurface.h', |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 'graphics/ImageLayerChromiumTest.cpp', | 957 'graphics/ImageLayerChromiumTest.cpp', |
956 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', | 958 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
957 'graphics/test/MockImageDecoder.h', | 959 'graphics/test/MockImageDecoder.h', |
958 'graphics/test/MockWebGraphicsContext3D.h', | 960 'graphics/test/MockWebGraphicsContext3D.h', |
959 'image-decoders/gif/GIFImageDecoderTest.cpp', | 961 'image-decoders/gif/GIFImageDecoderTest.cpp', |
960 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 962 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
961 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 963 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
962 ], | 964 ], |
963 }, | 965 }, |
964 } | 966 } |
OLD | NEW |