| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 191c1b9ec1e0f2c15f33cf565c95eb08e8eea8eb..d78b697d708c1b6d31142519c75215c3c7b5b4fe 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -213,6 +213,7 @@
|
| 'html/canvas/CanvasProxy.idl',
|
| 'html/canvas/CanvasRenderingContext.idl',
|
| 'html/canvas/CanvasRenderingContext2D.idl',
|
| + 'html/canvas/Canvas2DContextAttributes.idl',
|
| 'html/canvas/DataView.idl',
|
| 'html/canvas/DOMPath.idl',
|
| 'html/canvas/EXTDrawBuffers.idl',
|
| @@ -2229,6 +2230,8 @@
|
| 'html/WeekInputType.h',
|
| 'html/TypeAhead.cpp',
|
| 'html/TypeAhead.h',
|
| + 'html/canvas/Canvas2DContextAttributes.cpp',
|
| + 'html/canvas/Canvas2DContextAttributes.h',
|
| 'html/canvas/CanvasContextAttributes.cpp',
|
| 'html/canvas/CanvasContextAttributes.h',
|
| 'html/canvas/CanvasGradient.cpp',
|
|
|