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

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