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

Unified Diff: components/autofill/content/common/BUILD.gn

Issue 2352533003: [Autofill] Migrate ChromePasswordManagerClient<-->PasswordGenerationAgent IPCs to mojo. (Closed)
Patch Set: Fix browser_tests Created 4 years, 3 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/autofill/content/common/BUILD.gn
diff --git a/components/autofill/content/common/BUILD.gn b/components/autofill/content/common/BUILD.gn
index fdd3bdeafe17eff03bc3c8a63acdbfb4d1cfb455..704201c6f56edbe22c33d7b3f1cb6239a4f6c612 100644
--- a/components/autofill/content/common/BUILD.gn
+++ b/components/autofill/content/common/BUILD.gn
@@ -6,19 +6,13 @@ static_library("common") {
sources = [
"autofill_message_generator.cc",
"autofill_message_generator.h",
- "autofill_messages.h",
"autofill_param_traits_macros.h",
]
deps = [
- "//base",
"//components/autofill/core/common",
- "//content/public/common",
"//ipc",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gfx/ipc",
- "//ui/gfx/ipc/geometry",
"//url",
+ "//url/ipc:url_ipc",
]
}

Powered by Google App Engine
This is Rietveld 408576698