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

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: Address comments Created 7 years, 9 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 dd73f68842006c2abefaa44bdcd100cd3125d084..efd78d8ef4563aad4d0e9cc83f63682bb4ad1dff 100644
--- a/chrome/browser/autofill/DEPS
+++ b/chrome/browser/autofill/DEPS
@@ -4,7 +4,10 @@ include_rules = [
# these basic rules followed by temporary exceptions. Please don't
# add to the list of exceptions!
"-chrome/browser",
+ "+chrome/browser/api/sync",
+ "+chrome/browser/api/webdata",
"+chrome/browser/autofill",
+ "+chrome/browser/common",
# Permanently-allowed DEPS beyond the standard Browser
# Components-like DEPS above go here.
@@ -26,6 +29,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",
@@ -63,4 +68,9 @@ specific_include_rules = {
# TODO(joi): Remove.
"!chrome/browser/api/sync",
],
+
+ '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