summaryrefslogtreecommitdiffstats
path: root/components/autofill/content/common
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-08-25 17:26:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-26 00:26:55 +0000
commit29444ff4560dfb889c3e158a3908536bad1372eb (patch)
tree4faea3d8b1308f61e01752594d41f64ef93909dd /components/autofill/content/common
parent96f02c29f3838ffccd42962c46e8144597f28774 (diff)
downloadchromium_src-29444ff4560dfb889c3e158a3908536bad1372eb.zip
chromium_src-29444ff4560dfb889c3e158a3908536bad1372eb.tar.gz
chromium_src-29444ff4560dfb889c3e158a3908536bad1372eb.tar.bz2
Sync remaining components_unittests with GN
This syncs all remaining non-blocked tests from GYP to GN. This does not include NaCl related ones (nacl isn't completely hooked up) nor web_modal (blocked on bug 522654) nor constrained_window (blocked 0on web_modal). CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1307763004 Cr-Commit-Position: refs/heads/master@{#345500}
Diffstat (limited to 'components/autofill/content/common')
-rw-r--r--components/autofill/content/common/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/autofill/content/common/BUILD.gn b/components/autofill/content/common/BUILD.gn
index 4c31e62..780a4cc 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",
+ ]
deps = [
"//base",
"//components/autofill/core/common",