Chromium Code Reviews| Index: ios/chrome/browser/DEPS |
| diff --git a/ios/chrome/browser/DEPS b/ios/chrome/browser/DEPS |
| index 19d122fa7aa5ca6e1d8974a33116606a1003b8db..06308a6af7ddf78b4c60a2ba80894bd96030e5cc 100644 |
| --- a/ios/chrome/browser/DEPS |
| +++ b/ios/chrome/browser/DEPS |
| @@ -33,6 +33,7 @@ include_rules = [ |
| "+components/omnibox/browser", |
| "+components/open_from_clipboard", |
| "+components/password_manager/core/browser", |
| + "+components/password_manager/core/common", |
| "+components/password_manager/sync/browser", |
| "+components/policy/core", |
| "+components/pref_registry", |
| @@ -69,6 +70,7 @@ include_rules = [ |
| "+ios/public/provider/components", |
| "+ios/public/provider/web", |
| "+ios/web/public", |
| + "+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.
|
| "+net", |
| "+sync", |
| "+third_party/google_toolbox_for_mac", |