| Index: components/browser_sync.gypi
|
| diff --git a/components/browser_sync.gypi b/components/browser_sync.gypi
|
| index c10ce0d1ee7da4b15cae5808a13b282d9e29d033..104db10befd6fd56902788962f16cb21aef792b1 100644
|
| --- a/components/browser_sync.gypi
|
| +++ b/components/browser_sync.gypi
|
| @@ -5,6 +5,39 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //components/browser_sync_browser
|
| + 'target_name': 'browser_sync_browser',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../google_apis/google_apis.gyp:google_apis',
|
| + '../net/net.gyp:net',
|
| + '../sync/sync.gyp:sync',
|
| + '../ui/base/ui_base.gyp:ui_base',
|
| + 'autofill_core_common',
|
| + 'browser_sync_common',
|
| + 'components_strings.gyp:components_strings',
|
| + 'history_core_browser',
|
| + 'invalidation_impl',
|
| + 'invalidation_public',
|
| + 'keyed_service_core',
|
| + 'pref_registry',
|
| + 'signin_core_browser',
|
| + 'syncable_prefs',
|
| + 'sync_driver',
|
| + 'sync_sessions',
|
| + 'version_info',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + # Note: file list duplicated in GN build.
|
| + 'browser_sync/browser/profile_sync_service.cc',
|
| + 'browser_sync/browser/profile_sync_service.h',
|
| + ],
|
| + },
|
| + {
|
| # GN version: //components/browser_sync_common
|
| 'target_name': 'browser_sync_common',
|
| 'type': 'static_library',
|
|
|