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

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: Fix isRenewalMessage() in 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 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',

Powered by Google App Engine
This is Rietveld 408576698