aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn
blob: acb48dc2734428622bbb7f2b025225ff3d54a557 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- third_party/crashpad/crashpad/client/BUILD.gn.orig	2019-03-11 22:01:15 UTC
+++ third_party/crashpad/crashpad/client/BUILD.gn
@@ -71,6 +71,12 @@ static_library("client") {
     sources += [ "crashpad_client_fuchsia.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" ]
   }