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

Unified Diff: components/browser_sync/browser/DEPS

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Rebase 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
« no previous file with comments | « components/browser_sync/browser/BUILD.gn ('k') | components/browser_sync/browser/profile_sync_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/DEPS
diff --git a/components/browser_sync/browser/DEPS b/components/browser_sync/browser/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..4cb721520343baad6512992a46b60ec1095d0f14
--- /dev/null
+++ b/components/browser_sync/browser/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ "+components/autofill/core/common",
+ "+components/history/core/browser",
+ "+components/invalidation",
+ "+components/keyed_service/core",
+ "+components/pref_registry",
+ "+components/signin/core/browser",
+ "+components/syncable_prefs",
+ "+components/sync_driver",
+ "+components/sync_sessions",
+ "+components/strings",
+ "+components/version_info",
+ "+google_apis",
+ "+net",
+ "+sync",
+ "+ui/base/l10n",
+]
« no previous file with comments | « components/browser_sync/browser/BUILD.gn ('k') | components/browser_sync/browser/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698