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

Unified Diff: components/password_manager/content/browser/DEPS

Issue 1762603002: Switch components/password_manager code from IPC messages to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Impl done, unit_tests and browser_tests not ready yet Created 4 years, 9 months 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: components/password_manager/content/browser/DEPS
diff --git a/components/password_manager/content/browser/DEPS b/components/password_manager/content/browser/DEPS
index 8dac82f27567e5e9c1a01d9dc4da05ef78651601..e5aeb5047395fb9f6d4b7694fdecf7e5a0523f4d 100644
--- a/components/password_manager/content/browser/DEPS
+++ b/components/password_manager/content/browser/DEPS
@@ -3,5 +3,7 @@ include_rules = [
"+components/autofill/content/browser",
"+components/keyed_service/content",
"+content/public/browser",
+ "+mojo/common",
+ "+mojo/public",
"+net",
]

Powered by Google App Engine
This is Rietveld 408576698