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

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: Rebased. 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..d32f8fb14c2db22ea6fc9528c5c142f5b480c63b 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,7 @@ include_rules = [
"+third_party/webrtc/libjingle",
"+third_party/libaddressinput", # For address i18n.
"+third_party/libphonenumber", # For phone number i18n.
+ "+ui/base",
+ "+ui/gfx",
+ "+ui/gfx/geometry",
Ilya Sherman 2014/12/12 22:24:21 nit: No need for ui/gfx/geometry if you already al
Pritam Nikam 2014/12/15 11:16:14 Done.
]

Powered by Google App Engine
This is Rietveld 408576698