| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 3e08ff3350c61f5daaeafb3b2b4985e41dce1a03..05c098b9c4bf02e7658945bc6189db0cbf74947f 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -549,6 +549,8 @@
|
| 'graphics/skia/SkiaUtils.h',
|
| 'graphics/BitmapImage.cpp',
|
| 'graphics/BitmapImage.h',
|
| + 'graphics/BitmapPattern.cpp',
|
| + 'graphics/BitmapPattern.h',
|
| 'graphics/Canvas2DImageBufferSurface.h',
|
| 'graphics/Canvas2DLayerBridge.cpp',
|
| 'graphics/Canvas2DLayerBridge.h',
|
| @@ -635,6 +637,10 @@
|
| 'graphics/ReplayingCanvas.h',
|
| 'graphics/ScaledImageFragment.cpp',
|
| 'graphics/ScaledImageFragment.h',
|
| + 'graphics/StaticBitmapImage.cpp',
|
| + 'graphics/StaticBitmapImage.h',
|
| + 'graphics/StaticBitmapPattern.cpp',
|
| + 'graphics/StaticBitmapPattern.h',
|
| 'graphics/StrokeData.cpp',
|
| 'graphics/StrokeData.h',
|
| 'graphics/ThreadSafeDataTransport.cpp',
|
|
|