diff options
author | sdefresne <sdefresne@chromium.org> | 2014-12-15 15:21:56 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-15 23:22:23 +0000 |
commit | cb955cd06650ee281f745b5a86aff7864fe44066 (patch) | |
tree | d663541ca9f25582d5de09be3844285467d404dd /components/OWNERS | |
parent | 81c98ba5f74cbe9e6f1a12a0b96371b65dd4374e (diff) | |
download | chromium_src-cb955cd06650ee281f745b5a86aff7864fe44066.zip chromium_src-cb955cd06650ee281f745b5a86aff7864fe44066.tar.gz chromium_src-cb955cd06650ee281f745b5a86aff7864fe44066.tar.bz2 |
Introduce new component webdata_services
Move WebDataServiceWrapper into its own component webdata_services so
that the code can be shared with iOS.
The code cannot go into webdata component since it depends on other
components (autofill, password_manager, search_engine, signin) that
depends on webdata (as they implements the WebDataService interface).
BUG=437508
Review URL: https://codereview.chromium.org/777863002
Cr-Commit-Position: refs/heads/master@{#308451}
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 ee2e2dc..4de6407 100644 --- a/components/OWNERS +++ b/components/OWNERS @@ -246,6 +246,9 @@ per-file variations.gypi=asvitkine@chromium.org per-file variations.gypi=jwd@chromium.org per-file variations.gypi=stevet@chromium.org +per-file webdata.gypi=pkasting@chromium.org +per-file webdata_services.gypi=pkasting@chromium.org + per-file web_resource.gypi=asvitkine@chromium.org per-file web_resource.gypi=stevet@chromium.org |