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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 'graphics/media/MediaPlayer.h', | 546 'graphics/media/MediaPlayer.h', |
547 'graphics/skia/GaneshUtils.cpp', | 547 'graphics/skia/GaneshUtils.cpp', |
548 'graphics/skia/GaneshUtils.h', | 548 'graphics/skia/GaneshUtils.h', |
549 'graphics/skia/NativeImageSkia.cpp', | 549 'graphics/skia/NativeImageSkia.cpp', |
550 'graphics/skia/NativeImageSkia.h', | 550 'graphics/skia/NativeImageSkia.h', |
551 'graphics/skia/SkSizeHash.h', | 551 'graphics/skia/SkSizeHash.h', |
552 'graphics/skia/SkiaUtils.cpp', | 552 'graphics/skia/SkiaUtils.cpp', |
553 'graphics/skia/SkiaUtils.h', | 553 'graphics/skia/SkiaUtils.h', |
554 'graphics/BitmapImage.cpp', | 554 'graphics/BitmapImage.cpp', |
555 'graphics/BitmapImage.h', | 555 'graphics/BitmapImage.h', |
| 556 'graphics/BitmapPattern.cpp', |
| 557 'graphics/BitmapPattern.h', |
| 558 'graphics/BitmapPatternBase.cpp', |
| 559 'graphics/BitmapPatternBase.h', |
556 'graphics/Canvas2DImageBufferSurface.h', | 560 'graphics/Canvas2DImageBufferSurface.h', |
557 'graphics/Canvas2DLayerBridge.cpp', | 561 'graphics/Canvas2DLayerBridge.cpp', |
558 'graphics/Canvas2DLayerBridge.h', | 562 'graphics/Canvas2DLayerBridge.h', |
559 'graphics/Canvas2DLayerManager.cpp', | 563 'graphics/Canvas2DLayerManager.cpp', |
560 'graphics/Canvas2DLayerManager.h', | 564 'graphics/Canvas2DLayerManager.h', |
561 'graphics/Color.cpp', | 565 'graphics/Color.cpp', |
562 'graphics/Color.h', | 566 'graphics/Color.h', |
563 'graphics/ColorSpace.cpp', | 567 'graphics/ColorSpace.cpp', |
564 'graphics/ColorSpace.h', | 568 'graphics/ColorSpace.h', |
565 'graphics/CompositingReasons.h', | 569 'graphics/CompositingReasons.h', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 'graphics/Pattern.cpp', | 635 'graphics/Pattern.cpp', |
632 'graphics/Pattern.h', | 636 'graphics/Pattern.h', |
633 'graphics/ProfilingCanvas.cpp', | 637 'graphics/ProfilingCanvas.cpp', |
634 'graphics/ProfilingCanvas.h', | 638 'graphics/ProfilingCanvas.h', |
635 'graphics/RecordingImageBufferSurface.cpp', | 639 'graphics/RecordingImageBufferSurface.cpp', |
636 'graphics/RecordingImageBufferSurface.h', | 640 'graphics/RecordingImageBufferSurface.h', |
637 'graphics/RegionTracker.cpp', | 641 'graphics/RegionTracker.cpp', |
638 'graphics/RegionTracker.h', | 642 'graphics/RegionTracker.h', |
639 'graphics/ReplayingCanvas.cpp', | 643 'graphics/ReplayingCanvas.cpp', |
640 'graphics/ReplayingCanvas.h', | 644 'graphics/ReplayingCanvas.h', |
| 645 'graphics/StaticBitmapImage.cpp', |
| 646 'graphics/StaticBitmapImage.h', |
| 647 'graphics/StaticBitmapPattern.cpp', |
| 648 'graphics/StaticBitmapPattern.h', |
641 'graphics/StrokeData.cpp', | 649 'graphics/StrokeData.cpp', |
642 'graphics/StrokeData.h', | 650 'graphics/StrokeData.h', |
643 'graphics/ThreadSafeDataTransport.cpp', | 651 'graphics/ThreadSafeDataTransport.cpp', |
644 'graphics/ThreadSafeDataTransport.h', | 652 'graphics/ThreadSafeDataTransport.h', |
645 'graphics/UnacceleratedImageBufferSurface.cpp', | 653 'graphics/UnacceleratedImageBufferSurface.cpp', |
646 'graphics/UnacceleratedImageBufferSurface.h', | 654 'graphics/UnacceleratedImageBufferSurface.h', |
647 'image-decoders/ImageDecoder.cpp', | 655 'image-decoders/ImageDecoder.cpp', |
648 'image-decoders/ImageDecoder.h', | 656 'image-decoders/ImageDecoder.h', |
649 'image-decoders/ImageFrame.cpp', | 657 'image-decoders/ImageFrame.cpp', |
650 'image-decoders/ImageFrame.h', | 658 'image-decoders/ImageFrame.h', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 'graphics/ImageFrameGeneratorTest.cpp', | 970 'graphics/ImageFrameGeneratorTest.cpp', |
963 'graphics/ImageLayerChromiumTest.cpp', | 971 'graphics/ImageLayerChromiumTest.cpp', |
964 'graphics/test/MockImageDecoder.h', | 972 'graphics/test/MockImageDecoder.h', |
965 'graphics/test/MockWebGraphicsContext3D.h', | 973 'graphics/test/MockWebGraphicsContext3D.h', |
966 'image-decoders/gif/GIFImageDecoderTest.cpp', | 974 'image-decoders/gif/GIFImageDecoderTest.cpp', |
967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 975 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
968 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 976 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
969 ], | 977 ], |
970 }, | 978 }, |
971 } | 979 } |
OLD | NEW |