aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-third__party_crashpad_crashpad_client_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-third__party_crashpad_crashpad_client_BUILD.gn')
-rw-r--r--devel/electron37/files/patch-third__party_crashpad_crashpad_client_BUILD.gn16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-third__party_crashpad_crashpad_client_BUILD.gn b/devel/electron37/files/patch-third__party_crashpad_crashpad_client_BUILD.gn
new file mode 100644
index 000000000000..6e602d896458
--- /dev/null
+++ b/devel/electron37/files/patch-third__party_crashpad_crashpad_client_BUILD.gn
@@ -0,0 +1,16 @@
+--- third_party/crashpad/crashpad/client/BUILD.gn.orig 2025-06-30 07:04:30 UTC
++++ third_party/crashpad/crashpad/client/BUILD.gn
+@@ -148,6 +148,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",