| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index c80364bef18996c9ec1b769531c037cb9b0b111f..19dddeba1cc730dbea956e8a981812c9f724a254 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -372,6 +372,8 @@
|
| 'graphics/GraphicsTypes.cpp',
|
| 'graphics/GraphicsTypes.h',
|
| 'graphics/GraphicsTypes3D.h',
|
| + 'graphics/ImageBufferSurface.cpp',
|
| + 'graphics/ImageBufferSurface.h',
|
| 'graphics/ImageObserver.cpp',
|
| 'graphics/ImageObserver.h',
|
| 'graphics/ImageOrientation.cpp',
|
| @@ -386,6 +388,8 @@
|
| 'graphics/TextRunIterator.h',
|
| 'graphics/ThreadSafeDataTransport.cpp',
|
| 'graphics/ThreadSafeDataTransport.h',
|
| + 'graphics/UnacceleratedImageBufferSurface.cpp',
|
| + 'graphics/UnacceleratedImageBufferSurface.h',
|
| 'graphics/WindRule.h',
|
| 'mac/KillRingMac.mm',
|
| 'mac/BlockExceptions.h',
|
|
|