| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+ios/chrome/grit", | 2 "+ios/chrome/grit", |
| 3 | 3 |
| 4 "+breakpad/src/common", |
| 4 "+breakpad/src/client/ios", | 5 "+breakpad/src/client/ios", |
| 5 "+components/autofill/core/browser", | 6 "+components/autofill/core/browser", |
| 6 "+components/autofill/core/common", | 7 "+components/autofill/core/common", |
| 7 "+components/autofill/ios/browser", | 8 "+components/autofill/ios/browser", |
| 8 "+components/bookmarks", | 9 "+components/bookmarks", |
| 9 "+components/content_settings/core", | 10 "+components/content_settings/core", |
| 11 "+components/crash_keys", |
| 10 "+components/data_reduction_proxy/core/common", | 12 "+components/data_reduction_proxy/core/common", |
| 11 "+components/dom_distiller/core", | 13 "+components/dom_distiller/core", |
| 12 "+components/dom_distiller/ios", | 14 "+components/dom_distiller/ios", |
| 13 "+components/enhanced_bookmarks", | 15 "+components/enhanced_bookmarks", |
| 14 "+components/favicon/core", | 16 "+components/favicon/core", |
| 15 "+components/favicon_base", | 17 "+components/favicon_base", |
| 16 "+components/google/core/browser", | 18 "+components/google/core/browser", |
| 17 "+components/history/core/browser", | 19 "+components/history/core/browser", |
| 18 "+components/history/ios/browser", | 20 "+components/history/ios/browser", |
| 19 "+components/infobars/core", | 21 "+components/infobars/core", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "+ios/chrome/test", | 64 "+ios/chrome/test", |
| 63 "+ios/public/test", | 65 "+ios/public/test", |
| 64 | 66 |
| 65 # Only parts of skia are compiled on iOS, so we explicitly list the | 67 # Only parts of skia are compiled on iOS, so we explicitly list the |
| 66 # files that can be included to avoid bringing in more code. | 68 # files that can be included to avoid bringing in more code. |
| 67 "+skia/ext/skia_utils_ios.h", | 69 "+skia/ext/skia_utils_ios.h", |
| 68 | 70 |
| 69 # Generated file for translated strings in components. | 71 # Generated file for translated strings in components. |
| 70 "+grit/components_strings.h", | 72 "+grit/components_strings.h", |
| 71 ] | 73 ] |
| OLD | NEW |