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

Unified Diff: content/browser/media/media_color_browsertest.cc

Issue 2356383002: Revert of Enable media browsertests on Android (Closed)
Patch Set: Created 4 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 | « content/browser/media/media_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_color_browsertest.cc
diff --git a/content/browser/media/media_color_browsertest.cc b/content/browser/media/media_color_browsertest.cc
index 9590a36a40512a3f8e7690a22d57d6569127d4f5..33f0b79c0ad7e397ab0d46e0bf50e16fb57cb60a 100644
--- a/content/browser/media/media_color_browsertest.cc
+++ b/content/browser/media/media_color_browsertest.cc
@@ -19,8 +19,6 @@
}
};
-// Android doesn't support Theora.
-#if !defined(OS_ANDROID)
IN_PROC_BROWSER_TEST_F(MediaColorTest, Yuv420pTheora) {
RunColorTest("yuv420p.ogv");
}
@@ -32,7 +30,6 @@
IN_PROC_BROWSER_TEST_F(MediaColorTest, Yuv444pTheora) {
RunColorTest("yuv444p.ogv");
}
-#endif // !defined(OS_ANDROID)
IN_PROC_BROWSER_TEST_F(MediaColorTest, Yuv420pVp8) {
RunColorTest("yuv420p.webm");
@@ -69,8 +66,6 @@
RunColorTest("yuv420p_rec709.mp4");
}
-// Android devices usually only support baseline, main and high.
-#if !defined(OS_ANDROID)
IN_PROC_BROWSER_TEST_F(MediaColorTest, Yuv420pHighBitDepth) {
RunColorTest("yuv420p_hi10p.mp4");
}
@@ -82,7 +77,6 @@
IN_PROC_BROWSER_TEST_F(MediaColorTest, Yuv444pH264) {
RunColorTest("yuv444p.mp4");
}
-#endif // !defined(OS_ANDROID)
#if defined(OS_CHROMEOS)
IN_PROC_BROWSER_TEST_F(MediaColorTest, Yuv420pMpeg4) {
« no previous file with comments | « content/browser/media/media_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698