Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index ac48896601a78e999142b392c24dd3f77cf1b201..d89800c9f57007f6cfd4c1dd93a4359c88949238 100644 |
| --- a/build/config/features.gni |
| +++ b/build/config/features.gni |
| @@ -39,6 +39,13 @@ declare_args() { |
| # Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3. |
| proprietary_codecs = false |
| + |
| + # The Widevine CDM is enabled by default for Chrome builds, and is a platform |
| + # feature on Android. |
| + enable_widevine_cdm = is_chrome_branded || is_android |
| + |
| + # Widevine is distributed as a component for Mac and Windows. |
| + widevine_cdm_is_component = is_mac || is_win |
|
ddorwin
2014/12/15 18:31:06
ditto on && chrome
sandersd (OOO until July 31)
2014/12/15 21:51:22
Done.
|
| } |
| # Additional dependent variables ----------------------------------------------- |