| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index c9a4fad94cc9b607e7ebe4fdc8be3de2de70a937..57eda668f2b6b5d694f050c8c00906ea498222b8 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -465,6 +465,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',
|
| @@ -2524,6 +2525,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',
|
|
|