$OpenBSD: patch-cc_BUILD_gn,v 1.14 2018/03/12 13:48:34 robert Exp $
Index: cc/BUILD.gn
--- cc/BUILD.gn.orig
+++ cc/BUILD.gn
@@ -565,7 +565,7 @@ cc_static_library("test_support") {
     "//ui/gl:test_support",
     "//ui/latency",
   ]
-  if (!is_android) {
+  if (!is_android && !is_openbsd) {
     data_deps = [
       "//third_party/mesa:osmesa",
     ]
@@ -762,10 +762,6 @@ cc_test("cc_unittests") {
     "//ui/gfx/geometry",
     "//ui/gl",
     "//ui/gl:test_support",
-  ]
-
-  data_deps = [
-    "//third_party/mesa:osmesa",
   ]
 }
 
