Chromium Code Reviews| Index: chrome/browser/autofill/DEPS |
| diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS |
| index bafff1067ea641c91068ecd5be365efdb0a7af0f..6f11528fe721bcf4ca17bc23b05b784365c3df49 100644 |
| --- a/chrome/browser/autofill/DEPS |
| +++ b/chrome/browser/autofill/DEPS |
| @@ -24,7 +24,10 @@ specific_include_rules = { |
| # Do not add to the list of temporarily-allowed dependencies below, |
| # and please do not introduce more #includes of these files. |
| '.*_[a-z]*test\.cc': [ |
| + "!chrome/browser/infobars/infobar_tab_helper.h", |
| "!chrome/browser/password_manager/encryptor.h", |
| + "!chrome/browser/password_manager/password_manager.h", |
| + "!chrome/browser/password_manager/password_manager_delegate_impl.h", |
|
Avi (use Gerrit)
2012/10/16 22:04:28
This sucks, I know, but these are real dependencie
Jói
2012/10/16 22:08:05
No prob!
|
| "!chrome/browser/profiles/profile.h", |
| "!chrome/browser/sync/profile_sync_service.h", |
| "!chrome/browser/sync/profile_sync_service_factory.h", |
| @@ -38,8 +41,6 @@ specific_include_rules = { |
| "!chrome/browser/ui/browser_tabstrip.h", |
| "!chrome/browser/ui/browser_window.h", |
| "!chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h", |
| - "!chrome/browser/ui/tab_contents/tab_contents.h", |
| - "!chrome/browser/ui/tab_contents/test_tab_contents.h", |
| ], |
| # TODO(joi): May be able to get rid of the need for this by moving |