summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-ui_aura_BUILD.gn
blob: 8933452455a23d3533df9b25b3eb5021043f41cb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ui/aura/BUILD.gn.orig	2017-06-05 19:03:30 UTC
+++ ui/aura/BUILD.gn
@@ -375,7 +375,7 @@ test("aura_unittests") {
     "//ui/gl:test_support",
   ]
 
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     deps += [ "//third_party/mesa" ]
   }
 
OpenPOWER on IntegriCloud