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.gypi

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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync.gypi
diff --git a/components/browser_sync.gypi b/components/browser_sync.gypi
index e67b03dbff8756926f35572e0166c9f711b0eb60..03c178a82472041cbe658a67b505e3e52265594d 100644
--- a/components/browser_sync.gypi
+++ b/components/browser_sync.gypi
@@ -14,18 +14,23 @@
'../net/net.gyp:net',
'../sync/sync.gyp:sync',
'../ui/base/ui_base.gyp:ui_base',
+ 'autofill_core_browser',
'autofill_core_common',
'browser_sync_common',
'components_strings.gyp:components_strings',
+ 'dom_distiller_core',
'history_core_browser',
'invalidation_impl',
'invalidation_public',
'keyed_service_core',
+ 'password_manager_sync_browser',
'pref_registry',
'signin_core_browser',
'syncable_prefs',
+ 'sync_bookmarks',
'sync_driver',
'sync_sessions',
+ 'variations',
'version_info',
],
'include_dirs': [
@@ -33,6 +38,8 @@
],
'sources': [
# Note: file list duplicated in GN build.
+ 'browser_sync/browser/profile_sync_components_factory_impl.cc',
+ 'browser_sync/browser/profile_sync_components_factory_impl.h',
'browser_sync/browser/profile_sync_service.cc',
'browser_sync/browser/profile_sync_service.h',
'browser_sync/browser/signin_confirmation_helper.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698