From 309647968c1a5866dec06d3d383c298445be6093 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Wed, 29 May 2013 02:41:25 +0000 Subject: 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 --- WATCHLISTS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'WATCHLISTS') diff --git a/WATCHLISTS b/WATCHLISTS index 0071f06..36ca19d 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -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_', -- cgit v1.1