| 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',
|
|
|