summaryrefslogtreecommitdiff
path: root/chromium/components/url_formatter/DEPS
blob: 142fdad7b5106b729e38e67ce675b3baab74629b (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.
  "-content",
  "-ios",

  "+content/public/test/android",
  "+net",
  "+ui/gfx",
]