summaryrefslogtreecommitdiff
path: root/chromium/components/sync_preferences/DEPS
blob: 4b15f8d3c5d245f2bcc841d5dfbad10dcfb2506e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+components/policy/core/browser",
  "+components/policy/core/common",
  "+components/pref_registry",
  "+components/prefs",
  "+components/sync",
  "+services/preferences/public",
  "+services/service_manager/public",

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