| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 93b86db4f30b285c5604de50616a83373b61b312..8ef8ae411d6afb83714b5a50ddcef1a132c96882 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -338,8 +338,6 @@
|
| 'cachestorage/WindowCacheStorage.idl',
|
| 'cachestorage/WorkerCacheStorage.idl',
|
| 'canvas2d/CanvasPathMethods.idl',
|
| - 'canvas2d/MouseEventHitRegion.idl',
|
| - 'canvas2d/TouchHitRegion.idl',
|
| 'credentialmanager/NavigatorCredentials.idl',
|
| 'crypto/WindowCrypto.idl',
|
| 'crypto/WorkerGlobalScopeCrypto.idl',
|
| @@ -874,15 +872,9 @@
|
| 'canvas2d/ClipList.h',
|
| 'canvas2d/ContextAttributeHelpers.cpp',
|
| 'canvas2d/ContextAttributeHelpers.h',
|
| - 'canvas2d/EventHitRegion.cpp',
|
| - 'canvas2d/EventHitRegion.h',
|
| 'canvas2d/HitRegion.cpp',
|
| 'canvas2d/HitRegion.h',
|
| - 'canvas2d/MouseEventHitRegion.cpp',
|
| - 'canvas2d/MouseEventHitRegion.h',
|
| 'canvas2d/Path2D.h',
|
| - 'canvas2d/TouchHitRegion.cpp',
|
| - 'canvas2d/TouchHitRegion.h',
|
| 'compositorworker/CompositorWorker.cpp',
|
| 'compositorworker/CompositorWorker.h',
|
| 'compositorworker/CompositorWorkerGlobalScope.cpp',
|
|
|