opnsense-ports/devel/electron22/files/patch-chrome_test_BUILD.gn
Franco Fichtner 783c070081 */*: sync with upstream
Taken from: FreeBSD
2023-01-31 17:15:10 +01:00

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) {