diff options
author | fgorski <fgorski@chromium.org> | 2015-06-02 17:28:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-03 00:29:39 +0000 |
commit | d0e3446c634964ac8ec0396df7ec1d25b3908740 (patch) | |
tree | fce382e63325a1237201f2db9fb7dc7e8835d687 /components/OWNERS | |
parent | 3346ab66acfd8bc8321edd794f238e8cfc0e7f9c (diff) | |
download | chromium_src-d0e3446c634964ac8ec0396df7ec1d25b3908740.zip chromium_src-d0e3446c634964ac8ec0396df7ec1d25b3908740.tar.gz chromium_src-d0e3446c634964ac8ec0396df7ec1d25b3908740.tar.bz2 |
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}
Diffstat (limited to 'components/OWNERS')
-rw-r--r-- | components/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/OWNERS b/components/OWNERS index 14478d9..6f2a8e4 100644 --- a/components/OWNERS +++ b/components/OWNERS @@ -154,6 +154,9 @@ per-file navigation_interception.gypi=mnaganov@chromium.org per-file network_time.gypi=zea@chromium.org per-file network_time.gypi=haitaol@chromium.org +per-file offline_pages*=dimich@chromium.org +per-file offline_pages*=fgorski@chromium.org + per-file omnibox.gypi=pkasting@chromium.org per-file omnibox.gypi=mpearson@chromium.org |