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

Unified Diff: components/password_manager.gypi

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize remote_interfaces_ in Init() Created 4 years, 5 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.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 20ef1f0bc320a5adb9c1ca687206747b463cc46e..8dd12772daec98e601f6202919ac8cc615bfa0e2 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -337,9 +337,11 @@
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
'../ipc/ipc.gyp:ipc',
+ '../mojo/mojo_base.gyp:mojo_common_lib',
'../net/net.gyp:net',
'autofill_content_browser',
'autofill_content_common',
+ 'autofill_content_mojo_bindings',
'autofill_core_common',
'keyed_service_content',
'password_manager_content_mojo_bindings',

Powered by Google App Engine
This is Rietveld 408576698