summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_aura_BUILD.gn
blob: 9578703a8faafff8caf60fcd68525b0e835c32f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/aura/BUILD.gn.orig	2016-08-03 22:02:40.000000000 +0300
+++ ui/aura/BUILD.gn	2016-09-03 00:18:30.181232000 +0300
@@ -275,7 +275,7 @@
     "//ui/gl:test_support",
   ]
 
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     deps += [ "//third_party/mesa" ]
   }