summaryrefslogtreecommitdiff
path: root/chromium/content/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/BUILD.gn')
-rw-r--r--chromium/content/common/BUILD.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/content/common/BUILD.gn b/chromium/content/common/BUILD.gn
index d607aae096c..5a97f68b810 100644
--- a/chromium/content/common/BUILD.gn
+++ b/chromium/content/common/BUILD.gn
@@ -515,11 +515,9 @@ source_set("common") {
sources -= [ "cursors/webcursor_aurax11.cc" ]
}
- if (is_linux) {
+ if (is_linux && !use_qt) {
deps += [ "//third_party/fontconfig" ]
- }
-
- if (is_mac || is_win || is_android || is_fuchsia) {
+ } else {
sources -= [ "font_list_fontconfig.cc" ]
}