summaryrefslogtreecommitdiffstats
path: root/ios/chrome/browser/DEPS
diff options
context:
space:
mode:
authorvabr <vabr@chromium.org>2015-11-19 09:42:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-19 17:43:32 +0000
commitb0a8964d59e03ab82709c85dd4f201cd7d44d3ba (patch)
treedf0a7076bce54b21b1de221001fc5cbef686c15a /ios/chrome/browser/DEPS
parentc41ed1abe28b265bf0bd776876127ed999f7f772 (diff)
downloadchromium_src-b0a8964d59e03ab82709c85dd4f201cd7d44d3ba.zip
chromium_src-b0a8964d59e03ab82709c85dd4f201cd7d44d3ba.tar.gz
chromium_src-b0a8964d59e03ab82709c85dd4f201cd7d44d3ba.tar.bz2
Move JS-related password manager code upstream
Moves credential_manager.h credential_manager.mm js_credential_manager.h js_credential_manager.mm js_password_manager.h js_password_manager.mm resources/credential_manager.js resources/password_controller.js from the downstream to ios/chrome/browser/passwords. This is the upstream part of the internal CL 310987013. BUG=514241 Review URL: https://codereview.chromium.org/1456983002 Cr-Commit-Position: refs/heads/master@{#360617}
Diffstat (limited to 'ios/chrome/browser/DEPS')
-rw-r--r--ios/chrome/browser/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/chrome/browser/DEPS b/ios/chrome/browser/DEPS
index 8f4750b..fbacbaa 100644
--- a/ios/chrome/browser/DEPS
+++ b/ios/chrome/browser/DEPS
@@ -34,6 +34,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/pref_registry",
"+components/profile_metrics",