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