| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "+components/password_manager/core/browser", | 45 "+components/password_manager/core/browser", |
| 46 "+components/password_manager/core/common", | 46 "+components/password_manager/core/common", |
| 47 "+components/password_manager/sync/browser", | 47 "+components/password_manager/sync/browser", |
| 48 "+components/physical_web/data_source", | 48 "+components/physical_web/data_source", |
| 49 "+components/physical_web/webui", | 49 "+components/physical_web/webui", |
| 50 "+components/pref_registry", | 50 "+components/pref_registry", |
| 51 "+components/prefs", | 51 "+components/prefs", |
| 52 "+components/profile_metrics", | 52 "+components/profile_metrics", |
| 53 "+components/proxy_config", | 53 "+components/proxy_config", |
| 54 "+components/rappor", | 54 "+components/rappor", |
| 55 "+components/reading_list", |
| 55 "+components/rlz", | 56 "+components/rlz", |
| 56 "+components/search", | 57 "+components/search", |
| 57 "+components/search_engines", | 58 "+components/search_engines", |
| 58 "+components/search_provider_logos", | 59 "+components/search_provider_logos", |
| 59 "+components/security_interstitials", | 60 "+components/security_interstitials", |
| 60 "+components/security_state", | 61 "+components/security_state", |
| 61 "+components/sessions", | 62 "+components/sessions", |
| 62 "+components/signin/core/browser", | 63 "+components/signin/core/browser", |
| 63 "+components/signin/core/common", | 64 "+components/signin/core/common", |
| 64 "+components/signin/ios/browser", | 65 "+components/signin/ios/browser", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 # Only parts of skia are compiled on iOS, so we explicitly list the | 106 # Only parts of skia are compiled on iOS, so we explicitly list the |
| 106 # files that can be included to avoid bringing in more code. | 107 # files that can be included to avoid bringing in more code. |
| 107 "+skia/ext/skia_utils_ios.h", | 108 "+skia/ext/skia_utils_ios.h", |
| 108 "+third_party/skia/include/core/SkBitmap.h", | 109 "+third_party/skia/include/core/SkBitmap.h", |
| 109 | 110 |
| 110 # Strings and resources. | 111 # Strings and resources. |
| 111 "+components/grit", | 112 "+components/grit", |
| 112 "+components/strings/grit", | 113 "+components/strings/grit", |
| 113 "+ios/chrome/grit", | 114 "+ios/chrome/grit", |
| 114 ] | 115 ] |
| OLD | NEW |