summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_BUILD.gn
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2020-06-02 20:30:55 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2020-06-02 20:30:55 +0000
commit8f6dc7d1dd8b0ca59427d71524538aab9403ac23 (patch)
treec272eeb9d12c3f96a460e7ad3fd1eb4233ad20ce /www/chromium/files/patch-components_BUILD.gn
parentmultimedia/libva-intel-driver: update to 2.4.1 (diff)
www/chromium: Update to version 83.0.4103.61
Submitted by: Matthias Wolf <freebsd@rheinwolf.de> Reviewed by: rene Approved by: chromium@ (rene) Obtained from: https://github.com/gliaskos/freebsd-chromium MFH: 2020Q2 Security: https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html Differential Revision: https://reviews.freebsd.org/D25102
Diffstat (limited to 'www/chromium/files/patch-components_BUILD.gn')
-rw-r--r--www/chromium/files/patch-components_BUILD.gn18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_BUILD.gn b/www/chromium/files/patch-components_BUILD.gn
new file mode 100644
index 000000000000..0ec0a354b754
--- /dev/null
+++ b/www/chromium/files/patch-components_BUILD.gn
@@ -0,0 +1,18 @@
+--- components/BUILD.gn.orig 2020-05-18 11:10:39 UTC
++++ components/BUILD.gn
+@@ -286,9 +286,13 @@ test("components_unittests") {
+ ]
+
+ if (!is_fuchsia) {
++ if (!is_bsd) {
++ deps += [
++ "//components/crash/content/browser:unit_tests",
++ "//components/crash/core/app:unit_tests",
++ ]
++ }
+ deps += [
+- "//components/crash/content/browser:unit_tests",
+- "//components/crash/core/app:unit_tests",
+ "//components/data_reduction_proxy/content/common:unit_tests",
+ "//components/data_reduction_proxy/core/browser:unit_tests",
+ "//components/data_reduction_proxy/core/common:unit_tests",