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

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

Issue 2352533003: [Autofill] Migrate ChromePasswordManagerClient<-->PasswordGenerationAgent IPCs to mojo. (Closed)
Patch Set: Rebase only Created 4 years, 2 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/autofill/content/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..734deef4d76b97d92dad24a41b69ccf3f95edc98 100644
--- a/components/autofill/content/common/BUILD.gn
+++ b/components/autofill/content/common/BUILD.gn
@@ -5,20 +5,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",
]
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/autofill/content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698