| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index aad436ff281b8f0e686a7f953ce04319245b7bf1..3d55c47c31bbc2982ad0835367e40ccc5a6bf520 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -367,7 +367,6 @@
|
| 'svg/SVGUseElement.idl',
|
| 'svg/SVGViewElement.idl',
|
| 'svg/SVGViewSpec.idl',
|
| - 'svg/SVGZoomEvent.idl',
|
| 'timing/MemoryInfo.idl',
|
| 'timing/Performance.idl',
|
| 'timing/PerformanceCompositeTiming.idl',
|
| @@ -493,7 +492,6 @@
|
| 'events/UIEvent.idl',
|
| 'events/WheelEvent.idl',
|
| 'html/track/TrackEvent.idl',
|
| - 'svg/SVGZoomEvent.idl',
|
| ],
|
| # IDL files that only have typedefs/enums.
|
| 'core_typedefs_enums_only_idl_files': [
|
| @@ -3689,8 +3687,6 @@
|
| 'svg/SVGViewSpec.h',
|
| 'svg/SVGZoomAndPan.cpp',
|
| 'svg/SVGZoomAndPan.h',
|
| - 'svg/SVGZoomEvent.cpp',
|
| - 'svg/SVGZoomEvent.h',
|
| 'svg/animation/SMILTime.cpp',
|
| 'svg/animation/SMILTimeContainer.cpp',
|
| 'svg/animation/SMILTimeContainer.h',
|
|
|