$OpenBSD: patch-third_party_WebKit_Source_core_features_gypi,v 1.1 2013/07/15 14:59:30 robert Exp $
--- third_party/WebKit/Source/core/features.gypi.orig.port	Sun Jul 14 00:14:36 2013
+++ third_party/WebKit/Source/core/features.gypi	Sun Jul 14 00:17:49 2013
@@ -103,7 +103,7 @@
           'ENABLE_WEB_AUDIO=1',
         ],
       }],
-      ['OS=="linux" or OS=="mac" or OS=="android"', {
+      ['OS=="linux" or OS=="mac" or OS=="android" or OS=="openbsd"', {
         'feature_defines': [
           # 8Bit text runs should be enabled for all platforms webkit.org/b/111348
           'ENABLE_8BIT_TEXTRUN=1',
@@ -128,7 +128,7 @@
           'ENABLE_WEB_AUDIO=1',
         ],
       }],
-      ['OS=="win" or OS=="android" or OS=="linux"', {
+      ['OS=="win" or OS=="android" or OS=="linux" or OS=="openbsd"', {
         'feature_defines': [
           'ENABLE_OPENTYPE_VERTICAL=1',
         ],
@@ -143,7 +143,7 @@
           'ENABLE_RUBBER_BANDING=1',
         ],
       }],
-      ['OS=="linux" or OS=="android"', {
+      ['OS=="linux" or OS=="android" or OS=="openbsd"', {
         'feature_defines': [
           'WTF_USE_HARFBUZZ=1',
         ],
