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

Unified Diff: components/signin.gypi

Issue 219933002: Componentize AccountReconcilor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ChromeOS fix Created 6 years, 9 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/signin/core/browser/account_reconcilor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin.gypi
diff --git a/components/signin.gypi b/components/signin.gypi
index 2e809ce66f49894a05aeefc476fa89bea0ac4deb..0d197b135a3ba36310197b0809565e23814d98d9 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -39,6 +39,8 @@
'sources': [
'signin/core/browser/about_signin_internals.cc',
'signin/core/browser/about_signin_internals.h',
+ 'signin/core/browser/account_reconcilor.cc',
+ 'signin/core/browser/account_reconcilor.h',
'signin/core/browser/mutable_profile_oauth2_token_service.cc',
'signin/core/browser/mutable_profile_oauth2_token_service.h',
'signin/core/browser/profile_oauth2_token_service.cc',
@@ -56,6 +58,8 @@
'signin/core/browser/signin_manager.h',
'signin/core/browser/signin_manager_cookie_helper.cc',
'signin/core/browser/signin_manager_cookie_helper.h',
+ 'signin/core/browser/signin_oauth_helper.cc',
+ 'signin/core/browser/signin_oauth_helper.h',
'signin/core/browser/webdata/token_service_table.cc',
'signin/core/browser/webdata/token_service_table.h',
'signin/core/browser/webdata/token_web_data.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/signin/core/browser/account_reconcilor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698