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

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

Issue 2274783002: Revert of [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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..905fa2226afee7e44b73a9bfaf501fea39a24aa2 100644
--- a/components/autofill/content/common/BUILD.gn
+++ b/components/autofill/content/common/BUILD.gn
@@ -11,15 +11,22 @@
"autofill_param_traits_macros.h",
]
+ public_deps = [
+ # This is indirectly required by autofill_messages because it includes
+ # some blink headers that include Skia.
+ "//skia",
+ ]
deps = [
"//base",
"//components/autofill/core/common",
"//content/public/common",
"//ipc",
+ "//third_party/WebKit/public:blink_minimal",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx/ipc",
"//ui/gfx/ipc/geometry",
+ "//ui/gfx/ipc/skia",
"//url",
]
}
« no previous file with comments | « components/autofill/content/browser/content_autofill_driver_unittest.cc ('k') | components/autofill/content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698