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

Unified Diff: components/signin/core/browser/BUILD.gn

Issue 2360733002: Add unit tests for Signin Header Helpers. (Closed)
Patch Set: Add DCHECK and new test Created 4 years, 3 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 | « no previous file | components/signin/core/browser/signin_header_helper_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/BUILD.gn
diff --git a/components/signin/core/browser/BUILD.gn b/components/signin/core/browser/BUILD.gn
index c5f5f2323b70797a066256f90148fcfbd2d96657..3f808e19faf35f2ecae38b5c65dd00fb0fc6cbf8 100644
--- a/components/signin/core/browser/BUILD.gn
+++ b/components/signin/core/browser/BUILD.gn
@@ -152,6 +152,7 @@ source_set("unit_tests") {
"gaia_cookie_manager_service_unittest.cc",
"refresh_token_annotation_request_unittest.cc",
"signin_error_controller_unittest.cc",
+ "signin_header_helper_unittest.cc",
"signin_investigator_unittest.cc",
"signin_status_metrics_provider_unittest.cc",
"webdata/token_service_table_unittest.cc",
@@ -159,7 +160,9 @@ source_set("unit_tests") {
deps = [
":test_support",
+ "//components/content_settings/core/browser",
"//components/os_crypt:test_support",
+ "//components/pref_registry:test_support",
"//components/signin/core/common",
"//components/syncable_prefs:test_support",
"//testing/gmock",
« no previous file with comments | « no previous file | components/signin/core/browser/signin_header_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698