| 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 c0fb86161e741c74cb7e1746a59e8f37171671f3..9a6f39b89e9780340ec9a438fe747a9e9994944a 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',
|
| @@ -492,7 +491,6 @@
|
| 'events/WheelEvent.idl',
|
| 'html/MediaKeyEvent.idl',
|
| 'html/track/TrackEvent.idl',
|
| - 'svg/SVGZoomEvent.idl',
|
| 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
|
| ],
|
| # IDL files that only have typedefs/enums.
|
| @@ -3607,8 +3605,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',
|
|
|