Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 declare_args() { | |
|
brettw
2015/04/21 16:39:09
Copyright block.
prashantv
2015/04/21 18:21:36
Done.
| |
| 2 # chromecast_branding is set to "Chrome" for an official build | |
| 3 chromecast_branding = "Chromium" | |
|
brettw
2015/04/21 16:39:09
You can choose how you want to do this. Since ther
prashantv
2015/04/21 18:21:36
Done.
| |
| 4 | |
| 5 use_playready = true | |
| 6 } | |
| OLD | NEW |