summaryrefslogtreecommitdiffstats
path: root/chromium/components/user_prefs/DEPS
blob: 4adeae9aa95e282688e90acdf5250f55068cc186 (plain)
1
2
3
4
5
6
7
8
include_rules = [
  # user_prefs can be used on all platforms, including iOS. Do not allow
  # platform-specific dependencies.
  "-content",
  "-ios",

  "+components/prefs",
]