Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 485833005: Image decoding: Remove deprecated image caching code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/platform/graphics/DeferredImageDecoder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'graphics/ColorSpace.cpp', 567 'graphics/ColorSpace.cpp',
568 'graphics/ColorSpace.h', 568 'graphics/ColorSpace.h',
569 'graphics/CompositingReasons.h', 569 'graphics/CompositingReasons.h',
570 'graphics/CompositingReasons.cpp', 570 'graphics/CompositingReasons.cpp',
571 'graphics/CrossfadeGeneratedImage.cpp', 571 'graphics/CrossfadeGeneratedImage.cpp',
572 'graphics/CrossfadeGeneratedImage.h', 572 'graphics/CrossfadeGeneratedImage.h',
573 'graphics/DecodingImageGenerator.cpp', 573 'graphics/DecodingImageGenerator.cpp',
574 'graphics/DecodingImageGenerator.h', 574 'graphics/DecodingImageGenerator.h',
575 'graphics/DeferredImageDecoder.cpp', 575 'graphics/DeferredImageDecoder.cpp',
576 'graphics/DeferredImageDecoder.h', 576 'graphics/DeferredImageDecoder.h',
577 'graphics/DiscardablePixelRef.cpp',
578 'graphics/DiscardablePixelRef.h',
579 'graphics/DisplayList.cpp', 577 'graphics/DisplayList.cpp',
580 'graphics/DisplayList.h', 578 'graphics/DisplayList.h',
581 'graphics/DrawLooperBuilder.cpp', 579 'graphics/DrawLooperBuilder.cpp',
582 'graphics/DrawLooperBuilder.h', 580 'graphics/DrawLooperBuilder.h',
583 'graphics/FrameData.cpp', 581 'graphics/FrameData.cpp',
584 'graphics/FrameData.h', 582 'graphics/FrameData.h',
585 'graphics/GeneratedImage.cpp', 583 'graphics/GeneratedImage.cpp',
586 'graphics/GeneratedImage.h', 584 'graphics/GeneratedImage.h',
587 'graphics/Gradient.cpp', 585 'graphics/Gradient.cpp',
588 'graphics/Gradient.h', 586 'graphics/Gradient.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'graphics/Pattern.cpp', 632 'graphics/Pattern.cpp',
635 'graphics/Pattern.h', 633 'graphics/Pattern.h',
636 'graphics/ProfilingCanvas.cpp', 634 'graphics/ProfilingCanvas.cpp',
637 'graphics/ProfilingCanvas.h', 635 'graphics/ProfilingCanvas.h',
638 'graphics/RecordingImageBufferSurface.cpp', 636 'graphics/RecordingImageBufferSurface.cpp',
639 'graphics/RecordingImageBufferSurface.h', 637 'graphics/RecordingImageBufferSurface.h',
640 'graphics/RegionTracker.cpp', 638 'graphics/RegionTracker.cpp',
641 'graphics/RegionTracker.h', 639 'graphics/RegionTracker.h',
642 'graphics/ReplayingCanvas.cpp', 640 'graphics/ReplayingCanvas.cpp',
643 'graphics/ReplayingCanvas.h', 641 'graphics/ReplayingCanvas.h',
644 'graphics/ScaledImageFragment.cpp',
645 'graphics/ScaledImageFragment.h',
646 'graphics/StrokeData.cpp', 642 'graphics/StrokeData.cpp',
647 'graphics/StrokeData.h', 643 'graphics/StrokeData.h',
648 'graphics/ThreadSafeDataTransport.cpp', 644 'graphics/ThreadSafeDataTransport.cpp',
649 'graphics/ThreadSafeDataTransport.h', 645 'graphics/ThreadSafeDataTransport.h',
650 'graphics/UnacceleratedImageBufferSurface.cpp', 646 'graphics/UnacceleratedImageBufferSurface.cpp',
651 'graphics/UnacceleratedImageBufferSurface.h', 647 'graphics/UnacceleratedImageBufferSurface.h',
652 'image-decoders/ImageDecoder.cpp', 648 'image-decoders/ImageDecoder.cpp',
653 'image-decoders/ImageDecoder.h', 649 'image-decoders/ImageDecoder.h',
654 'image-decoders/ImageFrame.cpp', 650 'image-decoders/ImageFrame.cpp',
655 'image-decoders/ImageFrame.h', 651 'image-decoders/ImageFrame.h',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'graphics/ImageLayerChromiumTest.cpp', 964 'graphics/ImageLayerChromiumTest.cpp',
969 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 965 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
970 'graphics/test/MockImageDecoder.h', 966 'graphics/test/MockImageDecoder.h',
971 'graphics/test/MockWebGraphicsContext3D.h', 967 'graphics/test/MockWebGraphicsContext3D.h',
972 'image-decoders/gif/GIFImageDecoderTest.cpp', 968 'image-decoders/gif/GIFImageDecoderTest.cpp',
973 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 969 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
974 'image-decoders/webp/WEBPImageDecoderTest.cpp', 970 'image-decoders/webp/WEBPImageDecoderTest.cpp',
975 ], 971 ],
976 }, 972 },
977 } 973 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/graphics/DeferredImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698