blob: e6bb4b07b9b2db286fe174954f6b262f76a3e388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
include_rules = [
"+components/infobars/core",
"+components/keyed_service/core",
"+components/keyed_service/ios",
"+components/leveldb_proto",
"+components/suggestions",
"+components/translate/core",
"+components/webp_transcode",
"+ios/public/provider/chrome",
"+ios/web/public",
"+net",
"+ui",
# 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",
]
|