summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-ui_gfx_BUILD.gn
blob: 6f28cc948ea6c58db71d5a27e28ff2205679a644 (plain)
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-06-05 19:03:30 UTC
+++ ui/gfx/BUILD.gn
@@ -358,7 +358,7 @@ component("gfx") {
   }
 
   # Linux.
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     deps += [ "//build/linux:fontconfig" ]
   }
 
@@ -581,7 +581,7 @@ static_library("test_support") {
       "test/ui_cocoa_test_helper.mm",
     ]
   }
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     deps += [ "//build/linux:fontconfig" ]
   }
 }
OpenPOWER on IntegriCloud