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

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

Issue 2352533003: [Autofill] Migrate ChromePasswordManagerClient<-->PasswordGenerationAgent IPCs to mojo. (Closed)
Patch Set: browser_tests partly 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 453c5f6f904c2d37899c1d6a0074177ca4f6bdfa..b54363eba4132d9fb7d3f9defba54591e1cb4b26 100644
--- a/components/autofill/content/common/BUILD.gn
+++ b/components/autofill/content/common/BUILD.gn
@@ -7,19 +7,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