Initial commit of offline pages.
commitd0e3446c634964ac8ec0396df7ec1d25b3908740
authorfgorski <fgorski@chromium.org>
Wed, 3 Jun 2015 00:28:20 +0000 (2 17:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Jun 2015 00:29:39 +0000 (3 00:29 +0000)
treefce382e63325a1237201f2db9fb7dc7e8835d687
parent3346ab66acfd8bc8321edd794f238e8cfc0e7f9c
Initial commit of offline pages.

* Creates OfflinePageModel (not implemented) and basic OfflinePageItem
* Adds components/offline_pages with OWNERS and DEPS
* Creates components/offline_pages.gypi
* Includes offline pages across gyp files

BUG=491352

Review URL: https://codereview.chromium.org/1147983005

Cr-Commit-Position: refs/heads/master@{#332508}
12 files changed:
chrome/chrome_browser.gypi
components/BUILD.gn
components/OWNERS
components/components.gyp
components/offline_pages.gypi [new file with mode: 0644]
components/offline_pages/BUILD.gn [new file with mode: 0644]
components/offline_pages/DEPS [new file with mode: 0644]
components/offline_pages/OWNERS [new file with mode: 0644]
components/offline_pages/offline_page_item.cc [new file with mode: 0644]
components/offline_pages/offline_page_item.h [new file with mode: 0644]
components/offline_pages/offline_page_model.cc [new file with mode: 0644]
components/offline_pages/offline_page_model.h [new file with mode: 0644]