summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/DEPS
diff options
context:
space:
mode:
authorabhishek.a21 <abhishek.a21@samsung.com>2015-08-05 07:54:17 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-05 14:54:57 +0000
commit6f34b5dd1ddb5db3b8c86140a7b830a316bc1414 (patch)
treefed81a599911cb43b53c2582139b5100c651d7e2 /components/sync_driver/DEPS
parent8783c5c40a68e5e2e284d457c64b2bd237d86e8d (diff)
downloadchromium_src-6f34b5dd1ddb5db3b8c86140a7b830a316bc1414.zip
chromium_src-6f34b5dd1ddb5db3b8c86140a7b830a316bc1414.tar.gz
chromium_src-6f34b5dd1ddb5db3b8c86140a7b830a316bc1414.tar.bz2
Componentize profile_sync_auth_provider
Moving profile_sync_auth_provider to sync_driver. BUG=512074 Review URL: https://codereview.chromium.org/1265213003 Cr-Commit-Position: refs/heads/master@{#341897}
Diffstat (limited to 'components/sync_driver/DEPS')
-rw-r--r--components/sync_driver/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/sync_driver/DEPS b/components/sync_driver/DEPS
index f8302fe..8961e6d 100644
--- a/components/sync_driver/DEPS
+++ b/components/sync_driver/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+components/os_crypt",
"+components/pref_registry",
"+components/sessions",
+ "+components/signin/core/browser",
"+google_apis",
"+sync",
]