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

Unified Diff: components/components_tests.gyp

Issue 109783003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review 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.gyp ('k') | components/signin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index f161a38edc67acef69482c7d2d7ac663890e3b08..8ca1328a961dea4047457b8c12aa712612665637 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -47,6 +47,7 @@
'precache/core/precache_fetcher_unittest.cc',
'precache/core/precache_url_table_unittest.cc',
'sessions/serialized_navigation_entry_unittest.cc',
+ 'signin/core/webdata/token_service_table_unittest.cc',
'test/run_all_unittests.cc',
'translate/common/translate_metrics_unittest.cc',
'translate/common/translate_util_unittest.cc',
@@ -103,6 +104,9 @@
# Dependencies of precache/core
'components.gyp:precache_core',
+ # Dependencies of signin
+ 'components.gyp:signin_core',
+
# Dependencies of translate.
'components.gyp:translate_common',
'components.gyp:translate_language_detection',
@@ -153,6 +157,7 @@
['include', '^autofill/'],
['include', '^dom_distiller/'],
['include', '^precache/core/'],
+ ['include', '^signin/'],
['include', '^translate/'],
],
}],
« no previous file with comments | « components/components.gyp ('k') | components/signin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698