OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/infobars/core", | 2 "+components/infobars/core", |
3 "+components/keyed_service/core", | 3 "+components/keyed_service/core", |
4 "+components/keyed_service/ios", | 4 "+components/keyed_service/ios", |
5 "+components/leveldb_proto", | 5 "+components/leveldb_proto", |
6 "+components/suggestions", | 6 "+components/suggestions", |
7 "+components/translate/core", | 7 "+components/translate/core", |
| 8 "+components/translate/ios", |
8 "+components/webp_transcode", | 9 "+components/webp_transcode", |
| 10 "+components/web_resource", |
9 "+ios/public/provider/chrome", | 11 "+ios/public/provider/chrome", |
10 "+ios/web/public", | 12 "+ios/web/public", |
11 "+net", | 13 "+net", |
12 "+ui", | 14 "+ui", |
13 | 15 |
14 # Only parts of skia are compiled on iOS, so we explicitly list the | 16 # Only parts of skia are compiled on iOS, so we explicitly list the |
15 # files that can be included to avoid bringing in more code. | 17 # files that can be included to avoid bringing in more code. |
16 "+skia/ext/skia_utils_ios.h", | 18 "+skia/ext/skia_utils_ios.h", |
| 19 |
| 20 # Generated file for translated strings in components. |
| 21 "+grit/components_strings.h", |
| 22 |
| 23 # ios/chrome is not allowed to depend on //chrome, //content. |
| 24 # No exceptions. |
| 25 "-chrome", |
| 26 "-content", |
17 ] | 27 ] |
OLD | NEW |