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

Unified Diff: components/components_tests.gyp

Issue 216943002: Componentize SigninErrorController unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing dependency 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_tests_unit.gypi ('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 91e1264358d6290e10b13cfce5d842a4774c9434..775837691b512b8bd2fb2f0f0be2d60c77a14466 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -110,6 +110,7 @@
'rappor/rappor_metric_unittest.cc',
'rappor/rappor_service_unittest.cc',
'sessions/serialized_navigation_entry_unittest.cc',
+ 'signin/core/browser/signin_error_controller_unittest.cc',
'signin/core/browser/webdata/token_service_table_unittest.cc',
'storage_monitor/image_capture_device_manager_unittest.mm',
'storage_monitor/media_storage_util_unittest.cc',
@@ -211,6 +212,7 @@
# Dependencies of signin
'components.gyp:signin_core_browser',
+ 'components.gyp:signin_core_browser_test_support',
# Dependencies of sync_driver
'components.gyp:sync_driver_test_support',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/signin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698