diff options
author | noyau <noyau@chromium.org> | 2015-11-19 09:13:25 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-19 17:14:23 +0000 |
commit | b0888e833f21b7a496482b96b90293f3d433e334 (patch) | |
tree | d16c80b26caf3a77e78dfdd8529b21733ef7c2e9 /components/OWNERS | |
parent | 88ace3fa74d1fff50376eb20a3495798758c4eeb (diff) | |
download | chromium_src-b0888e833f21b7a496482b96b90293f3d433e334.zip chromium_src-b0888e833f21b7a496482b96b90293f3d433e334.tar.gz chromium_src-b0888e833f21b7a496482b96b90293f3d433e334.tar.bz2 |
Creating the NTP snippet service.
This service will provide content that will be displayed on the NTP
initially on mobile platforms (iOS and Android). This CL just creates
the necessary scaffolding, the API will be added and refined in
subsequent CLs.
BUG=547046
Review URL: https://codereview.chromium.org/1438043008
Cr-Commit-Position: refs/heads/master@{#360610}
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 0afcda3..da54de3 100644 --- a/components/OWNERS +++ b/components/OWNERS @@ -184,6 +184,9 @@ per-file navigation_interception.gypi=mnaganov@chromium.org per-file network_time.gypi=zea@chromium.org +per-file ntp_snippets.gypi=noyau@chromium.org +per-file ntp_snippets.gypi=bauerb@chromium.org + per-file offline_pages*=dimich@chromium.org per-file offline_pages*=fgorski@chromium.org |