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

Unified Diff: components/sync_preferences/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/sync/driver/startup_controller_unittest.cc ('k') | components/sync_preferences/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_preferences/BUILD.gn
diff --git a/components/syncable_prefs/BUILD.gn b/components/sync_preferences/BUILD.gn
similarity index 92%
rename from components/syncable_prefs/BUILD.gn
rename to components/sync_preferences/BUILD.gn
index 372ce5770fa14c382596352bda682d53bd8ffb42..f9982556afd0b1a3f080b45499106254c7c2c5b0 100644
--- a/components/syncable_prefs/BUILD.gn
+++ b/components/sync_preferences/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/features.gni")
-static_library("syncable_prefs") {
+static_library("sync_preferences") {
sources = [
"pref_model_associator.cc",
"pref_model_associator.h",
@@ -28,7 +28,7 @@ static_library("syncable_prefs") {
if (enable_configuration_policy) {
# This define is only used for compiling the .cc files in this target.
- defines = [ "SYNCABLE_PREFS_USE_POLICY" ]
+ defines = [ "SYNC_PREFERENCES_USE_POLICY" ]
deps += [ "//components/policy/core/browser" ]
}
@@ -44,7 +44,7 @@ static_library("test_support") {
]
deps = [
- ":syncable_prefs",
+ ":sync_preferences",
"//base",
"//components/pref_registry",
"//components/prefs:test_support",
@@ -60,7 +60,7 @@ source_set("unit_tests") {
]
deps = [
- ":syncable_prefs",
+ ":sync_preferences",
":test_support",
"//components/pref_registry",
"//components/prefs",
« no previous file with comments | « components/sync/driver/startup_controller_unittest.cc ('k') | components/sync_preferences/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698