Index: content/browser/media/media_browsertest.cc |
diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc |
index 1d830354c9e9b54036a74072a2b7eed67effe806..b160087443a1872427ea6b650cdc3a0fdfe49c94 100644 |
--- a/content/browser/media/media_browsertest.cc |
+++ b/content/browser/media/media_browsertest.cc |
@@ -117,7 +117,7 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearSilentWebm) { |
PlayVideo("bear_silent.webm", GetParam()); |
} |
-#if defined(GOOGLE_CHROME_BUILD) || defined(USE_PROPRIETARY_CODECS) |
+#if defined(USE_PROPRIETARY_CODECS) |
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearMp4) { |
PlayVideo("bear.mp4", GetParam()); |
} |
@@ -139,7 +139,7 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearMovPcmS24be) { |
#endif |
#if defined(OS_CHROMEOS) |
-#if defined(GOOGLE_CHROME_BUILD) || defined(USE_PROPRIETARY_CODECS) |
+#if defined(USE_PROPRIETARY_CODECS) |
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearAviMp3Mpeg4) { |
PlayVideo("bear_mpeg4_mp3.avi", GetParam()); |
} |
@@ -217,7 +217,7 @@ IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pVp8)) { |
RunColorFormatTest("yuv420p.webm", "ENDED"); |
} |
-#if defined(GOOGLE_CHROME_BUILD) || defined(USE_PROPRIETARY_CODECS) |
+#if defined(USE_PROPRIETARY_CODECS) |
IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pH264)) { |
RunColorFormatTest("yuv420p.mp4", "ENDED"); |
} |
@@ -239,7 +239,7 @@ IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv444pH264)) { |
IN_PROC_BROWSER_TEST_F(MediaTest, Yuv420pMpeg4) { |
RunColorFormatTest("yuv420p.avi", "ENDED"); |
} |
-#endif |
-#endif |
+#endif // defined(OS_CHROMEOS) |
+#endif // defined(USE_PROPRIETARY_CODECS) |
} // namespace content |