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

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: gn, gyp, test codes all done 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 4cdd89e91f22d70bb8a7fe707d6ace928269c51a..7ede1c00e1b3cbff8a1695500bed60413d9bf2fe 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -330,9 +330,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