$OpenBSD: patch-src_3rdparty_chromium_ui_gl_gl_gyp,v 1.1.1.1 2016/12/25 14:13:19 zhuk Exp $
--- src/3rdparty/chromium/ui/gl/gl.gyp.orig.port	Thu Aug  4 14:27:00 2016
+++ src/3rdparty/chromium/ui/gl/gl.gyp	Thu Aug  4 14:28:04 2016
@@ -123,7 +123,7 @@
         'sync_control_vsync_provider.h',
       ],
       'conditions': [
-        ['OS in ("win", "android", "linux")', {
+        ['OS in ("win", "android", "linux", "openbsd")', {
           'sources': [
             'egl_util.cc',
             'egl_util.h',
@@ -141,7 +141,7 @@
             'gl_surface_egl.h',
           ],
         }],
-        ['OS in ("android", "linux")', {
+        ['OS in ("android", "linux", "openbsd")', {
           'sources': [
             'gl_implementation_osmesa.cc',
             'gl_implementation_osmesa.h',
