blob: 0fe075970e4658e148fab839bd3c01387f739490 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ui/gfx/BUILD.gn.orig 2017-01-26 00:49:31 UTC
+++ ui/gfx/BUILD.gn
@@ -371,7 +371,7 @@ component("gfx") {
}
# Linux.
- if (is_linux) {
+ if (is_linux || is_bsd) {
deps += [ "//build/linux:fontconfig" ]
}
@@ -549,7 +549,7 @@ static_library("test_support") {
"test/ui_cocoa_test_helper.mm",
]
}
- if (is_linux) {
+ if (is_linux || is_bsd) {
deps += [ "//build/linux:fontconfig" ]
}
}
|