chromium/components/url_formatter/DEPS

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",
]