mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
367 B
Text
11 lines
367 B
Text
--- chrome/test/BUILD.gn.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/test/BUILD.gn
|
|
@@ -10219,7 +10219,7 @@ test("chrome_app_unittests") {
|
|
"//components/heap_profiling/in_process",
|
|
"//components/safe_browsing:buildflags",
|
|
]
|
|
- if (!is_fuchsia) {
|
|
+ if (!is_fuchsia && !is_bsd) {
|
|
deps += [ "//third_party/breakpad:client" ]
|
|
}
|
|
if (enable_gwp_asan) {
|