OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # The subdirectories in ios/chrome/ will manually allow their own include | |
3 # directories in ios/chrome/ so we disallow all of them. | |
4 "-ios/chrome", | |
5 "+ios/chrome/grit", | 2 "+ios/chrome/grit", |
6 | 3 |
7 "+components/autofill/core/browser", | 4 "+components/autofill/core/browser", |
8 "+components/autofill/ios/browser", | 5 "+components/autofill/ios/browser", |
9 "+components/data_reduction_proxy/core/common", | 6 "+components/data_reduction_proxy/core/common", |
10 "+components/dom_distiller/core", | 7 "+components/dom_distiller/core", |
11 "+components/dom_distiller/ios", | 8 "+components/dom_distiller/ios", |
12 "+components/infobars/core", | 9 "+components/infobars/core", |
13 "+components/keyed_service/core", | 10 "+components/keyed_service/core", |
14 "+components/keyed_service/ios", | 11 "+components/keyed_service/ios", |
(...skipping 13 matching lines...) Expand all Loading... |
28 # For tests. | 25 # For tests. |
29 "+ios/public/test", | 26 "+ios/public/test", |
30 | 27 |
31 # Only parts of skia are compiled on iOS, so we explicitly list the | 28 # Only parts of skia are compiled on iOS, so we explicitly list the |
32 # files that can be included to avoid bringing in more code. | 29 # files that can be included to avoid bringing in more code. |
33 "+skia/ext/skia_utils_ios.h", | 30 "+skia/ext/skia_utils_ios.h", |
34 | 31 |
35 # Generated file for translated strings in components. | 32 # Generated file for translated strings in components. |
36 "+grit/components_strings.h", | 33 "+grit/components_strings.h", |
37 ] | 34 ] |
OLD | NEW |