| 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 8762fcd8407cb74319491a1bb16befd2c50c0dae..5527747476c6f08bf502f70d0f04f49e202344f2 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -654,6 +654,8 @@
|
| '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',
|
| @@ -799,8 +801,6 @@
|
| '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',
|
| @@ -1175,6 +1175,7 @@
|
| 'graphics/ContiguousContainerTest.cpp',
|
| 'graphics/GraphicsContextTest.cpp',
|
| 'graphics/RecordingImageBufferSurfaceTest.cpp',
|
| + 'graphics/ThreadSafeDataTransportTest.cpp',
|
| 'graphics/compositing/PaintArtifactCompositorTest.cpp',
|
| 'graphics/filters/FilterOperationsTest.cpp',
|
| 'graphics/filters/ImageFilterBuilderTest.cpp',
|
|
|