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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2780403004: Create core/html/media/ and move auxiliary media files in it. (Closed)
Patch Set: actually add autoplay files Created 3 years, 9 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_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index 11c366776cacfbdd4e5bdaf01164c387adde9753..1e40bed776b246e762371a67f6f79b229446175f 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -273,12 +273,12 @@ core_idl_files = get_path_info([
"html/HTMLUListElement.idl",
"html/HTMLUnknownElement.idl",
"html/ImageData.idl",
- "html/MediaError.idl",
"html/RadioNodeList.idl",
"html/TextMetrics.idl",
"html/TimeRanges.idl",
"html/ValidityState.idl",
"html/VoidCallback.idl",
+ "html/media/MediaError.idl",
"html/track/AudioTrackList.idl",
"html/track/TextTrack.idl",
"html/track/TextTrackCue.idl",

Powered by Google App Engine
This is Rietveld 408576698