OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+ios/chrome/grit", | 2 "+ios/chrome/grit", |
3 | 3 |
| 4 "+breakpad/src/client/ios", |
4 "+components/autofill/core/browser", | 5 "+components/autofill/core/browser", |
5 "+components/autofill/ios/browser", | 6 "+components/autofill/ios/browser", |
6 "+components/data_reduction_proxy/core/common", | 7 "+components/data_reduction_proxy/core/common", |
7 "+components/dom_distiller/core", | 8 "+components/dom_distiller/core", |
8 "+components/dom_distiller/ios", | 9 "+components/dom_distiller/ios", |
9 "+components/infobars/core", | 10 "+components/infobars/core", |
10 "+components/keyed_service/core", | 11 "+components/keyed_service/core", |
11 "+components/keyed_service/ios", | 12 "+components/keyed_service/ios", |
12 "+components/leveldb_proto", | 13 "+components/leveldb_proto", |
13 "+components/pref_registry", | 14 "+components/pref_registry", |
(...skipping 14 matching lines...) Expand all Loading... |
28 # For tests. | 29 # For tests. |
29 "+ios/public/test", | 30 "+ios/public/test", |
30 | 31 |
31 # Only parts of skia are compiled on iOS, so we explicitly list the | 32 # 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. | 33 # files that can be included to avoid bringing in more code. |
33 "+skia/ext/skia_utils_ios.h", | 34 "+skia/ext/skia_utils_ios.h", |
34 | 35 |
35 # Generated file for translated strings in components. | 36 # Generated file for translated strings in components. |
36 "+grit/components_strings.h", | 37 "+grit/components_strings.h", |
37 ] | 38 ] |
OLD | NEW |