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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 'graphics/media/MediaPlayer.h', | 540 'graphics/media/MediaPlayer.h', |
541 'graphics/skia/GaneshUtils.cpp', | 541 'graphics/skia/GaneshUtils.cpp', |
542 'graphics/skia/GaneshUtils.h', | 542 'graphics/skia/GaneshUtils.h', |
543 'graphics/skia/NativeImageSkia.cpp', | 543 'graphics/skia/NativeImageSkia.cpp', |
544 'graphics/skia/NativeImageSkia.h', | 544 'graphics/skia/NativeImageSkia.h', |
545 'graphics/skia/SkSizeHash.h', | 545 'graphics/skia/SkSizeHash.h', |
546 'graphics/skia/SkiaUtils.cpp', | 546 'graphics/skia/SkiaUtils.cpp', |
547 'graphics/skia/SkiaUtils.h', | 547 'graphics/skia/SkiaUtils.h', |
548 'graphics/BitmapImage.cpp', | 548 'graphics/BitmapImage.cpp', |
549 'graphics/BitmapImage.h', | 549 'graphics/BitmapImage.h', |
| 550 'graphics/BitmapPattern.cpp', |
| 551 'graphics/BitmapPattern.h', |
550 'graphics/Canvas2DImageBufferSurface.h', | 552 'graphics/Canvas2DImageBufferSurface.h', |
551 'graphics/Canvas2DLayerBridge.cpp', | 553 'graphics/Canvas2DLayerBridge.cpp', |
552 'graphics/Canvas2DLayerBridge.h', | 554 'graphics/Canvas2DLayerBridge.h', |
553 'graphics/Canvas2DLayerManager.cpp', | 555 'graphics/Canvas2DLayerManager.cpp', |
554 'graphics/Canvas2DLayerManager.h', | 556 'graphics/Canvas2DLayerManager.h', |
555 'graphics/Color.cpp', | 557 'graphics/Color.cpp', |
556 'graphics/Color.h', | 558 'graphics/Color.h', |
557 'graphics/ColorSpace.cpp', | 559 'graphics/ColorSpace.cpp', |
558 'graphics/ColorSpace.h', | 560 'graphics/ColorSpace.h', |
559 'graphics/CompositingReasons.h', | 561 'graphics/CompositingReasons.h', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 'graphics/ProfilingCanvas.cpp', | 630 'graphics/ProfilingCanvas.cpp', |
629 'graphics/ProfilingCanvas.h', | 631 'graphics/ProfilingCanvas.h', |
630 'graphics/RecordingImageBufferSurface.cpp', | 632 'graphics/RecordingImageBufferSurface.cpp', |
631 'graphics/RecordingImageBufferSurface.h', | 633 'graphics/RecordingImageBufferSurface.h', |
632 'graphics/RegionTracker.cpp', | 634 'graphics/RegionTracker.cpp', |
633 'graphics/RegionTracker.h', | 635 'graphics/RegionTracker.h', |
634 'graphics/ReplayingCanvas.cpp', | 636 'graphics/ReplayingCanvas.cpp', |
635 'graphics/ReplayingCanvas.h', | 637 'graphics/ReplayingCanvas.h', |
636 'graphics/ScaledImageFragment.cpp', | 638 'graphics/ScaledImageFragment.cpp', |
637 'graphics/ScaledImageFragment.h', | 639 'graphics/ScaledImageFragment.h', |
| 640 'graphics/StaticBitmapImage.cpp', |
| 641 'graphics/StaticBitmapImage.h', |
| 642 'graphics/StaticBitmapPattern.cpp', |
| 643 'graphics/StaticBitmapPattern.h', |
638 'graphics/StrokeData.cpp', | 644 'graphics/StrokeData.cpp', |
639 'graphics/StrokeData.h', | 645 'graphics/StrokeData.h', |
640 'graphics/ThreadSafeDataTransport.cpp', | 646 'graphics/ThreadSafeDataTransport.cpp', |
641 'graphics/ThreadSafeDataTransport.h', | 647 'graphics/ThreadSafeDataTransport.h', |
642 'graphics/UnacceleratedImageBufferSurface.cpp', | 648 'graphics/UnacceleratedImageBufferSurface.cpp', |
643 'graphics/UnacceleratedImageBufferSurface.h', | 649 'graphics/UnacceleratedImageBufferSurface.h', |
644 'graphics/WindRule.h', | 650 'graphics/WindRule.h', |
645 'image-decoders/ImageDecoder.cpp', | 651 'image-decoders/ImageDecoder.cpp', |
646 'image-decoders/ImageDecoder.h', | 652 'image-decoders/ImageDecoder.h', |
647 'image-decoders/ImageFrame.cpp', | 653 'image-decoders/ImageFrame.cpp', |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 'graphics/ImageLayerChromiumTest.cpp', | 966 'graphics/ImageLayerChromiumTest.cpp', |
961 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', | 967 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
962 'graphics/test/MockImageDecoder.h', | 968 'graphics/test/MockImageDecoder.h', |
963 'graphics/test/MockWebGraphicsContext3D.h', | 969 'graphics/test/MockWebGraphicsContext3D.h', |
964 'image-decoders/gif/GIFImageDecoderTest.cpp', | 970 'image-decoders/gif/GIFImageDecoderTest.cpp', |
965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 971 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
966 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 972 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
967 ], | 973 ], |
968 }, | 974 }, |
969 } | 975 } |
OLD | NEW |