OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+components/keyed_service/core", | |
3 "+components/keyed_service/ios", | |
4 "+components/leveldb_proto", | |
5 "+components/suggestions", | |
6 "+ios/public/provider/chrome", | |
7 "+ios/web/public", | |
2 "+net", | 8 "+net", |
9 | |
10 # Only parts of skia are compiled on iOS, so we explicitly list the | |
11 # files that can be included to avoid bringing in more code. | |
12 "+skia/ext/skia_utils_ios.h", | |
3 ] | 13 ] |
OLD | NEW |