summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-cc_BUILD.gn
blob: 57edb8265544a51103da407986e7d777b4a0d958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- cc/BUILD.gn.orig	2019-03-11 22:00:52 UTC
+++ cc/BUILD.gn
@@ -548,7 +548,7 @@ cc_test_static_library("test_support") {
     "//ui/gl:test_support",
     "//ui/latency",
   ]
-  if (!is_android) {
+  if (!is_android && !is_bsd) {
     data_deps = [
       "//third_party/mesa_headers",
     ]
@@ -746,9 +746,6 @@ cc_test("cc_unittests") {
     "//ui/gfx/geometry",
     "//ui/gl",
     "//ui/gl:test_support",
-  ]
-  data_deps = [
-    "//third_party/mesa_headers",
   ]
 }