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

Unified Diff: components/sync_driver.gypi

Issue 1265213003: Componentize profile_sync_auth_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies Created 5 years, 4 months 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/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 86f14d25c5108af6a55fa4f85cad38569f00e9f8..e25b070f7b527e0eddc0fb77ef9d8a41f42b8e0b 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -12,6 +12,7 @@
'../base/base.gyp:base',
'../sync/sync.gyp:sync',
'os_crypt',
+ 'signin_core_browser',
],
'include_dirs': [
'..',
@@ -61,6 +62,8 @@
'sync_driver/open_tabs_ui_delegate.h',
'sync_driver/pref_names.cc',
'sync_driver/pref_names.h',
+ 'sync_driver/profile_sync_auth_provider.cc',
+ 'sync_driver/profile_sync_auth_provider.h',
'sync_driver/proxy_data_type_controller.cc',
'sync_driver/proxy_data_type_controller.h',
'sync_driver/shared_change_processor.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698