Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: chrome/browser/autofill/DEPS

Issue 11185011: Remove TabContents from autofill unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove some Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698