Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: ios/chrome/browser/DEPS

Issue 1456983002: Move JS-related password manager code upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « no previous file | ios/chrome/browser/passwords/credential_manager.h » ('j') | ios/chrome/browser/passwords/credential_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698