summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_metrics_BUILD.gn
blob: 1b10b303cd69c4e8aabe15f983623cdbd4c84f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/metrics/BUILD.gn.orig	2021-12-31 00:57:29 UTC
+++ components/metrics/BUILD.gn
@@ -187,6 +187,11 @@ static_library("metrics") {
   if (is_fuchsia) {
     sources += [ "drive_metrics_provider_fuchsia.cc" ]
   }
+  
+  if (is_bsd) {
+    sources -= [ "system_memory_stats_recorder_linux.cc" ]
+  }
+
 }
 
 if (is_android) {