summaryrefslogtreecommitdiffstats
path: root/components/resource_provider
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds resource_provider::ResourceProvidersky2015-05-0214-0/+639
| | | | | | | | | | | | | It's used to fetch resources for mojo apps. R=ben@chromium.org Committed: https://crrev.com/6de67f80026697580ed4cefa11a72193243bd4a0 Cr-Commit-Position: refs/heads/master@{#328014} Review URL: https://codereview.chromium.org/1108403008 Cr-Commit-Position: refs/heads/master@{#328064}
* Revert of Adds resource_provider::ResourceProvider (patchset #3 id:40001 of ↵dbeam2015-05-0114-639/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/1108403008/) Reason for revert: Broke compile: http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN/builds/853/steps/compile/logs/stdio#error1 Original issue's description: > Adds resource_provider::ResourceProvider > > It's used to fetch resources for mojo apps. > > R=ben@chromium.org > > Committed: https://crrev.com/6de67f80026697580ed4cefa11a72193243bd4a0 > Cr-Commit-Position: refs/heads/master@{#328014} TBR=ben@chromium.org,sky@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1113223003 Cr-Commit-Position: refs/heads/master@{#328021}
* Adds resource_provider::ResourceProvidersky2015-05-0114-0/+639
It's used to fetch resources for mojo apps. R=ben@chromium.org Review URL: https://codereview.chromium.org/1108403008 Cr-Commit-Position: refs/heads/master@{#328014}