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

Unified Diff: LayoutTests/media/media-file.js

Issue 603943002: Remove 1.3 MB of superfluous media files for LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « LayoutTests/media/encrypted-media/encrypted-media-unprefixed-after-prefixed.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-file.js
diff --git a/LayoutTests/media/media-file.js b/LayoutTests/media/media-file.js
index 5928cdf767c91a2878607c2b165c9cd8c2aeee24..365ea8f2ee8e0ff3d0a24fef49722ca57e845380 100644
--- a/LayoutTests/media/media-file.js
+++ b/LayoutTests/media/media-file.js
@@ -1,14 +1,11 @@
var audioCodecs = [
["audio/wav", "wav"],
["audio/aac", "m4a"],
- ["audio/mpeg", "mp3"],
["audio/ogg", "oga"]
];
var videoCodecs = [
["video/mp4", "mp4"],
- ["video/mpeg", "mpg"],
- ["video/quicktime", "mov"],
["video/ogg", "ogv"]
];
« no previous file with comments | « LayoutTests/media/encrypted-media/encrypted-media-unprefixed-after-prefixed.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698