| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index b81acbe25aecc1db418a72e93bbbc55600b81629..ebcf45f82721cf37c4145ba187d34351acdfb04e 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -829,10 +829,8 @@
|
| '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', {
|
| + # We ship Google Chrome and Chromecast with proprietary codecs.
|
| + ['branding=="Chrome" or chromecast==1', {
|
| 'proprietary_codecs%': 1,
|
| }, {
|
| 'proprietary_codecs%': 0,
|
|
|