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

Unified Diff: components/autofill/core/browser/DEPS

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Return nullptr for CreateInfoBar() in test_autofill_client.cc. Created 6 years 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: components/autofill/core/browser/DEPS
diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS
index 75cde3a0c123b1c019d334faaffbfacdb8c06257..6fbf912caa5cca4aa39b12755385382977278e5e 100644
--- a/components/autofill/core/browser/DEPS
+++ b/components/autofill/core/browser/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+components/infobars/core",
"+components/keyed_service/core",
"+components/webdata/common",
"+crypto/random.h",
@@ -11,4 +12,5 @@ include_rules = [
"+third_party/webrtc/libjingle",
"+third_party/libaddressinput", # For address i18n.
"+third_party/libphonenumber", # For phone number i18n.
+ "+ui",
Ilya Sherman 2014/12/03 20:00:20 Can this rule be more specific, i.e. just be ui/ba
Pritam Nikam 2014/12/04 15:37:30 Done.
]

Powered by Google App Engine
This is Rietveld 408576698