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

Unified Diff: components/sync/BUILD.gn

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: Created 4 years, 2 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 | « components/search_engines/DEPS ('k') | components/sync/driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 50818b9cc75c5c02ba1c87eff2beadf783167288..e87a9eb20567e8a1a1e183eafcc3051a8f70e938 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -805,7 +805,7 @@ static_library("test_support_driver") {
deps = [
":sync",
":test_support_engine",
- "//components/syncable_prefs:test_support",
+ "//components/sync_preferences:test_support",
"//components/version_info",
"//google_apis",
]
@@ -948,8 +948,8 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/signin/core/browser:test_support",
"//components/sync/engine_impl/attachments/proto",
- "//components/syncable_prefs",
- "//components/syncable_prefs:test_support",
+ "//components/sync_preferences",
+ "//components/sync_preferences:test_support",
"//components/version_info",
"//google_apis",
"//google_apis:test_support",
« no previous file with comments | « components/search_engines/DEPS ('k') | components/sync/driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698