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

Unified Diff: components/signin.gypi

Issue 109783003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iOS-related test nit Created 6 years, 11 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 | « components/components_tests.gyp ('k') | components/signin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin.gypi
diff --git a/chrome/metro_utils.gypi b/components/signin.gypi
similarity index 54%
copy from chrome/metro_utils.gypi
copy to components/signin.gypi
index 000ac2596347e64b244f8ddf9bf14b7874a60c55..dfbacd83feca00ab3a58c031f67f6cfd4df97ef5 100644
--- a/chrome/metro_utils.gypi
+++ b/components/signin.gypi
@@ -5,18 +5,22 @@
{
'targets': [
{
- 'target_name': 'metro_utils',
tfarina 2014/01/07 18:17:34 can you adjust your --similarity to make signin.gy
blundell 2014/01/08 09:08:35 Done.
+ 'target_name': 'signin_core',
'type': 'static_library',
'dependencies': [
- 'installer_util',
+ 'encryptor',
+ 'webdata_common',
'../base/base.gyp:base',
+ '../sql/sql.gyp:sql',
],
'include_dirs': [
'..',
],
'sources': [
- 'browser/metro_utils/metro_chrome_win.cc',
- 'browser/metro_utils/metro_chrome_win.h',
+ 'signin/core/webdata/token_service_table.cc',
+ 'signin/core/webdata/token_service_table.h',
+ 'signin/core/webdata/token_web_data.cc',
+ 'signin/core/webdata/token_web_data.h',
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/signin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698