aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn
blob: f009a970e856407bbdef53adc23b363a70868759 (plain) (tree)



















                                                                               
--- tools/perf/chrome_telemetry_build/BUILD.gn.orig	2022-11-30 08:12:58 UTC
+++ tools/perf/chrome_telemetry_build/BUILD.gn
@@ -45,7 +45,7 @@ group("telemetry_chrome_test") {
     data_deps += [ "//chrome:reorder_imports" ]
   }
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ]
 
     # CrOS currently has issues with the locally compiled version of
@@ -186,7 +186,7 @@ group("telemetry_chrome_test_without_chrome") {
   ]
 
   # Cr-Fuchsia doesn't support breakpad.
-  if (!is_win && !is_fuchsia) {
+  if (!is_win && !is_fuchsia && !is_bsd) {
     data_deps += [
       # This is defined for Windows, but is unused by Telemetry on
       # Windows, and including it can have issues when cross-compiling