Chromium Code Reviews| Index: ios/chrome/browser/DEPS |
| diff --git a/ios/chrome/browser/DEPS b/ios/chrome/browser/DEPS |
| index c49fd4548a2e7c6766d56ef80ee0751c56d354d5..eea089baaef81dfb13adf15f99c591c1a0076ac1 100644 |
| --- a/ios/chrome/browser/DEPS |
| +++ b/ios/chrome/browser/DEPS |
| @@ -1,4 +1,6 @@ |
| include_rules = [ |
| + "+ios/chrome/common", |
|
sdefresne
2016/11/30 16:58:54
I think this is already allowed by src/ios/chrome/
rohitrao (ping after 24h)
2016/11/30 17:12:48
Done.
|
| + |
| "+breakpad/src/client/ios", |
| "+breakpad/src/common", |
| "+components/about_handler", |
| @@ -15,7 +17,9 @@ include_rules = [ |
| "+components/crash/core/common", |
| "+components/dom_distiller/core", |
| "+components/dom_distiller/ios", |
| + "+components/error_page/common", |
| "+components/favicon/core", |
| + "+components/favicon/ios", |
| "+components/favicon_base", |
| "+components/flags_ui", |
| "+components/gcm_driver", |
| @@ -51,6 +55,7 @@ include_rules = [ |
| "+components/prefs", |
| "+components/profile_metrics", |
| "+components/proxy_config", |
| + "+components/query_parser", |
| "+components/rappor", |
| "+components/reading_list", |
| "+components/rlz", |
| @@ -64,11 +69,13 @@ include_rules = [ |
| "+components/signin/core/common", |
| "+components/signin/ios/browser", |
| "+components/ssl_config", |
| + "+components/ssl_errors", |
| "+components/suggestions", |
| "+components/sync", |
| "+components/sync_sessions", |
| "+components/sync_preferences", |
| "+components/task_scheduler_util", |
| + "+components/toolbar", |
| "+components/translate/core", |
| "+components/translate/ios", |
| "+components/undo", |
| @@ -83,12 +90,12 @@ include_rules = [ |
| "+components/webp_transcode", |
| "+crypto", |
| "+google_apis", |
| - "+ios/chrome/common", |
| "+ios/net", |
| "+ios/public/provider/chrome", |
| "+ios/public/provider/components", |
| "+ios/public/provider/web", |
| "+ios/web/public", |
| + "+libxml", |
| "+net", |
| "+third_party/brotli", |
| "+third_party/google_toolbox_for_mac", |
| @@ -103,11 +110,6 @@ include_rules = [ |
| "+ios/public/test", |
| "+ios/testing", |
|
sdefresne
2016/11/30 16:58:54
ditto, this is already allowed by ios/chrome/DEPS
rohitrao (ping after 24h)
2016/11/30 17:12:48
Done.
|
| - # Only parts of skia are compiled on iOS, so we explicitly list the |
| - # files that can be included to avoid bringing in more code. |
| - "+skia/ext/skia_utils_ios.h", |
| - "+third_party/skia/include/core/SkBitmap.h", |
| - |
| # Strings and resources. |
| "+components/grit", |
| "+components/strings/grit", |