aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_gwp__asan_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-components_gwp__asan_BUILD.gn')
-rw-r--r--www/ungoogled-chromium/files/patch-components_gwp__asan_BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ungoogled-chromium/files/patch-components_gwp__asan_BUILD.gn b/www/ungoogled-chromium/files/patch-components_gwp__asan_BUILD.gn
index 20011f07ddcb..f081b6ad7220 100644
--- a/www/ungoogled-chromium/files/patch-components_gwp__asan_BUILD.gn
+++ b/www/ungoogled-chromium/files/patch-components_gwp__asan_BUILD.gn
@@ -1,8 +1,8 @@
---- components/gwp_asan/BUILD.gn.orig 2022-10-01 07:40:07 UTC
+--- components/gwp_asan/BUILD.gn.orig 2022-12-02 17:56:32 UTC
+++ components/gwp_asan/BUILD.gn
-@@ -14,7 +14,7 @@ test("gwp_asan_unittests") {
- "//components/gwp_asan/common:unit_tests",
+@@ -15,7 +15,7 @@ test("gwp_asan_unittests") {
"//testing/gtest",
+ "//third_party/boringssl",
]
- if (is_win || is_mac || is_linux || is_chromeos || is_android) {
+ if ((is_win || is_mac || is_linux || is_chromeos || is_android) && !is_bsd) {