Index: components/user_prefs/DEPS |
diff --git a/components/user_prefs/DEPS b/components/user_prefs/DEPS |
index 1c35d9ca694b7004e71670cd60a883ddbd8c808f..9ca65e36d8e1dd718990ff69e92524236dc8f82b 100644 |
--- a/components/user_prefs/DEPS |
+++ b/components/user_prefs/DEPS |
@@ -1,3 +1,6 @@ |
include_rules = [ |
- "+content/public/browser", |
+ # user_prefs can be used on all platforms, including iOS. Do not allow |
+ # platform-specific dependencies. |
+ "-content", |
+ "-ios", |
] |