| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "+crypto", | 80 "+crypto", |
| 81 "+google_apis", | 81 "+google_apis", |
| 82 "+ios/chrome/common", | 82 "+ios/chrome/common", |
| 83 "+ios/net", | 83 "+ios/net", |
| 84 "+ios/public/provider/chrome", | 84 "+ios/public/provider/chrome", |
| 85 "+ios/public/provider/components", | 85 "+ios/public/provider/components", |
| 86 "+ios/public/provider/web", | 86 "+ios/public/provider/web", |
| 87 "+ios/web/public", | 87 "+ios/web/public", |
| 88 "+net", | 88 "+net", |
| 89 "+sync", | 89 "+sync", |
| 90 "+third_party/brotli", |
| 90 "+third_party/google_toolbox_for_mac", | 91 "+third_party/google_toolbox_for_mac", |
| 91 "+ui", | 92 "+ui", |
| 92 | 93 |
| 93 # Those depend on //content; exclude them. | 94 # Those depend on //content; exclude them. |
| 94 "-components/metrics/gpu", | 95 "-components/metrics/gpu", |
| 95 "-components/sessions/content", | 96 "-components/sessions/content", |
| 96 | 97 |
| 97 # For tests. | 98 # For tests. |
| 98 "+ios/chrome/test", | 99 "+ios/chrome/test", |
| 99 "+ios/public/test", | 100 "+ios/public/test", |
| 100 | 101 |
| 101 # 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 |
| 102 # files that can be included to avoid bringing in more code. | 103 # files that can be included to avoid bringing in more code. |
| 103 "+skia/ext/skia_utils_ios.h", | 104 "+skia/ext/skia_utils_ios.h", |
| 104 | 105 |
| 105 # Strings and resources. | 106 # Strings and resources. |
| 106 "+components/grit", | 107 "+components/grit", |
| 107 "+components/strings/grit", | 108 "+components/strings/grit", |
| 108 "+grit/components_strings.h", | 109 "+grit/components_strings.h", |
| 109 "+ios/chrome/grit", | 110 "+ios/chrome/grit", |
| 110 ] | 111 ] |
| OLD | NEW |