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

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: Rebase only Created 4 years, 6 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 38d6a78bd99b43da2734cd6afc67b6775443b020..3c73c719d9c88ce227a0a27c9fa173d97c3f1cbc 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -334,9 +334,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