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

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: Fixed breakages on Android port. Created 5 years, 11 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: components/autofill/core/browser/DEPS
diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS
index 5a50e092b18bb4442daaa87e7225b6db7b3a8147..2f26f855388cc6fc6a36fb3a7a8711191678a8b9 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",
"+components/webdata_services",
@@ -13,4 +14,6 @@ include_rules = [
"+third_party/webrtc/libjingle",
"+third_party/libaddressinput", # For address i18n.
"+third_party/libphonenumber", # For phone number i18n.
+ "+ui/base",
+ "+ui/gfx",
]
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | components/autofill/core/browser/autofill_cc_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698