summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-cc_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-cc_BUILD.gn')
-rw-r--r--www/chromium/files/patch-cc_BUILD.gn22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/chromium/files/patch-cc_BUILD.gn b/www/chromium/files/patch-cc_BUILD.gn
new file mode 100644
index 000000000000..4e40dedebb20
--- /dev/null
+++ b/www/chromium/files/patch-cc_BUILD.gn
@@ -0,0 +1,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",
+ ]
+ }
+