Chromium Code Reviews| Index: chromecast/chromecast.gni |
| diff --git a/third_party/widevine/cdm/widevine.gni b/chromecast/chromecast.gni |
| similarity index 57% |
| copy from third_party/widevine/cdm/widevine.gni |
| copy to chromecast/chromecast.gni |
| index b10a92b47494fe4954df89e40b9e4e80a12fb653..5866117bbf5ac36484b6334b063e60873e5c415e 100644 |
| --- a/third_party/widevine/cdm/widevine.gni |
| +++ b/chromecast/chromecast.gni |
| @@ -3,6 +3,8 @@ |
| # found in the LICENSE file. |
| declare_args() { |
| - # Allow widevinecdmadapter to be built in Chromium. |
| - enable_widevine = false |
| + # is_chromecast_chrome_branded is set to true for an official build |
| + is_chromecast_chrome_branded = false |
| + |
| + use_playready = true |
|
gunsch
2015/04/21 20:58:18
this should actually be "false" by default
prashantv
2015/04/21 21:20:17
Done.
|
| } |