aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-skia_skia__common.gypi
blob: a5d29e9b768c91f4afc18036b9845d90abe1c68d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- skia/skia_common.gypi.orig	2016-05-11 19:02:26 UTC
+++ skia/skia_common.gypi
@@ -65,7 +65,7 @@
     }],
 
     #Settings for text blitting, chosen to approximate the system browser.
-    [ 'OS == "linux"', {
+    [ 'OS == "linux" or os_bsd == 1', {
       'defines': [
         'SK_GAMMA_EXPONENT=1.2',
         'SK_GAMMA_CONTRAST=0.2',