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

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: Add factories; cleanups Created 4 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
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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'graphics/RecordingImageBufferSurface.cpp', 651 'graphics/RecordingImageBufferSurface.cpp',
652 'graphics/RecordingImageBufferSurface.h', 652 'graphics/RecordingImageBufferSurface.h',
653 'graphics/ReplayingCanvas.cpp', 653 'graphics/ReplayingCanvas.cpp',
654 'graphics/ReplayingCanvas.h', 654 'graphics/ReplayingCanvas.h',
655 'graphics/SquashingDisallowedReasons.cpp', 655 'graphics/SquashingDisallowedReasons.cpp',
656 'graphics/SquashingDisallowedReasons.h', 656 'graphics/SquashingDisallowedReasons.h',
657 'graphics/StaticBitmapImage.cpp', 657 'graphics/StaticBitmapImage.cpp',
658 'graphics/StaticBitmapImage.h', 658 'graphics/StaticBitmapImage.h',
659 'graphics/StrokeData.cpp', 659 'graphics/StrokeData.cpp',
660 'graphics/StrokeData.h', 660 'graphics/StrokeData.h',
661 'graphics/ThreadSafeDataTransport.cpp',
662 'graphics/ThreadSafeDataTransport.h',
663 'graphics/UnacceleratedImageBufferSurface.cpp', 661 'graphics/UnacceleratedImageBufferSurface.cpp',
664 'graphics/UnacceleratedImageBufferSurface.h', 662 'graphics/UnacceleratedImageBufferSurface.h',
665 'graphics/compositing/PaintArtifactCompositor.cpp', 663 'graphics/compositing/PaintArtifactCompositor.cpp',
666 'graphics/compositing/PaintArtifactCompositor.h', 664 'graphics/compositing/PaintArtifactCompositor.h',
667 'graphics/cpu/arm/WebGLImageConversionNEON.h', 665 'graphics/cpu/arm/WebGLImageConversionNEON.h',
668 'graphics/cpu/x86/WebGLImageConversionSSE.h', 666 'graphics/cpu/x86/WebGLImageConversionSSE.h',
669 'graphics/filters/DistantLightSource.cpp', 667 'graphics/filters/DistantLightSource.cpp',
670 'graphics/filters/DistantLightSource.h', 668 'graphics/filters/DistantLightSource.h',
671 'graphics/filters/FEBlend.cpp', 669 'graphics/filters/FEBlend.cpp',
672 'graphics/filters/FEBlend.h', 670 'graphics/filters/FEBlend.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'graphics/paint/TransformDisplayItem.cpp', 786 'graphics/paint/TransformDisplayItem.cpp',
789 'graphics/paint/TransformDisplayItem.h', 787 'graphics/paint/TransformDisplayItem.h',
790 'graphics/paint/TransformPaintPropertyNode.h', 788 'graphics/paint/TransformPaintPropertyNode.h',
791 'graphics/paint/CompositingDisplayItem.cpp', 789 'graphics/paint/CompositingDisplayItem.cpp',
792 'graphics/paint/CompositingDisplayItem.h', 790 'graphics/paint/CompositingDisplayItem.h',
793 'graphics/skia/ImagePixelLocker.cpp', 791 'graphics/skia/ImagePixelLocker.cpp',
794 'graphics/skia/ImagePixelLocker.h', 792 'graphics/skia/ImagePixelLocker.h',
795 'graphics/skia/SkSizeHash.h', 793 'graphics/skia/SkSizeHash.h',
796 'graphics/skia/SkiaUtils.cpp', 794 'graphics/skia/SkiaUtils.cpp',
797 'graphics/skia/SkiaUtils.h', 795 'graphics/skia/SkiaUtils.h',
796 'image-decoders/DataSegmentReader.cpp',
798 'image-decoders/FastSharedBufferReader.cpp', 797 'image-decoders/FastSharedBufferReader.cpp',
799 'image-decoders/FastSharedBufferReader.h', 798 'image-decoders/FastSharedBufferReader.h',
800 'image-decoders/ImageAnimation.h', 799 'image-decoders/ImageAnimation.h',
801 'image-decoders/ImageDecoder.cpp', 800 'image-decoders/ImageDecoder.cpp',
802 'image-decoders/ImageDecoder.h', 801 'image-decoders/ImageDecoder.h',
803 'image-decoders/ImageFrame.cpp', 802 'image-decoders/ImageFrame.cpp',
804 'image-decoders/ImageFrame.h', 803 'image-decoders/ImageFrame.h',
804 'image-decoders/ROBufferSegmentReader.cpp',
805 'image-decoders/SharedBufferSegmentReader.cpp',
806 'image-decoders/SegmentReader.h',
805 'image-decoders/bmp/BMPImageDecoder.cpp', 807 'image-decoders/bmp/BMPImageDecoder.cpp',
806 'image-decoders/bmp/BMPImageDecoder.h', 808 'image-decoders/bmp/BMPImageDecoder.h',
807 'image-decoders/bmp/BMPImageReader.cpp', 809 'image-decoders/bmp/BMPImageReader.cpp',
808 'image-decoders/bmp/BMPImageReader.h', 810 'image-decoders/bmp/BMPImageReader.h',
809 'image-decoders/gif/GIFImageDecoder.cpp', 811 'image-decoders/gif/GIFImageDecoder.cpp',
810 'image-decoders/gif/GIFImageDecoder.h', 812 'image-decoders/gif/GIFImageDecoder.h',
811 'image-decoders/gif/GIFImageReader.cpp', 813 'image-decoders/gif/GIFImageReader.cpp',
812 'image-decoders/gif/GIFImageReader.h', 814 'image-decoders/gif/GIFImageReader.h',
813 'image-decoders/ico/ICOImageDecoder.cpp', 815 'image-decoders/ico/ICOImageDecoder.cpp',
814 'image-decoders/ico/ICOImageDecoder.h', 816 'image-decoders/ico/ICOImageDecoder.h',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'geometry/GeometryTestHelpers.cpp', 1171 'geometry/GeometryTestHelpers.cpp',
1170 'geometry/IntRectTest.cpp', 1172 'geometry/IntRectTest.cpp',
1171 'geometry/LayoutRectTest.cpp', 1173 'geometry/LayoutRectTest.cpp',
1172 'geometry/LayoutRectOutsetsTest.cpp', 1174 'geometry/LayoutRectOutsetsTest.cpp',
1173 'geometry/RegionTest.cpp', 1175 'geometry/RegionTest.cpp',
1174 'graphics/BitmapImageTest.cpp', 1176 'graphics/BitmapImageTest.cpp',
1175 'graphics/CompositorMutableStateTest.cpp', 1177 'graphics/CompositorMutableStateTest.cpp',
1176 'graphics/ContiguousContainerTest.cpp', 1178 'graphics/ContiguousContainerTest.cpp',
1177 'graphics/GraphicsContextTest.cpp', 1179 'graphics/GraphicsContextTest.cpp',
1178 'graphics/RecordingImageBufferSurfaceTest.cpp', 1180 'graphics/RecordingImageBufferSurfaceTest.cpp',
1179 'graphics/ThreadSafeDataTransportTest.cpp',
1180 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1181 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1181 'graphics/filters/FilterOperationsTest.cpp', 1182 'graphics/filters/FilterOperationsTest.cpp',
1182 'graphics/filters/ImageFilterBuilderTest.cpp', 1183 'graphics/filters/ImageFilterBuilderTest.cpp',
1183 'graphics/gpu/DrawingBufferTest.cpp', 1184 'graphics/gpu/DrawingBufferTest.cpp',
1184 'graphics/paint/DisplayItemClientTest.cpp', 1185 'graphics/paint/DisplayItemClientTest.cpp',
1185 'graphics/paint/DisplayItemListTest.cpp', 1186 'graphics/paint/DisplayItemListTest.cpp',
1186 'graphics/paint/DisplayItemTest.cpp', 1187 'graphics/paint/DisplayItemTest.cpp',
1187 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1188 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1188 'graphics/paint/PaintChunkerTest.cpp', 1189 'graphics/paint/PaintChunkerTest.cpp',
1189 'graphics/paint/PaintControllerTest.cpp', 1190 'graphics/paint/PaintControllerTest.cpp',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 ['OS!="mac"', 1287 ['OS!="mac"',
1287 { 1288 {
1288 'platform_test_files': [ 1289 'platform_test_files': [
1289 'scroll/ScrollAnimatorTest.cpp', 1290 'scroll/ScrollAnimatorTest.cpp',
1290 ], 1291 ],
1291 } 1292 }
1292 ], 1293 ],
1293 ], 1294 ],
1294 }, 1295 },
1295 } 1296 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698