| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index c1818326dd163894a11976839517bf887bd02551..95df2d4474fb7d72d63b0c7e60f80aceebeea0ea 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',
|
| @@ -2546,6 +2547,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',
|
|
|