blob: 715e1402f9359b7a2357f72494398113c5850019 (
plain)
1
2
3
4
5
6
7
8
9
|
include_rules = [
"+components/image_fetcher/ios",
"+ios/web/public",
# 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",
]
|