summaryrefslogtreecommitdiff
path: root/chromium/components/url_formatter/DEPS
blob: 7035914143cb470a740d8af6eeda3c98f08aa05c (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  # This is a shared component (iOS, content), and as such, MUST NOT depend on
  # content or other components that do.
  "-content",
  "-ios",

  "+net",
  "+ui/gfx",
]