summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-cc_BUILD.gn
blob: 4e40dedebb2017317c4daf447ae03e267df3d81c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- cc/BUILD.gn.orig	2017-12-30 06:26:13.722587000 +0100
+++ cc/BUILD.gn	2017-12-30 06:26:46.042197000 +0100
@@ -541,7 +541,7 @@
     "//ui/gl:test_support",
     "//ui/latency",
   ]
-  if (!is_android) {
+  if (!is_android && !is_bsd) {
     data_deps = [
       "//third_party/mesa:osmesa",
     ]
@@ -717,10 +717,6 @@
     "//ui/gfx/geometry",
     "//ui/gl",
     "//ui/gl:test_support",
-  ]
-
-  data_deps = [
-    "//third_party/mesa:osmesa",
   ]
 }