aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-third__party_crashpad_crashpad_client_BUILD.gn
blob: e1eccd40b032844d59ba042bd06fad6f7390639d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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",