| 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',
|
| ],
|
|
|