diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-03-22 14:22:27 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-03-22 21:08:05 +0100 |
commit | 11d56ce01165baa90c03680bfe99a0ed83ea7f7e (patch) | |
tree | 68e3833c57cf7fdffeb2c8992c892d612820109d /www/chromium/files/patch-chrome_test_BUILD.gn | |
parent | graphics/khronos-texture: replace ton of OPTIONS_DEFAULT_* with OPTIONS_DEFAU... (diff) |
www/chromium: update to 123.0.6312.58
Security: https://vuxml.freebsd.org/freebsd/80815c47-e84f-11ee-8e76-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-chrome_test_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chrome_test_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-chrome_test_BUILD.gn b/www/chromium/files/patch-chrome_test_BUILD.gn deleted file mode 100644 index 2a2c1b9ec0de..000000000000 --- a/www/chromium/files/patch-chrome_test_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/test/BUILD.gn.orig 2024-02-23 21:04:38 UTC -+++ chrome/test/BUILD.gn -@@ -11604,7 +11604,7 @@ test("chrome_app_unittests") { - "//components/heap_profiling/in_process", - "//components/safe_browsing:buildflags", - ] -- if (!is_fuchsia && !is_mac) { -+ if (!is_fuchsia && !is_mac && !is_bsd) { - deps += [ "//third_party/breakpad:client" ] - } - if (is_android) { |