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

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

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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/signin/DEPS ('k') | components/signin/core/browser/account_investigator_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 602802d96fe3755d5ba53f8eaf358eec32628a02..a381719d0ba2a336d0b51ef16b1a47f2aaaf9460 100644
--- a/components/signin/core/browser/BUILD.gn
+++ b/components/signin/core/browser/BUILD.gn
@@ -162,8 +162,9 @@ source_set("unit_tests") {
":test_support",
"//components/content_settings/core/browser",
"//components/os_crypt:test_support",
- "//components/pref_registry:test_support",
+ "//components/pref_registry:pref_registry",
"//components/signin/core/common",
+ "//components/sync_preferences:test_support",
"//testing/gmock",
]
« no previous file with comments | « components/signin/DEPS ('k') | components/signin/core/browser/account_investigator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698