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

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: Respond to pkasting's comments in ps 18 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 side-by-side diff with in-line comments
Download patch
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 15431450ca698a781ce0dc86f8764e462a950ffb..64473343a513f8b35f7dc87ae6af65f704090097 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -658,8 +658,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',
@@ -802,6 +800,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',
@@ -1176,7 +1176,6 @@
'graphics/ContiguousContainerTest.cpp',
'graphics/GraphicsContextTest.cpp',
'graphics/RecordingImageBufferSurfaceTest.cpp',
- 'graphics/ThreadSafeDataTransportTest.cpp',
'graphics/compositing/PaintArtifactCompositorTest.cpp',
'graphics/filters/FilterOperationsTest.cpp',
'graphics/filters/ImageFilterBuilderTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698