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

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

Issue 985583002: Don't cache any SkBitmaps in DeferredImageDecoder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ImageAnimation.h Created 5 years, 9 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
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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'graphics/paint/TransformDisplayItem.h', 666 'graphics/paint/TransformDisplayItem.h',
667 'graphics/paint/CompositingDisplayItem.cpp', 667 'graphics/paint/CompositingDisplayItem.cpp',
668 'graphics/paint/CompositingDisplayItem.h', 668 'graphics/paint/CompositingDisplayItem.h',
669 'graphics/skia/GaneshUtils.cpp', 669 'graphics/skia/GaneshUtils.cpp',
670 'graphics/skia/GaneshUtils.h', 670 'graphics/skia/GaneshUtils.h',
671 'graphics/skia/NativeImageSkia.cpp', 671 'graphics/skia/NativeImageSkia.cpp',
672 'graphics/skia/NativeImageSkia.h', 672 'graphics/skia/NativeImageSkia.h',
673 'graphics/skia/SkSizeHash.h', 673 'graphics/skia/SkSizeHash.h',
674 'graphics/skia/SkiaUtils.cpp', 674 'graphics/skia/SkiaUtils.cpp',
675 'graphics/skia/SkiaUtils.h', 675 'graphics/skia/SkiaUtils.h',
676 'image-decoders/ImageAnimation.h',
676 'image-decoders/ImageDecoder.cpp', 677 'image-decoders/ImageDecoder.cpp',
677 'image-decoders/ImageDecoder.h', 678 'image-decoders/ImageDecoder.h',
678 'image-decoders/ImageFrame.cpp', 679 'image-decoders/ImageFrame.cpp',
679 'image-decoders/ImageFrame.h', 680 'image-decoders/ImageFrame.h',
680 'image-decoders/bmp/BMPImageDecoder.cpp', 681 'image-decoders/bmp/BMPImageDecoder.cpp',
681 'image-decoders/bmp/BMPImageDecoder.h', 682 'image-decoders/bmp/BMPImageDecoder.h',
682 'image-decoders/bmp/BMPImageReader.cpp', 683 'image-decoders/bmp/BMPImageReader.cpp',
683 'image-decoders/bmp/BMPImageReader.h', 684 'image-decoders/bmp/BMPImageReader.h',
684 'image-decoders/gif/GIFImageDecoder.cpp', 685 'image-decoders/gif/GIFImageDecoder.cpp',
685 'image-decoders/gif/GIFImageDecoder.h', 686 'image-decoders/gif/GIFImageDecoder.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'graphics/ImageLayerChromiumTest.cpp', 988 'graphics/ImageLayerChromiumTest.cpp',
988 'graphics/test/MockImageDecoder.h', 989 'graphics/test/MockImageDecoder.h',
989 'graphics/test/MockWebGraphicsContext3D.h', 990 'graphics/test/MockWebGraphicsContext3D.h',
990 'image-decoders/bmp/BMPImageDecoderTest.cpp', 991 'image-decoders/bmp/BMPImageDecoderTest.cpp',
991 'image-decoders/gif/GIFImageDecoderTest.cpp', 992 'image-decoders/gif/GIFImageDecoderTest.cpp',
992 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 993 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
993 'image-decoders/webp/WEBPImageDecoderTest.cpp', 994 'image-decoders/webp/WEBPImageDecoderTest.cpp',
994 ], 995 ],
995 }, 996 },
996 } 997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698