Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c6958a8098443d2791805342515f91f06aae8df5..deaa4c9c1bf3bfcd39bd6983bbde5fc713866cf2 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -833,10 +833,9 @@ |
'use_browser_spellchecker%': 1, |
}], |
- # Android OS includes support for proprietary codecs regardless of |
- # building Chromium or Google Chrome. We also ship Google Chrome and |
- # Chromecast with proprietary codecs. |
- ['OS=="android" or branding=="Chrome" or chromecast==1', { |
+ # Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3. |
ddorwin
2016/03/10 01:46:38
nit: MOV as in the container? Use MP4 instead? I a
DaleCurtis
2016/03/10 02:00:02
Done.
|
+ # We always build Google Chrome and Chromecast with proprietary codecs. |
+ ['branding=="Chrome" or chromecast==1', { |
'proprietary_codecs%': 1, |
}, { |
'proprietary_codecs%': 0, |