$OpenBSD: patch-chrome_chrome_browser_ui_gypi,v 1.10 2016/05/28 14:49:39 robert Exp $
--- chrome/chrome_browser_ui.gypi.orig.port	Wed May 25 21:00:58 2016
+++ chrome/chrome_browser_ui.gypi	Thu May 26 08:09:42 2016
@@ -3097,7 +3097,7 @@
             }],
           ],
         }],
-        ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', {
+        ['use_aura==1 and chromeos==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.
@@ -3282,7 +3282,7 @@
           ],
           'sources': [ '<@(chrome_browser_ui_desktop_linux_sources)' ],
         }],
-        ['OS=="linux"', {  # Both desktop Linux and ChromeOS.
+        ['OS=="linux" or OS=="openbsd"', {  # Both desktop Linux and ChromeOS.
           'sources': [ '<@(chrome_browser_ui_linux_sources)' ],
           'conditions': [
             ['use_aura==1', {
