| 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/browser", |
| 10 "+components/browser_sync/common", | 10 "+components/browser_sync/common", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 | 93 |
| 94 # For tests. | 94 # For tests. |
| 95 "+ios/chrome/test", | 95 "+ios/chrome/test", |
| 96 "+ios/public/test", | 96 "+ios/public/test", |
| 97 | 97 |
| 98 # Only parts of skia are compiled on iOS, so we explicitly list the | 98 # Only parts of skia are compiled on iOS, so we explicitly list the |
| 99 # files that can be included to avoid bringing in more code. | 99 # files that can be included to avoid bringing in more code. |
| 100 "+skia/ext/skia_utils_ios.h", | 100 "+skia/ext/skia_utils_ios.h", |
| 101 | 101 |
| 102 # Strings and resources. | 102 # Strings and resources. |
| 103 "+grit/components_chromium_strings.h", | 103 "+components/grit", |
| 104 "+grit/components_google_chrome_strings.h", | 104 "+components/strings/grit", |
| 105 "+grit/components_resources.h", | |
| 106 "+grit/components_scaled_resources.h", | |
| 107 "+grit/components_strings.h", | |
| 108 "+ios/chrome/grit", | 105 "+ios/chrome/grit", |
| 109 ] | 106 ] |
| OLD | NEW |