Chromium Code Reviews| 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/autofill/core/browser", | 4 "+components/autofill/core/browser", |
| 5 "+components/autofill/core/common", | 5 "+components/autofill/core/common", |
| 6 "+components/autofill/ios/browser", | 6 "+components/autofill/ios/browser", |
| 7 "+components/bookmarks", | 7 "+components/bookmarks", |
| 8 "+components/component_updater", | 8 "+components/component_updater", |
| 9 "+components/content_settings/core", | 9 "+components/content_settings/core", |
| 10 "+components/crash/core/browser", | 10 "+components/crash/core/browser", |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 26 "+components/keyed_service/core", | 26 "+components/keyed_service/core", |
| 27 "+components/keyed_service/ios", | 27 "+components/keyed_service/ios", |
| 28 "+components/leveldb_proto", | 28 "+components/leveldb_proto", |
| 29 "+components/metrics", | 29 "+components/metrics", |
| 30 "+components/metrics_services_manager", | 30 "+components/metrics_services_manager", |
| 31 "+components/net_log", | 31 "+components/net_log", |
| 32 "+components/network_time", | 32 "+components/network_time", |
| 33 "+components/omnibox/browser", | 33 "+components/omnibox/browser", |
| 34 "+components/open_from_clipboard", | 34 "+components/open_from_clipboard", |
| 35 "+components/password_manager/core/browser", | 35 "+components/password_manager/core/browser", |
| 36 "+components/password_manager/core/common", | |
| 36 "+components/password_manager/sync/browser", | 37 "+components/password_manager/sync/browser", |
| 37 "+components/policy/core", | 38 "+components/policy/core", |
| 38 "+components/pref_registry", | 39 "+components/pref_registry", |
| 39 "+components/profile_metrics", | 40 "+components/profile_metrics", |
| 40 "+components/proxy_config", | 41 "+components/proxy_config", |
| 41 "+components/rappor", | 42 "+components/rappor", |
| 42 "+components/rlz", | 43 "+components/rlz", |
| 43 "+components/search", | 44 "+components/search", |
| 44 "+components/search_engines", | 45 "+components/search_engines", |
| 45 "+components/sessions", | 46 "+components/sessions", |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 62 "+components/web_resource", | 63 "+components/web_resource", |
| 63 "+components/webdata_services", | 64 "+components/webdata_services", |
| 64 "+components/webp_transcode", | 65 "+components/webp_transcode", |
| 65 "+google_apis", | 66 "+google_apis", |
| 66 "+ios/chrome/common", | 67 "+ios/chrome/common", |
| 67 "+ios/net", | 68 "+ios/net", |
| 68 "+ios/public/provider/chrome", | 69 "+ios/public/provider/chrome", |
| 69 "+ios/public/provider/components", | 70 "+ios/public/provider/components", |
| 70 "+ios/public/provider/web", | 71 "+ios/public/provider/web", |
| 71 "+ios/web/public", | 72 "+ios/web/public", |
| 73 "+ios/web/web_state/js/credential_util.h", | |
|
vabr (Chromium)
2015/11/18 15:54:41
I expect this is not the right way to do this.
Wha
Eugene But (OOO till 7-30)
2015/11/18 17:06:48
You are right. Correct thing would be moving this
vabr (Chromium)
2015/11/19 10:02:27
Thanks for confirmation, done.
| |
| 72 "+net", | 74 "+net", |
| 73 "+sync", | 75 "+sync", |
| 74 "+third_party/google_toolbox_for_mac", | 76 "+third_party/google_toolbox_for_mac", |
| 75 "+ui", | 77 "+ui", |
| 76 | 78 |
| 77 # Those depend on //content; exclude them. | 79 # Those depend on //content; exclude them. |
| 78 "-components/metrics/gpu", | 80 "-components/metrics/gpu", |
| 79 | 81 |
| 80 # For tests. | 82 # For tests. |
| 81 "+ios/chrome/test", | 83 "+ios/chrome/test", |
| 82 "+ios/public/test", | 84 "+ios/public/test", |
| 83 | 85 |
| 84 # Only parts of skia are compiled on iOS, so we explicitly list the | 86 # Only parts of skia are compiled on iOS, so we explicitly list the |
| 85 # files that can be included to avoid bringing in more code. | 87 # files that can be included to avoid bringing in more code. |
| 86 "+skia/ext/skia_utils_ios.h", | 88 "+skia/ext/skia_utils_ios.h", |
| 87 | 89 |
| 88 # Strings and resources. | 90 # Strings and resources. |
| 89 "+grit/components_chromium_strings.h", | 91 "+grit/components_chromium_strings.h", |
| 90 "+grit/components_google_chrome_strings.h", | 92 "+grit/components_google_chrome_strings.h", |
| 91 "+grit/components_resources.h", | 93 "+grit/components_resources.h", |
| 92 "+grit/components_scaled_resources.h", | 94 "+grit/components_scaled_resources.h", |
| 93 "+grit/components_strings.h", | 95 "+grit/components_strings.h", |
| 94 "+ios/chrome/grit", | 96 "+ios/chrome/grit", |
| 95 ] | 97 ] |
| OLD | NEW |