diff options
author | sdefresne <sdefresne@chromium.org> | 2015-04-14 02:28:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-14 09:29:21 +0000 |
commit | 8713b03d4167076061a6d512fd02c06827457ec6 (patch) | |
tree | 220f29c9d66c57e3a36750f92f23fcf8487aaf45 /components | |
parent | e60831f0d36f9691256a42d19689ffbcfcb8e13f (diff) | |
download | chromium_src-8713b03d4167076061a6d512fd02c06827457ec6.zip chromium_src-8713b03d4167076061a6d512fd02c06827457ec6.tar.gz chromium_src-8713b03d4167076061a6d512fd02c06827457ec6.tar.bz2 |
Cleanup favicon after componentization completion
//chrome/browser/favicon now only hold factories or //chrome specific
helper code and componentization is over. Remove temporary OWNERS rights
for sdefresne@ and remove DEPS exceptions.
BUG=359513
Review URL: https://codereview.chromium.org/1079473003
Cr-Commit-Position: refs/heads/master@{#325017}
Diffstat (limited to 'components')
-rw-r--r-- | components/OWNERS | 3 | ||||
-rw-r--r-- | components/favicon/OWNERS | 4 | ||||
-rw-r--r-- | components/favicon/ios/OWNERS | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/components/OWNERS b/components/OWNERS index 14c64b0..b69b99a 100644 --- a/components/OWNERS +++ b/components/OWNERS @@ -77,10 +77,9 @@ per-file enhanced_bookmarks*=sky@chromium.org per-file error_page*=mmenke@chromium.org per-file error_page*=ttuttle@chromium.org +per-file favicon*=pkotwicz@chromium.org per-file favicon*=sky@chromium.org per-file favicon*=stevenjb@chromium.org -# Temporary for the duration of the favicon componentization. -per-file favicon*=sdefresne@chromium.org per-file feedback.gypi=bsimonnet@chromium.org per-file feedback.gypi=zork@chromium.org diff --git a/components/favicon/OWNERS b/components/favicon/OWNERS index 38c18f8..a5ad75c 100644 --- a/components/favicon/OWNERS +++ b/components/favicon/OWNERS @@ -1,5 +1,3 @@ +pkotwicz@chromium.org sky@chromium.org stevenjb@chromium.org - -# Temporary for the duration of the favicon componentization. -sdefresne@chromium.org diff --git a/components/favicon/ios/OWNERS b/components/favicon/ios/OWNERS new file mode 100644 index 0000000..378261e --- /dev/null +++ b/components/favicon/ios/OWNERS @@ -0,0 +1 @@ +sdefresne@chromium.org
\ No newline at end of file |