Commit 0baa5bdf authored by Max Moroz's avatar Max Moroz Committed by Commit Bot

Make //third_party/fontconfig explicitly depend on //third_party:freetype_harfbuzz.

Bug: 911836
Change-Id: Ia76687b3cb8d329792e5ef0310faee93d05344f2
Reviewed-on: https://chromium-review.googlesource.com/c/1361725Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Max Moroz <mmoroz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613792}
parent 928b1d83
......@@ -76,6 +76,9 @@ if (use_bundled_fontconfig) {
configs += [ "//build/config/compiler:no_chromium_code" ]
public_configs = [ ":fontconfig_config" ]
public_deps = [
"//third_party:freetype_harfbuzz",
]
if (is_clang) {
cflags = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment