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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index d007d0ea9096bead833ba7b526c9f399c49bfdbd..20ec42459b9aa50a605a6d9b968375fd36881129 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -650,8 +650,6 @@
'graphics/StaticBitmapImage.h',
'graphics/StrokeData.cpp',
'graphics/StrokeData.h',
- 'graphics/ThreadSafeDataTransport.cpp',
- 'graphics/ThreadSafeDataTransport.h',
'graphics/UnacceleratedImageBufferSurface.cpp',
'graphics/UnacceleratedImageBufferSurface.h',
'graphics/compositing/PaintArtifactCompositor.cpp',
@@ -797,6 +795,8 @@
'image-decoders/ImageDecoder.h',
'image-decoders/ImageFrame.cpp',
'image-decoders/ImageFrame.h',
+ 'image-decoders/SegmentReader.cpp',
+ 'image-decoders/SegmentReader.h',
'image-decoders/bmp/BMPImageDecoder.cpp',
'image-decoders/bmp/BMPImageDecoder.h',
'image-decoders/bmp/BMPImageReader.cpp',
@@ -1171,9 +1171,9 @@
'graphics/BitmapImageTest.cpp',
'graphics/CompositorMutableStateTest.cpp',
'graphics/ContiguousContainerTest.cpp',
+ 'graphics/DeferredImageDecoderTestWoPlatform.cpp',
'graphics/GraphicsContextTest.cpp',
'graphics/RecordingImageBufferSurfaceTest.cpp',
- 'graphics/ThreadSafeDataTransportTest.cpp',
'graphics/compositing/PaintArtifactCompositorTest.cpp',
'graphics/filters/FilterOperationsTest.cpp',
'graphics/filters/ImageFilterBuilderTest.cpp',
« 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