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

Unified Diff: components/browser_sync.gypi

Issue 1421003007: [Sync] Componentize ProfileSyncComponentsFactoryImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.gypi
diff --git a/components/browser_sync.gypi b/components/browser_sync.gypi
index 104db10befd6fd56902788962f16cb21aef792b1..4da2ac7382d0d997724a88ad9b834fc006dabea7 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',
],

Powered by Google App Engine
This is Rietveld 408576698