forked from Lainports/opnsense-ports
11 lines
365 B
Text
11 lines
365 B
Text
--- chrome/test/BUILD.gn.orig 2023-02-01 13:31:45 UTC
|
|
+++ chrome/test/BUILD.gn
|
|
@@ -9868,7 +9868,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) {
|