$OpenBSD: patch-cc_BUILD_gn,v 1.1 2016/10/27 18:30:40 robert Exp $
--- cc/BUILD.gn.orig.port	Wed Oct 12 21:02:53 2016
+++ cc/BUILD.gn	Wed Oct 19 12:55:57 2016
@@ -781,7 +781,7 @@ static_library("test_support") {
     "//ui/gl",
     "//ui/gl:test_support",
   ]
-  if (!is_android) {
+  if (!is_android && !is_openbsd) {
     data_deps = [
       "//third_party/mesa:osmesa",
     ]
@@ -989,10 +989,6 @@ test("cc_unittests") {
     "//ui/gfx/geometry",
     "//ui/gl",
     "//ui/gl:test_support",
-  ]
-
-  data_deps = [
-    "//third_party/mesa:osmesa",
   ]
 }
 
