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

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: Rebase only Created 4 years, 8 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..4bab70e24b45d455dcf91b594cd8b6ffa4f13c5f 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",
+ "+ipc",
+ "+mojo/public",
"+net",
]

Powered by Google App Engine
This is Rietveld 408576698