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