| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 74f491a07164c542ebc587e131c0064e9f959f08..8db33bab0310f9dc71400e9ebb7435d2aefb499e 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',
|
| @@ -2535,6 +2536,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',
|
|
|