diff options
Diffstat (limited to 'devel/electron32/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn')
-rw-r--r-- | devel/electron32/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron32/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn b/devel/electron32/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn deleted file mode 100644 index 5241d1fe8974..000000000000 --- a/devel/electron32/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn +++ /dev/null @@ -1,20 +0,0 @@ ---- tools/perf/chrome_telemetry_build/BUILD.gn.orig 2024-08-14 20:56:03 UTC -+++ tools/perf/chrome_telemetry_build/BUILD.gn -@@ -47,7 +47,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" ] - - # CrOS currently has issues with the locally compiled version of -@@ -178,7 +178,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 |