summaryrefslogtreecommitdiff
path: root/devel/electron5/files/patch-cc_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron5/files/patch-cc_BUILD.gn')
-rw-r--r--devel/electron5/files/patch-cc_BUILD.gn21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/electron5/files/patch-cc_BUILD.gn b/devel/electron5/files/patch-cc_BUILD.gn
new file mode 100644
index 000000000000..e1f804908425
--- /dev/null
+++ b/devel/electron5/files/patch-cc_BUILD.gn
@@ -0,0 +1,21 @@
+--- cc/BUILD.gn.orig 2019-04-08 08:32:38 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",
+ ]
+ }
+