OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # The subdirectories in ios/chrome/ will manually allow their own include | 2 # The subdirectories in ios/chrome/ will manually allow their own include |
3 # directories in ios/chrome/ so we disallow all of them. | 3 # directories in ios/chrome/ so we disallow all of them. |
4 "-ios/chrome", | 4 "-ios/chrome", |
5 "+ios/chrome/grit", | 5 "+ios/chrome/grit", |
6 | 6 |
7 "+components/dom_distiller/core", | 7 "+components/dom_distiller/core", |
8 "+components/dom_distiller/ios", | 8 "+components/dom_distiller/ios", |
9 "+components/infobars/core", | 9 "+components/infobars/core", |
10 "+components/keyed_service/core", | 10 "+components/keyed_service/core", |
11 "+components/keyed_service/ios", | 11 "+components/keyed_service/ios", |
12 "+components/leveldb_proto", | 12 "+components/leveldb_proto", |
13 "+components/suggestions", | 13 "+components/suggestions", |
14 "+components/translate/core", | 14 "+components/translate/core", |
15 "+components/translate/ios", | 15 "+components/translate/ios", |
16 "+components/web_resource", | 16 "+components/web_resource", |
17 "+components/webp_transcode", | 17 "+components/webp_transcode", |
| 18 "+grit", |
18 "+ios/public/provider/chrome", | 19 "+ios/public/provider/chrome", |
19 "+ios/web/public", | 20 "+ios/web/public", |
20 "+net", | 21 "+net", |
21 "+ui", | 22 "+ui", |
22 | 23 |
23 # For tests. | 24 # For tests. |
24 "+ios/public/test", | 25 "+ios/public/test", |
25 | 26 |
26 # Only parts of skia are compiled on iOS, so we explicitly list the | 27 # Only parts of skia are compiled on iOS, so we explicitly list the |
27 # files that can be included to avoid bringing in more code. | 28 # files that can be included to avoid bringing in more code. |
28 "+skia/ext/skia_utils_ios.h", | 29 "+skia/ext/skia_utils_ios.h", |
29 | 30 |
30 # Generated file for translated strings in components. | 31 # Generated file for translated strings in components. |
31 "+grit/components_strings.h", | 32 "+grit/components_strings.h", |
32 ] | 33 ] |
OLD | NEW |