chromium/components/favicon/ios/DEPS

include_rules = [
  "+components/image_fetcher/ios",
  "+ios/web/public",
  "+services/network/public/cpp",

  # Only parts of skia are compiled on iOS, so we explicitly list the
  # files that can be included to avoid bringing in more code.
  "+skia/ext/skia_utils_ios.h",
  "+third_party/skia/include/core/SkBitmap.h",
]