mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
11 lines
384 B
Text
11 lines
384 B
Text
--- chrome/test/BUILD.gn.orig 2023-09-13 12:11:42 UTC
|
|
+++ chrome/test/BUILD.gn
|
|
@@ -10857,7 +10857,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) {
|