Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index 8efa7cf3c5d32e4bd30b837324d01635dee76f87..c965844ecc2cdf4ff5606fadd3f3637b2daa5b70 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -46,11 +46,9 @@ declare_args() { |
# Enables the Media Router. |
enable_media_router = !is_ios |
- # Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3. |
- # Android OS includes support for proprietary codecs regardless of building |
- # Chromium or Google Chrome. We also ship Google Chrome and Chromecast with |
- # proprietary codecs. |
- proprietary_codecs = is_android || is_chrome_branded || is_chromecast |
+ # Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4. |
+ # We always build Google Chrome and Chromecast with proprietary codecs. |
+ proprietary_codecs = is_chrome_branded || is_chromecast |
enable_configuration_policy = !is_ios |