summaryrefslogtreecommitdiffstats
path: root/components/syncable_prefs/DEPS
blob: 3bfaed6bcb677860385f2d9f64d27abb8642c8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  "+components/policy/core/browser",
  "+components/policy/core/common",
  "+components/pref_registry",
  "+components/prefs",
  "+sync",

  # syncable_prefs can be used on all platforms, including iOS. Do not allow
  # platform-specific dependencies.
  "-content",
  "-ios",
]