Chromium Code Reviews| Index: Source/core/core.gypi |
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
| index 96aed684a0dbcf169be061fdeb77d2f8aa033c31..3b3b9bc35030645a221ca0a874160e093318ecc5 100644 |
| --- a/Source/core/core.gypi |
| +++ b/Source/core/core.gypi |
| @@ -2738,6 +2738,7 @@ |
| 'platform/chromium/KeyCodeConversionGtk.cpp', |
| 'platform/chromium/KeyboardCodes.h', |
| 'platform/graphics/BitmapImage.cpp', |
| + 'platform/graphics/Canvas2DImageBufferSurface.h', |
| 'platform/graphics/Canvas2DLayerBridge.cpp', |
| 'platform/graphics/Canvas2DLayerBridge.h', |
| 'platform/graphics/Canvas2DLayerManager.cpp', |
| @@ -2909,8 +2910,12 @@ |
| 'platform/graphics/filters/custom/FECustomFilter.h', |
| 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp', |
| 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.h', |
| + 'platform/graphics/gpu/AcceleratedImageBufferSurface.cpp', |
| + 'platform/graphics/gpu/AcceleratedImageBufferSurface.h', |
| 'platform/graphics/gpu/DrawingBuffer.cpp', |
| 'platform/graphics/gpu/DrawingBuffer.h', |
| + 'platform/graphics/gpu/NonDrawableAcceleratedImageBufferSurface.cpp', |
|
Stephen White
2013/12/04 21:18:40
Naming nit: NonDrawable might imply you can't draw
|
| + 'platform/graphics/gpu/NonDrawableAcceleratedImageBufferSurface.h', |
| 'platform/graphics/gpu/SharedGraphicsContext3D.cpp', |
| 'platform/graphics/gpu/SharedGraphicsContext3D.h', |
| 'platform/graphics/harfbuzz/FontHarfBuzz.cpp', |