summaryrefslogtreecommitdiff
path: root/chromium/components/favicon/ios/DEPS
blob: 2c094958c55a1d74b39b1f0ddb5e034861a8b647 (plain)
1
2
3
4
5
6
7
8
9
10
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",
]