summaryrefslogtreecommitdiffstats
path: root/chromecast/renderer
Commit message (Collapse)AuthorAgeFilesLines
* Chromecast buildfix: content::KeySystemsInfo moved to media namespace.gunsch2014-10-285-11/+11
| | | | | | | | | R=xhwang@chromium.org,lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/683893003 Cr-Commit-Position: refs/heads/master@{#301678}
* Move KeySystemInfo to media/.xhwang2014-10-243-10/+11
| | | | | | | | | | | This is a preparation to move KeySystems to media, which is needed to support Encrypted Media Extensions (EME) without relying on content. BUG=422730 Review URL: https://codereview.chromium.org/665343002 Cr-Commit-Position: refs/heads/master@{#300992}
* Reorganizes Chromecast code to better reflect functional dependencies.gunsch2014-10-136-0/+182
Motivation: * chromecast/service/ directory had interplay with chromecast/shell/browser code, since the service is all run in the browser process and mildly coupled (involves starting WebContents instances, etc,). Made more sense for chromecast/service to live in chromecast/shell/browser. * chromecast/shell/ directory is needless hierarchy, since the entire chromecast/ directory represents the Chromecast content-embedder. Highlights: * chromecast/shell/{app,browser,common,renderer} --> chromecast/* * chromecast/shell/browser/resources --> chromecast/app/resources * chromecast/shell/settings --> chromecast/app/resources * chromecast/shell/android --> chromecast/browser/android * chromecast/metrics --> chromecast/browser/metrics * chromecast/service --> chromecast/browser/service R=lcwu@chromium.org,gusfernandez@chromium.org,byungchul@chromium.org TBR=xhwang@chromium.org,asvitkine@chromium.org,thestig@chromium.org,jam@chromium.org,yfriedman@chromium.org BUG=None Review URL: https://codereview.chromium.org/638803002 Cr-Commit-Position: refs/heads/master@{#299385}