forked from Lainports/opnsense-ports
11 lines
367 B
Text
11 lines
367 B
Text
--- chrome/test/BUILD.gn.orig 2023-01-30 07:58:59 UTC
|
|
+++ chrome/test/BUILD.gn
|
|
@@ -10094,7 +10094,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) {
|