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

Unified Diff: components/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 | « chrome/test/BUILD.gn ('k') | components/content_settings/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e5cff85961b0b06f6ded2cba47df071885695a68..a3e66f1a83ecc8abe1b074ad0bbfb7f1ddde40e6 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -471,8 +471,8 @@ if (!is_ios) {
sources += [ "dom_distiller/standalone/content_extractor_browsertest.cc" ]
deps += [
"//components/leveldb_proto",
- "//components/pref_registry:test_support",
"//components/prefs:test_support",
+ "//components/sync_preferences:test_support",
]
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/content_settings/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698