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

Unified Diff: chrome/browser/autofill/DEPS

Issue 12378055: Make autofill stop depending on InfoBarService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplify test Created 7 years, 10 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 07d13b965919ad5a5b95801e1a68e3f65b6ff419..5625bfa751035050c5c99fd040b37bb2138d7e4f 100644
--- a/chrome/browser/autofill/DEPS
+++ b/chrome/browser/autofill/DEPS
@@ -3,7 +3,8 @@ include_rules = [
# rules followed by temporary exceptions. Please don't add to the list of
# exceptions!
"-chrome/browser",
- "+chrome/browser/api",
+ "+chrome/browser/api/sync",
+ "+chrome/browser/api/webdata",
"+chrome/browser/autofill",
"+chrome/browser/common",
@@ -26,6 +27,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.
'.*_[a-z]*test\.cc': [
+ "!chrome/browser/api/infobars/confirm_infobar_delegate.h",
+ "!chrome/browser/api/infobars/infobar_service.h",
"!chrome/browser/password_manager/encryptor.h",
"!chrome/browser/password_manager/password_manager.h",
"!chrome/browser/password_manager/password_manager_delegate_impl.h",
@@ -57,4 +60,9 @@ specific_include_rules = {
"!chrome/browser/profiles/profile.h",
"!chrome/browser/webdata/web_data_service_factory.h",
],
+
+ 'autofill_cc_infobar_delegate\.(h|cc)': [
+ "!chrome/browser/api/infobars/confirm_infobar_delegate.h",
+ "!chrome/browser/api/infobars/infobar_service.h",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698