$OpenBSD: patch-remoting_remoting_gyp,v 1.11 2013/12/12 10:43:18 robert Exp $
--- remoting/remoting.gyp.orig.port	Wed Dec  4 21:55:54 2013
+++ remoting/remoting.gyp	Thu Dec  5 15:32:45 2013
@@ -50,7 +50,7 @@
 
     'conditions': [
       # Remoting host is supported only on Windows, OSX and Linux (with X11).
-      ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0 and use_x11==1)', {
+      ['OS=="win" or OS=="mac" or OS=="openbsd" or (OS=="linux" and chromeos==0 and use_x11==1)', {
         'enable_remoting_host': 1,
       }, {
         'enable_remoting_host': 0,
@@ -461,7 +461,7 @@
             'host/win/wts_terminal_observer.h',
           ],
           'conditions': [
-            ['OS=="linux"', {
+            ['OS=="linux" or os_bsd==1', {
               'dependencies': [
                 # Always use GTK on Linux, even for Aura builds.
                 #
