opnsense-ports/devel/electron21/files/patch-chrome_test_BUILD.gn
Franco Fichtner 91731d7c27 */*: sync with upstream
Taken from: FreeBSD
2022-12-19 09:46:37 +01:00

11 lines
365 B
Text

--- chrome/test/BUILD.gn.orig 2022-09-24 10:57:32 UTC
+++ chrome/test/BUILD.gn
@@ -9861,7 +9861,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) {