aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn
blob: 8b35da84f023a362741849567f6719241792e4da (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	2020-07-07 21:57:56 UTC
+++ third_party/crashpad/crashpad/client/BUILD.gn
@@ -78,6 +78,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" ]
   }