| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index c66a4d9621060d4e6ed49cb28b4aaf8f802e92ff..157a3e3238d1ac11ed700f7006dedb522f010058 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -472,6 +472,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',
|
| @@ -2544,6 +2545,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',
|
|
|