summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-cc_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-cc_BUILD.gn')
-rw-r--r--www/iridium/files/patch-cc_BUILD.gn13
1 files changed, 6 insertions, 7 deletions
diff --git a/www/iridium/files/patch-cc_BUILD.gn b/www/iridium/files/patch-cc_BUILD.gn
index 4e40dedebb20..57edb8265544 100644
--- a/www/iridium/files/patch-cc_BUILD.gn
+++ b/www/iridium/files/patch-cc_BUILD.gn
@@ -1,22 +1,21 @@
---- 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 @@
+--- 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:osmesa",
+ "//third_party/mesa_headers",
]
-@@ -717,10 +717,6 @@
+@@ -746,9 +746,6 @@ cc_test("cc_unittests") {
"//ui/gfx/geometry",
"//ui/gl",
"//ui/gl:test_support",
- ]
--
- data_deps = [
-- "//third_party/mesa:osmesa",
+- "//third_party/mesa_headers",
]
}