diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 02:27:45 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 02:27:45 +0000 |
commit | 2a38f0c0ecbd0ca782e29c5c2c3f308c39443f01 (patch) | |
tree | fd01aeeb2e2805edfc0b8ec0ddf6c277f49551dc /components | |
parent | 5a49a6a8b770c1736872028caf20348fa214b520 (diff) | |
download | chromium_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 'components')
-rw-r--r-- | components/autofill/browser/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill/browser/DEPS b/components/autofill/browser/DEPS index 74e13c4..ad3aace 100644 --- a/components/autofill/browser/DEPS +++ b/components/autofill/browser/DEPS @@ -31,6 +31,8 @@ specific_include_rules = { # # Do not add to the list of temporarily-allowed dependencies below, # and please do not introduce more #includes of these files. + "!chrome/browser/api/infobars/confirm_infobar_delegate.h", + "!chrome/browser/api/infobars/infobar_service.h", "!chrome/browser/autofill/autofill_cc_infobar_delegate.h", "!chrome/browser/autofill/personal_data_manager_factory.h", "!chrome/browser/password_manager/encryptor.h", |