diff options
Diffstat (limited to 'devel/electron32/files/patch-third__party_crashpad_crashpad_client_BUILD.gn')
-rw-r--r-- | devel/electron32/files/patch-third__party_crashpad_crashpad_client_BUILD.gn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/electron32/files/patch-third__party_crashpad_crashpad_client_BUILD.gn b/devel/electron32/files/patch-third__party_crashpad_crashpad_client_BUILD.gn deleted file mode 100644 index e1eccd40b032..000000000000 --- a/devel/electron32/files/patch-third__party_crashpad_crashpad_client_BUILD.gn +++ /dev/null @@ -1,16 +0,0 @@ ---- third_party/crashpad/crashpad/client/BUILD.gn.orig 2023-10-19 19:59:07 UTC -+++ third_party/crashpad/crashpad/client/BUILD.gn -@@ -137,6 +137,13 @@ static_library("common") { - if (crashpad_is_win) { - sources += [ "crash_report_database_win.cc" ] - } -+ -+ if (crashpad_is_posix) { -+ sources += [ -+ "crashpad_client_posix.cc", -+ ] -+ } -+ - if (crashpad_is_linux || crashpad_is_android || crashpad_is_fuchsia) { - sources += [ - "crash_report_database_generic.cc", |