diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 01:06:51 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 01:06:51 +0000 |
commit | ce6b5df2e3b01d400f01a0f7ee48f3b6bc70601d (patch) | |
tree | 7e16a916da2f73b04bb4ced7ba44415b4efd8602 /WATCHLISTS | |
parent | f6e50a30b69e57cff3accdb328c22a3912e6f14f (diff) | |
download | chromium_src-ce6b5df2e3b01d400f01a0f7ee48f3b6bc70601d.zip chromium_src-ce6b5df2e3b01d400f01a0f7ee48f3b6bc70601d.tar.gz chromium_src-ce6b5df2e3b01d400f01a0f7ee48f3b6bc70601d.tar.bz2 |
chrome/browser: Remove unnecessary entries from DEPS files.
After recent refactorings chrome/browser/api and a few chrome/browser/profiles/
includes are not necessary anymore. c/b/api was removed in r195919 by Peter and
some c/b/profiles/ were moved in r201167 by Pawel.
BUG=138280,144783, 140037, 144050, 146851, 233552
TEST=checkdeps.py passes.
R=joi@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/16072002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -46,9 +46,7 @@ 'filepath': 'ui/aura/|'\ 'ash/', }, - 'autofill': { - 'filepath': 'chrome/browser/api/webdata/|'\ - 'chrome/browser/autofill/|'\ + 'autofill': { 'chrome/browser/autofill/|'\ 'chrome/browser/resources/options/autofill_|'\ 'chrome/browser/sync/glue/autofill_|'\ 'chrome/browser/ui/android/autofill/|'\ @@ -57,10 +55,11 @@ 'chrome/browser/ui/gtk/autofill/|'\ 'chrome/browser/ui/views/autofill/|'\ 'chrome/browser/ui/webui/options/autofill_|'\ - 'chrome/browser/webdata/|'\ 'chrome/renderer/autofill/|'\ 'chrome/test/data/autofill/|'\ 'components/autofill/|'\ + 'components/autofill/browser/webdata/|'\ + 'components/webdata/|'\ 'content/public/common/password_|'\ 'content/public/renderer/password_|'\ 'content/renderer/password_', |