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

Unified Diff: components/password_manager/sync/browser/DEPS

Issue 1420533007: [Smart Lock, Prefs reconciliation] Finished componetization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/password_manager/sync/browser/DEPS
diff --git a/components/password_manager/sync/browser/DEPS b/components/password_manager/sync/browser/DEPS
index eb06dfcd96b87fbf7d9d95491ee66b09c15c2084..c5233e680d0f05fc314dd43e4da55e4b5d20c219 100644
--- a/components/password_manager/sync/browser/DEPS
+++ b/components/password_manager/sync/browser/DEPS
@@ -1,8 +1,11 @@
include_rules = [
+ "+components/keyed_service/content",
blundell 2015/10/30 14:15:31 Drive-by: this dependency is in effect a //content
melandory 2015/11/02 09:25:51 Done. Thanks for pointing this out.
+ "+components/keyed_service/core",
"+components/pref_registry",
"+components/signin/core/browser",
"+components/signin/core/common",
"+components/sync_driver",
+ "+components/syncable_prefs",
"+google_apis/gaia",
"+sync/internal_api/public",
]

Powered by Google App Engine
This is Rietveld 408576698