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

Unified Diff: extensions/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 | « extensions/BUILD.gn ('k') | extensions/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index ff9399a75b8d399e18af07fe5ca1680f391cc51e..fe8a258e79ed79f62e5873ee96ddb9f088c89b91 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -430,8 +430,9 @@ source_set("unit_tests") {
"//components/cast_certificate/proto:unittest_proto",
"//components/crx_file",
"//components/keyed_service/content",
- "//components/pref_registry:test_support",
+ "//components/pref_registry:pref_registry",
"//components/prefs:test_support",
+ "//components/sync_preferences:test_support",
"//components/update_client",
"//components/url_matcher",
"//components/user_prefs",
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698