opnsense-ports/devel/electron21/files/patch-chrome_test_BUILD.gn
Franco Fichtner 92d56f7535 */*: sync with upstream
Taken from: FreeBSD
2023-02-03 09:15:10 +01:00

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