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

Unified Diff: components/sync_preferences/BUILD.gn

Issue 2558043004: Remove enable_configuration_policy build define. (Closed)
Patch Set: Merge 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 | « components/sync/BUILD.gn ('k') | components/sync_preferences/pref_service_syncable_factory.cc » ('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/sync_preferences/BUILD.gn b/components/sync_preferences/BUILD.gn
index f9982556afd0b1a3f080b45499106254c7c2c5b0..d04fbd8274424a1c3686886784eabd5f6d7d166f 100644
--- a/components/sync_preferences/BUILD.gn
+++ b/components/sync_preferences/BUILD.gn
@@ -26,10 +26,7 @@ static_library("sync_preferences") {
"//components/sync",
]
- if (enable_configuration_policy) {
- # This define is only used for compiling the .cc files in this target.
- defines = [ "SYNC_PREFERENCES_USE_POLICY" ]
-
+ if (!is_ios) {
deps += [ "//components/policy/core/browser" ]
}
}
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync_preferences/pref_service_syncable_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698