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

Unified Diff: components/browser_sync/browser/DEPS

Issue 1421003007: [Sync] Componentize ProfileSyncComponentsFactoryImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix sessions api test Created 5 years, 1 month 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/browser_sync/browser/DEPS
diff --git a/components/browser_sync/browser/DEPS b/components/browser_sync/browser/DEPS
index 4cb721520343baad6512992a46b60ec1095d0f14..23d2595a83fc0c91cda36a01c5a6333cbe07fa9b 100644
--- a/components/browser_sync/browser/DEPS
+++ b/components/browser_sync/browser/DEPS
@@ -1,14 +1,18 @@
include_rules = [
- "+components/autofill/core/common",
+ "+components/autofill/core",
+ "+components/dom_distiller/core",
"+components/history/core/browser",
"+components/invalidation",
"+components/keyed_service/core",
+ "+components/password_manager/sync/browser",
"+components/pref_registry",
"+components/signin/core/browser",
"+components/syncable_prefs",
+ "+components/sync_bookmarks",
"+components/sync_driver",
"+components/sync_sessions",
"+components/strings",
+ "+components/variations",
"+components/version_info",
"+google_apis",
"+net",
« no previous file with comments | « components/browser_sync/browser/BUILD.gn ('k') | components/browser_sync/browser/profile_sync_components_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698