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

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

Issue 1812273003: Eliminate copies of encoded image data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'graphics/RecordingImageBufferSurface.cpp', 643 'graphics/RecordingImageBufferSurface.cpp',
644 'graphics/RecordingImageBufferSurface.h', 644 'graphics/RecordingImageBufferSurface.h',
645 'graphics/ReplayingCanvas.cpp', 645 'graphics/ReplayingCanvas.cpp',
646 'graphics/ReplayingCanvas.h', 646 'graphics/ReplayingCanvas.h',
647 'graphics/SquashingDisallowedReasons.cpp', 647 'graphics/SquashingDisallowedReasons.cpp',
648 'graphics/SquashingDisallowedReasons.h', 648 'graphics/SquashingDisallowedReasons.h',
649 'graphics/StaticBitmapImage.cpp', 649 'graphics/StaticBitmapImage.cpp',
650 'graphics/StaticBitmapImage.h', 650 'graphics/StaticBitmapImage.h',
651 'graphics/StrokeData.cpp', 651 'graphics/StrokeData.cpp',
652 'graphics/StrokeData.h', 652 'graphics/StrokeData.h',
653 'graphics/ThreadSafeDataTransport.cpp',
654 'graphics/ThreadSafeDataTransport.h',
655 'graphics/UnacceleratedImageBufferSurface.cpp', 653 'graphics/UnacceleratedImageBufferSurface.cpp',
656 'graphics/UnacceleratedImageBufferSurface.h', 654 'graphics/UnacceleratedImageBufferSurface.h',
657 'graphics/compositing/PaintArtifactCompositor.cpp', 655 'graphics/compositing/PaintArtifactCompositor.cpp',
658 'graphics/compositing/PaintArtifactCompositor.h', 656 'graphics/compositing/PaintArtifactCompositor.h',
659 'graphics/cpu/arm/WebGLImageConversionNEON.h', 657 'graphics/cpu/arm/WebGLImageConversionNEON.h',
660 'graphics/cpu/x86/WebGLImageConversionSSE.h', 658 'graphics/cpu/x86/WebGLImageConversionSSE.h',
661 'graphics/filters/DistantLightSource.cpp', 659 'graphics/filters/DistantLightSource.cpp',
662 'graphics/filters/DistantLightSource.h', 660 'graphics/filters/DistantLightSource.h',
663 'graphics/filters/FEBlend.cpp', 661 'graphics/filters/FEBlend.cpp',
664 'graphics/filters/FEBlend.h', 662 'graphics/filters/FEBlend.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'graphics/skia/SkSizeHash.h', 788 'graphics/skia/SkSizeHash.h',
791 'graphics/skia/SkiaUtils.cpp', 789 'graphics/skia/SkiaUtils.cpp',
792 'graphics/skia/SkiaUtils.h', 790 'graphics/skia/SkiaUtils.h',
793 'image-decoders/FastSharedBufferReader.cpp', 791 'image-decoders/FastSharedBufferReader.cpp',
794 'image-decoders/FastSharedBufferReader.h', 792 'image-decoders/FastSharedBufferReader.h',
795 'image-decoders/ImageAnimation.h', 793 'image-decoders/ImageAnimation.h',
796 'image-decoders/ImageDecoder.cpp', 794 'image-decoders/ImageDecoder.cpp',
797 'image-decoders/ImageDecoder.h', 795 'image-decoders/ImageDecoder.h',
798 'image-decoders/ImageFrame.cpp', 796 'image-decoders/ImageFrame.cpp',
799 'image-decoders/ImageFrame.h', 797 'image-decoders/ImageFrame.h',
798 'image-decoders/SegmentReader.cpp',
799 'image-decoders/SegmentReader.h',
800 'image-decoders/bmp/BMPImageDecoder.cpp', 800 'image-decoders/bmp/BMPImageDecoder.cpp',
801 'image-decoders/bmp/BMPImageDecoder.h', 801 'image-decoders/bmp/BMPImageDecoder.h',
802 'image-decoders/bmp/BMPImageReader.cpp', 802 'image-decoders/bmp/BMPImageReader.cpp',
803 'image-decoders/bmp/BMPImageReader.h', 803 'image-decoders/bmp/BMPImageReader.h',
804 'image-decoders/gif/GIFImageDecoder.cpp', 804 'image-decoders/gif/GIFImageDecoder.cpp',
805 'image-decoders/gif/GIFImageDecoder.h', 805 'image-decoders/gif/GIFImageDecoder.h',
806 'image-decoders/gif/GIFImageReader.cpp', 806 'image-decoders/gif/GIFImageReader.cpp',
807 'image-decoders/gif/GIFImageReader.h', 807 'image-decoders/gif/GIFImageReader.h',
808 'image-decoders/ico/ICOImageDecoder.cpp', 808 'image-decoders/ico/ICOImageDecoder.cpp',
809 'image-decoders/ico/ICOImageDecoder.h', 809 'image-decoders/ico/ICOImageDecoder.h',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'geometry/FloatRoundedRectTest.cpp', 1164 'geometry/FloatRoundedRectTest.cpp',
1165 'geometry/FloatSizeTest.cpp', 1165 'geometry/FloatSizeTest.cpp',
1166 'geometry/GeometryTestHelpers.cpp', 1166 'geometry/GeometryTestHelpers.cpp',
1167 'geometry/IntRectTest.cpp', 1167 'geometry/IntRectTest.cpp',
1168 'geometry/LayoutRectTest.cpp', 1168 'geometry/LayoutRectTest.cpp',
1169 'geometry/LayoutRectOutsetsTest.cpp', 1169 'geometry/LayoutRectOutsetsTest.cpp',
1170 'geometry/RegionTest.cpp', 1170 'geometry/RegionTest.cpp',
1171 'graphics/BitmapImageTest.cpp', 1171 'graphics/BitmapImageTest.cpp',
1172 'graphics/CompositorMutableStateTest.cpp', 1172 'graphics/CompositorMutableStateTest.cpp',
1173 'graphics/ContiguousContainerTest.cpp', 1173 'graphics/ContiguousContainerTest.cpp',
1174 'graphics/DeferredImageDecoderTestWoPlatform.cpp',
1174 'graphics/GraphicsContextTest.cpp', 1175 'graphics/GraphicsContextTest.cpp',
1175 'graphics/RecordingImageBufferSurfaceTest.cpp', 1176 'graphics/RecordingImageBufferSurfaceTest.cpp',
1176 'graphics/ThreadSafeDataTransportTest.cpp',
1177 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1177 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1178 'graphics/filters/FilterOperationsTest.cpp', 1178 'graphics/filters/FilterOperationsTest.cpp',
1179 'graphics/filters/ImageFilterBuilderTest.cpp', 1179 'graphics/filters/ImageFilterBuilderTest.cpp',
1180 'graphics/gpu/DrawingBufferTest.cpp', 1180 'graphics/gpu/DrawingBufferTest.cpp',
1181 'graphics/paint/DisplayItemClientTest.cpp', 1181 'graphics/paint/DisplayItemClientTest.cpp',
1182 'graphics/paint/DisplayItemListTest.cpp', 1182 'graphics/paint/DisplayItemListTest.cpp',
1183 'graphics/paint/DisplayItemTest.cpp', 1183 'graphics/paint/DisplayItemTest.cpp',
1184 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1184 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1185 'graphics/paint/PaintChunkerTest.cpp', 1185 'graphics/paint/PaintChunkerTest.cpp',
1186 'graphics/paint/PaintControllerTest.cpp', 1186 'graphics/paint/PaintControllerTest.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 ['OS!="mac"', 1297 ['OS!="mac"',
1298 { 1298 {
1299 'platform_test_files': [ 1299 'platform_test_files': [
1300 'scroll/ScrollAnimatorTest.cpp', 1300 'scroll/ScrollAnimatorTest.cpp',
1301 ], 1301 ],
1302 } 1302 }
1303 ], 1303 ],
1304 ], 1304 ],
1305 }, 1305 },
1306 } 1306 }
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