| 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" ]
|
| }
|
| }
|
|
|