| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index ff1a3b083d08bd7ec1591f08ab5759f13858754c..60357acbec7e414f91d6b7f82fa50a0d50bc8eac 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -468,6 +468,7 @@
|
| 'frame/WindowEventHandlers.idl',
|
| 'frame/WindowTimers.idl',
|
| 'html/canvas/CanvasPathMethods.idl',
|
| + 'html/canvas/MouseEventHitRegion.idl',
|
| 'html/canvas/WebGLRenderingContextBase.idl',
|
| 'page/WindowPagePopup.idl',
|
| 'svg/SVGDocument.idl',
|
| @@ -2537,6 +2538,9 @@
|
| 'html/canvas/EXTShaderTextureLOD.h',
|
| 'html/canvas/EXTTextureFilterAnisotropic.cpp',
|
| 'html/canvas/EXTTextureFilterAnisotropic.h',
|
| + 'html/canvas/HitRegion.cpp',
|
| + 'html/canvas/HitRegion.h',
|
| + 'html/canvas/MouseEventHitRegion.h',
|
| 'html/canvas/OESElementIndexUint.cpp',
|
| 'html/canvas/OESElementIndexUint.h',
|
| 'html/canvas/OESStandardDerivatives.cpp',
|
|
|