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

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

Issue 974323002: Componentize autofill dialog common code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: components/autofill/core/browser/DEPS
diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS
index 2f26f855388cc6fc6a36fb3a7a8711191678a8b9..66ec4283fb412d2b6bc468caa5b3aa12d595a6e6 100644
--- a/components/autofill/core/browser/DEPS
+++ b/components/autofill/core/browser/DEPS
@@ -16,4 +16,7 @@ include_rules = [
"+third_party/libphonenumber", # For phone number i18n.
"+ui/base",
"+ui/gfx",
+
+ # Do not depend on UI code.
+ "-components/autofill/core/browser/ui",
]

Powered by Google App Engine
This is Rietveld 408576698