ports/www/chromium/patches/patch-chrome_test_BUILD_gn

13 lines
388 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: chrome/test/BUILD.gn
--- chrome/test/BUILD.gn.orig
+++ chrome/test/BUILD.gn
2023-09-14 00:49:35 +00:00
@@ -10857,7 +10857,7 @@ test("chrome_app_unittests") {
2023-08-16 22:26:55 +00:00
"//components/heap_profiling/in_process",
"//components/safe_browsing:buildflags",
]
- if (!is_fuchsia && !is_mac) {
+ if (!is_fuchsia && !is_mac && !is_bsd) {
deps += [ "//third_party/breakpad:client" ]
}
if (is_android) {