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

Unified Diff: components/browser_sync.gypi

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Rebase 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_browser.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 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',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698