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 43fb2701b1e908d8457403fdf8a4f5a76eed3d9a..e7bc0ca7b8739eb71117ac182b20f567eaac2d3f 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -236,8 +236,6 @@ |
'html/HTMLUnknownElement.idl', |
'html/ImageData.idl', |
'html/MediaError.idl', |
- 'html/MediaKeyError.idl', |
- 'html/MediaKeyEvent.idl', |
'html/RadioNodeList.idl', |
'html/TextMetrics.idl', |
'html/TimeRanges.idl', |
@@ -490,7 +488,6 @@ |
'events/TransitionEvent.idl', |
'events/UIEvent.idl', |
'events/WheelEvent.idl', |
- 'html/MediaKeyEvent.idl', |
'html/track/TrackEvent.idl', |
'svg/SVGZoomEvent.idl', |
], |
@@ -2919,9 +2916,6 @@ |
'html/MediaError.h', |
'html/MediaFragmentURIParser.cpp', |
'html/MediaFragmentURIParser.h', |
- 'html/MediaKeyError.h', |
- 'html/MediaKeyEvent.cpp', |
- 'html/MediaKeyEvent.h', |
'html/PluginDocument.cpp', |
'html/PluginDocument.h', |
'html/PublicURLManager.cpp', |
@@ -3627,7 +3621,6 @@ |
'frame/ScrollOptions.idl', |
'frame/ScrollToOptions.idl', |
'html/AssignedNodesOptions.idl', |
- 'html/MediaKeyEventInit.idl', |
'html/canvas/CanvasContextCreationAttributes.idl', |
'html/track/TrackEventInit.idl', |
'imagebitmap/ImageBitmapOptions.idl', |
@@ -3727,8 +3720,6 @@ |
'<(blink_core_output_dir)/frame/ScrollToOptions.h', |
'<(blink_core_output_dir)/html/AssignedNodesOptions.cpp', |
'<(blink_core_output_dir)/html/AssignedNodesOptions.h', |
- '<(blink_core_output_dir)/html/MediaKeyEventInit.cpp', |
- '<(blink_core_output_dir)/html/MediaKeyEventInit.h', |
'<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttributes.cpp', |
'<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttributes.h', |
'<(blink_core_output_dir)/html/track/TrackEventInit.cpp', |