summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-ui_gfx_BUILD.gn
blob: 4f5094bc0908754ba7bae06078f4a55ecf76b5bc (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-04-19 19:06:54 UTC
+++ ui/gfx/BUILD.gn
@@ -383,7 +383,7 @@ component("gfx") {
   }
 
   # Linux.
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     deps += [ "//build/linux:fontconfig" ]
   }
 
@@ -592,7 +592,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