$OpenBSD: patch-chrome_chrome_browser_ui_gypi,v 1.5 2014/07/20 17:22:34 robert Exp $
--- chrome/chrome_browser_ui.gypi.orig.port	Tue Jul 15 13:02:11 2014
+++ chrome/chrome_browser_ui.gypi	Sun Jul 20 03:09:59 2014
@@ -2665,7 +2665,7 @@
             'browser/ui/views/message_center/web_notification_tray.cc',
           ],
         }],
-        ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
+        ['use_aura==1 and use_ash==0 and use_ozone==0 and (OS=="linux" or OS=="openbsd")', {
           'dependencies': [
             # gtk2 is the only component that can interact with gtk2 in our new
             # world.
@@ -2673,7 +2673,7 @@
             '../build/linux/system.gyp:gio',
           ],
         }],
-        ['use_aura==0 or chromeos==1 or OS!="linux"', {
+        ['use_aura==0 or chromeos==1 or (OS!="linux" and OS!="openbsd")', {
           'sources!': [
             'browser/ui/views/first_run_dialog.cc',
             'browser/ui/views/first_run_dialog.h',
@@ -3042,7 +3042,7 @@
             }],
           ],
         }],
-        ['OS=="linux"', {
+        ['OS=="linux" or OS=="openbsd"', {
           'conditions': [
             ['use_aura==1', {
               'dependencies': [
@@ -3135,7 +3135,7 @@
             'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
           ],
         }],
-        ['OS!="linux" and OS!="win"', {
+        ['OS!="linux" and OS!="win" and OS!="openbsd"', {
           'sources': [
             'browser/ui/startup/session_crashed_bubble.cc'
           ],
