aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_BUILD.gn
blob: b45552233373db5838ee1822649444890a0f4fdc (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-03-09 20:04:49 UTC
+++ ui/gfx/BUILD.gn
@@ -375,7 +375,7 @@ component("gfx") {
   }
 
   # Linux.
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     deps += [ "//build/linux:fontconfig" ]
   }
 
@@ -570,7 +570,7 @@ static_library("test_support") {
       "test/ui_cocoa_test_helper.mm",
     ]
   }
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     deps += [ "//build/linux:fontconfig" ]
   }
 }