| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index f193dc850a5fc55f11ba4dbf19c20522258d4e6a..0989b956cc142d2a116e89b533ebd2839f79acf2 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -209,6 +209,7 @@
|
| 'html/canvas/CanvasPattern.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',
|
| @@ -2213,6 +2214,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',
|
|
|