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

Unified Diff: components/password_manager/sync/browser/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/browser_sync/profile_sync_test_util.h ('k') | components/password_manager/sync/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/sync/browser/BUILD.gn
diff --git a/components/password_manager/sync/browser/BUILD.gn b/components/password_manager/sync/browser/BUILD.gn
index 795d53421269864d47240f21acfe94df345ba300..598ca37d1ea9833d1b3df70de1b1ccc934ac2751 100644
--- a/components/password_manager/sync/browser/BUILD.gn
+++ b/components/password_manager/sync/browser/BUILD.gn
@@ -25,7 +25,7 @@ static_library("browser") {
"//components/prefs",
"//components/signin/core/browser",
"//components/sync",
- "//components/syncable_prefs",
+ "//components/sync_preferences",
"//google_apis",
"//net",
"//url",
@@ -54,8 +54,8 @@ source_set("unit_tests") {
"//components/signin/core/common",
"//components/sync:test_support_driver",
"//components/sync:test_support_model",
- "//components/syncable_prefs",
- "//components/syncable_prefs:test_support",
+ "//components/sync_preferences",
+ "//components/sync_preferences:test_support",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « components/browser_sync/profile_sync_test_util.h ('k') | components/password_manager/sync/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698