| 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", | 9 "+components/browser_sync", |
| 10 "+components/browsing_data/core", | 10 "+components/browsing_data/core", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "+ios/public/test", | 98 "+ios/public/test", |
| 99 "+ios/testing", | 99 "+ios/testing", |
| 100 | 100 |
| 101 # Only parts of skia are compiled on iOS, so we explicitly list the | 101 # Only parts of skia are compiled on iOS, so we explicitly list the |
| 102 # files that can be included to avoid bringing in more code. | 102 # files that can be included to avoid bringing in more code. |
| 103 "+skia/ext/skia_utils_ios.h", | 103 "+skia/ext/skia_utils_ios.h", |
| 104 | 104 |
| 105 # Strings and resources. | 105 # Strings and resources. |
| 106 "+components/grit", | 106 "+components/grit", |
| 107 "+components/strings/grit", | 107 "+components/strings/grit", |
| 108 "+grit/components_strings.h", | |
| 109 "+ios/chrome/grit", | 108 "+ios/chrome/grit", |
| 110 ] | 109 ] |
| OLD | NEW |