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

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

Issue 1307763004: Sync remaining components_unittests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn check Created 5 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
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/content/renderer/BUILD.gn » ('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 4c31e62f2ac3f1aceed8bf5009da376a9bd338ea..780a4cc2b9149834f69abb7a1621dc4036863392 100644
--- a/components/autofill/content/common/BUILD.gn
+++ b/components/autofill/content/common/BUILD.gn
@@ -11,6 +11,11 @@ static_library("common") {
"autofill_param_traits_macros.h",
]
+ public_deps = [
+ # This is indirectly required by autofill_messages because it includes
+ # some blink headers that include Skia.
+ "//skia",
Dirk Pranke 2015/08/25 19:56:26 Does this imply that there's a bug in Blink where
brettw 2015/08/25 23:37:51 Yes
+ ]
deps = [
"//base",
"//components/autofill/core/common",
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698