Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove all prefixed-related code from the EME browser tests. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698