diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 02:41:25 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 02:41:25 +0000 |
commit | 309647968c1a5866dec06d3d383c298445be6093 (patch) | |
tree | 5a23015def6185fbc2f272297d14da0d7f4850c7 /WATCHLISTS | |
parent | 7f1c011d36b359ad598267b44e857b63b00d1f97 (diff) | |
download | chromium_src-309647968c1a5866dec06d3d383c298445be6093.zip chromium_src-309647968c1a5866dec06d3d383c298445be6093.tar.gz chromium_src-309647968c1a5866dec06d3d383c298445be6093.tar.bz2 |
Relanding "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.
TBR=joi@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/16182002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,8 +47,7 @@ 'ash/', }, 'autofill': { - 'filepath': 'chrome/browser/api/webdata/|'\ - 'chrome/browser/autofill/|'\ + 'filepath': 'chrome/browser/autofill/|'\ 'chrome/browser/resources/options/autofill_|'\ 'chrome/browser/sync/glue/autofill_|'\ 'chrome/browser/ui/android/autofill/|'\ @@ -57,10 +56,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_', |