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 48b903472d88ee12ef391eece072653b845ce157..961004077b5bc00152b044984729e4cc2e42d0d6 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', |
], |
@@ -2916,9 +2913,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', |
@@ -3624,7 +3618,6 @@ |
'frame/ScrollOptions.idl', |
'frame/ScrollToOptions.idl', |
'html/AssignedNodesOptions.idl', |
- 'html/MediaKeyEventInit.idl', |
'html/canvas/CanvasContextCreationAttributes.idl', |
'html/track/TrackEventInit.idl', |
'imagebitmap/ImageBitmapOptions.idl', |
@@ -3724,8 +3717,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', |