summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 02:27:45 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 02:27:45 +0000
commit2a38f0c0ecbd0ca782e29c5c2c3f308c39443f01 (patch)
treefd01aeeb2e2805edfc0b8ec0ddf6c277f49551dc /WATCHLISTS
parent5a49a6a8b770c1736872028caf20348fa214b520 (diff)
downloadchromium_src-2a38f0c0ecbd0ca782e29c5c2c3f308c39443f01.zip
chromium_src-2a38f0c0ecbd0ca782e29c5c2c3f308c39443f01.tar.gz
chromium_src-2a38f0c0ecbd0ca782e29c5c2c3f308c39443f01.tar.bz2
Revert 202729 "chrome/browser: Remove unnecessary entries from D..."
This breaks 'git cl upload'. > 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 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/15974007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS7
1 files changed, 4 insertions, 3 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 625ca51..0071f06 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -46,7 +46,9 @@
'filepath': 'ui/aura/|'\
'ash/',
},
- 'autofill': { 'chrome/browser/autofill/|'\
+ 'autofill': {
+ 'filepath': 'chrome/browser/api/webdata/|'\
+ 'chrome/browser/autofill/|'\
'chrome/browser/resources/options/autofill_|'\
'chrome/browser/sync/glue/autofill_|'\
'chrome/browser/ui/android/autofill/|'\
@@ -55,11 +57,10 @@
'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_',