| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad/src/client/ios", | 2 "+breakpad/src/client/ios", |
| 3 "+breakpad/src/common", | 3 "+breakpad/src/common", |
| 4 "+components/about_handler", | 4 "+components/about_handler", |
| 5 "+components/autofill/core/browser", | 5 "+components/autofill/core/browser", |
| 6 "+components/autofill/core/common", | 6 "+components/autofill/core/common", |
| 7 "+components/autofill/ios/browser", | 7 "+components/autofill/ios/browser", |
| 8 "+components/bookmarks", | 8 "+components/bookmarks", |
| 9 "+components/browser_sync/browser", | 9 "+components/browser_sync", |
| 10 "+components/browser_sync/common", | |
| 11 "+components/browsing_data/core", | 10 "+components/browsing_data/core", |
| 12 "+components/browsing_data_ui", | 11 "+components/browsing_data_ui", |
| 13 "+components/component_updater", | 12 "+components/component_updater", |
| 14 "+components/content_settings/core", | 13 "+components/content_settings/core", |
| 15 "+components/cookie_config", | 14 "+components/cookie_config", |
| 16 "+components/crash/core/browser", | 15 "+components/crash/core/browser", |
| 17 "+components/crash/core/common", | 16 "+components/crash/core/common", |
| 18 "+components/dom_distiller/core", | 17 "+components/dom_distiller/core", |
| 19 "+components/dom_distiller/ios", | 18 "+components/dom_distiller/ios", |
| 20 "+components/favicon/core", | 19 "+components/favicon/core", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 # Only parts of skia are compiled on iOS, so we explicitly list the | 102 # Only parts of skia are compiled on iOS, so we explicitly list the |
| 104 # files that can be included to avoid bringing in more code. | 103 # files that can be included to avoid bringing in more code. |
| 105 "+skia/ext/skia_utils_ios.h", | 104 "+skia/ext/skia_utils_ios.h", |
| 106 | 105 |
| 107 # Strings and resources. | 106 # Strings and resources. |
| 108 "+components/grit", | 107 "+components/grit", |
| 109 "+components/strings/grit", | 108 "+components/strings/grit", |
| 110 "+grit/components_strings.h", | 109 "+grit/components_strings.h", |
| 111 "+ios/chrome/grit", | 110 "+ios/chrome/grit", |
| 112 ] | 111 ] |
| OLD | NEW |