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

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

Issue 1866243003: Revert of Eliminate copies of encoded image data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'graphics/RecordingImageBufferSurface.cpp', 647 'graphics/RecordingImageBufferSurface.cpp',
648 'graphics/RecordingImageBufferSurface.h', 648 'graphics/RecordingImageBufferSurface.h',
649 'graphics/ReplayingCanvas.cpp', 649 'graphics/ReplayingCanvas.cpp',
650 'graphics/ReplayingCanvas.h', 650 'graphics/ReplayingCanvas.h',
651 'graphics/SquashingDisallowedReasons.cpp', 651 'graphics/SquashingDisallowedReasons.cpp',
652 'graphics/SquashingDisallowedReasons.h', 652 'graphics/SquashingDisallowedReasons.h',
653 'graphics/StaticBitmapImage.cpp', 653 'graphics/StaticBitmapImage.cpp',
654 'graphics/StaticBitmapImage.h', 654 'graphics/StaticBitmapImage.h',
655 'graphics/StrokeData.cpp', 655 'graphics/StrokeData.cpp',
656 'graphics/StrokeData.h', 656 'graphics/StrokeData.h',
657 'graphics/ThreadSafeDataTransport.cpp',
658 'graphics/ThreadSafeDataTransport.h',
657 'graphics/UnacceleratedImageBufferSurface.cpp', 659 'graphics/UnacceleratedImageBufferSurface.cpp',
658 'graphics/UnacceleratedImageBufferSurface.h', 660 'graphics/UnacceleratedImageBufferSurface.h',
659 'graphics/compositing/PaintArtifactCompositor.cpp', 661 'graphics/compositing/PaintArtifactCompositor.cpp',
660 'graphics/compositing/PaintArtifactCompositor.h', 662 'graphics/compositing/PaintArtifactCompositor.h',
661 'graphics/cpu/arm/WebGLImageConversionNEON.h', 663 'graphics/cpu/arm/WebGLImageConversionNEON.h',
662 'graphics/cpu/x86/WebGLImageConversionSSE.h', 664 'graphics/cpu/x86/WebGLImageConversionSSE.h',
663 'graphics/filters/DistantLightSource.cpp', 665 'graphics/filters/DistantLightSource.cpp',
664 'graphics/filters/DistantLightSource.h', 666 'graphics/filters/DistantLightSource.h',
665 'graphics/filters/FEBlend.cpp', 667 'graphics/filters/FEBlend.cpp',
666 'graphics/filters/FEBlend.h', 668 'graphics/filters/FEBlend.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'graphics/skia/SkSizeHash.h', 794 'graphics/skia/SkSizeHash.h',
793 'graphics/skia/SkiaUtils.cpp', 795 'graphics/skia/SkiaUtils.cpp',
794 'graphics/skia/SkiaUtils.h', 796 'graphics/skia/SkiaUtils.h',
795 'image-decoders/FastSharedBufferReader.cpp', 797 'image-decoders/FastSharedBufferReader.cpp',
796 'image-decoders/FastSharedBufferReader.h', 798 'image-decoders/FastSharedBufferReader.h',
797 'image-decoders/ImageAnimation.h', 799 'image-decoders/ImageAnimation.h',
798 'image-decoders/ImageDecoder.cpp', 800 'image-decoders/ImageDecoder.cpp',
799 'image-decoders/ImageDecoder.h', 801 'image-decoders/ImageDecoder.h',
800 'image-decoders/ImageFrame.cpp', 802 'image-decoders/ImageFrame.cpp',
801 'image-decoders/ImageFrame.h', 803 'image-decoders/ImageFrame.h',
802 'image-decoders/SegmentReader.cpp',
803 'image-decoders/SegmentReader.h',
804 'image-decoders/bmp/BMPImageDecoder.cpp', 804 'image-decoders/bmp/BMPImageDecoder.cpp',
805 'image-decoders/bmp/BMPImageDecoder.h', 805 'image-decoders/bmp/BMPImageDecoder.h',
806 'image-decoders/bmp/BMPImageReader.cpp', 806 'image-decoders/bmp/BMPImageReader.cpp',
807 'image-decoders/bmp/BMPImageReader.h', 807 'image-decoders/bmp/BMPImageReader.h',
808 'image-decoders/gif/GIFImageDecoder.cpp', 808 'image-decoders/gif/GIFImageDecoder.cpp',
809 'image-decoders/gif/GIFImageDecoder.h', 809 'image-decoders/gif/GIFImageDecoder.h',
810 'image-decoders/gif/GIFImageReader.cpp', 810 'image-decoders/gif/GIFImageReader.cpp',
811 'image-decoders/gif/GIFImageReader.h', 811 'image-decoders/gif/GIFImageReader.h',
812 'image-decoders/ico/ICOImageDecoder.cpp', 812 'image-decoders/ico/ICOImageDecoder.cpp',
813 'image-decoders/ico/ICOImageDecoder.h', 813 'image-decoders/ico/ICOImageDecoder.h',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 'geometry/GeometryTestHelpers.cpp', 1168 'geometry/GeometryTestHelpers.cpp',
1169 'geometry/IntRectTest.cpp', 1169 'geometry/IntRectTest.cpp',
1170 'geometry/LayoutRectTest.cpp', 1170 'geometry/LayoutRectTest.cpp',
1171 'geometry/LayoutRectOutsetsTest.cpp', 1171 'geometry/LayoutRectOutsetsTest.cpp',
1172 'geometry/RegionTest.cpp', 1172 'geometry/RegionTest.cpp',
1173 'graphics/BitmapImageTest.cpp', 1173 'graphics/BitmapImageTest.cpp',
1174 'graphics/CompositorMutableStateTest.cpp', 1174 'graphics/CompositorMutableStateTest.cpp',
1175 'graphics/ContiguousContainerTest.cpp', 1175 'graphics/ContiguousContainerTest.cpp',
1176 'graphics/GraphicsContextTest.cpp', 1176 'graphics/GraphicsContextTest.cpp',
1177 'graphics/RecordingImageBufferSurfaceTest.cpp', 1177 'graphics/RecordingImageBufferSurfaceTest.cpp',
1178 'graphics/ThreadSafeDataTransportTest.cpp',
1178 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1179 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1179 'graphics/filters/FilterOperationsTest.cpp', 1180 'graphics/filters/FilterOperationsTest.cpp',
1180 'graphics/filters/ImageFilterBuilderTest.cpp', 1181 'graphics/filters/ImageFilterBuilderTest.cpp',
1181 'graphics/gpu/DrawingBufferTest.cpp', 1182 'graphics/gpu/DrawingBufferTest.cpp',
1182 'graphics/paint/DisplayItemClientTest.cpp', 1183 'graphics/paint/DisplayItemClientTest.cpp',
1183 'graphics/paint/DisplayItemListTest.cpp', 1184 'graphics/paint/DisplayItemListTest.cpp',
1184 'graphics/paint/DisplayItemTest.cpp', 1185 'graphics/paint/DisplayItemTest.cpp',
1185 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1186 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1186 'graphics/paint/PaintChunkerTest.cpp', 1187 'graphics/paint/PaintChunkerTest.cpp',
1187 'graphics/paint/PaintControllerTest.cpp', 1188 'graphics/paint/PaintControllerTest.cpp',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 ['OS!="mac"', 1293 ['OS!="mac"',
1293 { 1294 {
1294 'platform_test_files': [ 1295 'platform_test_files': [
1295 'scroll/ScrollAnimatorTest.cpp', 1296 'scroll/ScrollAnimatorTest.cpp',
1296 ], 1297 ],
1297 } 1298 }
1298 ], 1299 ],
1299 ], 1300 ],
1300 }, 1301 },
1301 } 1302 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698