| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 19a664a4712d6642b1182dc4835491b901670c35..3b806f8a64ec144c6e2786c818152c9a53c205d5 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -553,6 +553,10 @@
|
| 'graphics/skia/SkiaUtils.h',
|
| 'graphics/BitmapImage.cpp',
|
| 'graphics/BitmapImage.h',
|
| + 'graphics/BitmapPattern.cpp',
|
| + 'graphics/BitmapPattern.h',
|
| + 'graphics/BitmapPatternBase.cpp',
|
| + 'graphics/BitmapPatternBase.h',
|
| 'graphics/Canvas2DImageBufferSurface.h',
|
| 'graphics/Canvas2DLayerBridge.cpp',
|
| 'graphics/Canvas2DLayerBridge.h',
|
| @@ -638,6 +642,10 @@
|
| 'graphics/RegionTracker.h',
|
| 'graphics/ReplayingCanvas.cpp',
|
| 'graphics/ReplayingCanvas.h',
|
| + 'graphics/StaticBitmapImage.cpp',
|
| + 'graphics/StaticBitmapImage.h',
|
| + 'graphics/StaticBitmapPattern.cpp',
|
| + 'graphics/StaticBitmapPattern.h',
|
| 'graphics/StrokeData.cpp',
|
| 'graphics/StrokeData.h',
|
| 'graphics/ThreadSafeDataTransport.cpp',
|
|
|