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

Unified Diff: chrome/chrome_browser.gypi

Issue 10656033: [sync] Automatic bootstrapping of Sync on Win 8 from cached credentials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Auto-initialize CCSFactory with Profile. Created 8 years, 5 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2102aff6c756540b422985304897bc41d647ad76..71a2fa9903d50947e1ab99ba9f12e98a41ef3db4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2180,6 +2180,10 @@
'browser/sync/backend_migrator.h',
'browser/sync/backend_unrecoverable_error_handler.cc',
'browser/sync/backend_unrecoverable_error_handler.h',
+ 'browser/sync/credential_cache_service_factory_win.cc',
+ 'browser/sync/credential_cache_service_factory_win.h',
+ 'browser/sync/credential_cache_service_win.cc',
+ 'browser/sync/credential_cache_service_win.h',
'browser/sync/failed_datatypes_handler.cc',
'browser/sync/failed_datatypes_handler.h',
'browser/sync/glue/app_notification_data_type_controller.cc',

Powered by Google App Engine
This is Rietveld 408576698