$OpenBSD: patch-third_party_WebKit_Source_platform_blink_platform_gyp,v 1.7 2016/05/28 14:49:39 robert Exp $
--- third_party/WebKit/Source/platform/blink_platform.gyp.orig.port	Thu May 26 08:30:19 2016
+++ third_party/WebKit/Source/platform/blink_platform.gyp	Thu May 26 08:30:43 2016
@@ -222,7 +222,7 @@
           ['include', 'graphics/cpu/x86/WebGLImageConversionSSE\\.h$'],
         ],
       }],
-      ['OS=="linux" or OS=="android"', {
+      ['OS=="linux" or OS=="android" or os_bsd==1', {
         'sources/': [
           ['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'],
         ]
@@ -301,7 +301,7 @@
           ['exclude', 'scroll/ScrollbarThemeMac'],
         ],
       }],
-      ['OS != "linux" and OS != "mac" and OS != "win"', {
+      ['OS != "linux" and OS != "mac" and OS != "win" and os_bsd != 1', {
         'sources/': [
           ['exclude', 'VDMX[^/]+\\.(cpp|h)$'],
         ],
