[Sync] Componentize ProfileSyncService
This CL componentizes ProfileSyncService into //components/browser_sync/browser
for clean integration on iOS. There are no problematic dependencies, so the
componentization is straightforward.
BUG=512825
TBR=rogerta,ellyjones,jochen
Review URL: https://codereview.chromium.org/1419103009
Cr-Commit-Position: refs/heads/master@{#358567}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index fd73bacc..5d34662 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -103,6 +103,7 @@
"//components/autofill/core/browser",
"//components/bookmarks/browser",
"//components/bookmarks/managed",
+ "//components/browser_sync/browser",
"//components/browser_sync/common",
"//components/captive_portal",
"//components/certificate_reporting",