| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index beb34c0bfed7e7fa41d82000224e374487c7b05b..a79dd39bb9df004ed1aced7424f1e322c9d64a45 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -230,7 +230,7 @@
|
| 'html/canvas/OESTextureHalfFloat.idl',
|
| 'html/canvas/OESTextureHalfFloatLinear.idl',
|
| 'html/canvas/OESVertexArrayObject.idl',
|
| - 'html/canvas/Path.idl',
|
| + 'html/canvas/Path2D.idl',
|
| 'html/canvas/WebGLActiveInfo.idl',
|
| 'html/canvas/WebGLBuffer.idl',
|
| 'html/canvas/WebGLCompressedTextureATC.idl',
|
| @@ -2426,7 +2426,7 @@
|
| 'html/canvas/CanvasStyle.h',
|
| 'html/canvas/DataView.cpp',
|
| 'html/canvas/DataView.h',
|
| - 'html/canvas/DOMPath.h',
|
| + 'html/canvas/Path2D.h',
|
| 'html/canvas/EXTFragDepth.cpp',
|
| 'html/canvas/EXTFragDepth.h',
|
| 'html/canvas/EXTTextureFilterAnisotropic.cpp',
|
|
|