aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f3f170ebfc..97cbf731f6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1390,6 +1390,9 @@ if (skia_enable_tools) {
if (!fontmgr_android_enabled) {
sources -= [ "//tests/FontMgrAndroidParserTest.cpp" ]
}
+ if (!(skia_use_freetype && skia_use_fontconfig)) {
+ sources -= [ "//tests/FontMgrFontConfigTest.cpp" ]
+ }
deps = [
":experimental_svg_model",
":flags",