summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-services_tracing_public_cpp_BUILD.gn
blob: 5dd58766265e8c49d6e54f249b25756039885a89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/tracing/public/cpp/BUILD.gn.orig	2020-07-13 12:06:56 UTC
+++ services/tracing/public/cpp/BUILD.gn
@@ -141,7 +141,7 @@ target(tracing_lib_type, "cpp") {
       ]
     }
 
-    if (is_linux && !is_fuchsia) {
+    if (is_linux && !is_fuchsia && !is_bsd) {
       deps += [ "//components/crash/core/app:app" ]
     }