summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_metrics_BUILD.gn
blob: 1e8014d413bf5b973009a43c63c50b63ae5cd661 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/metrics/BUILD.gn.orig	2021-03-12 23:57:22 UTC
+++ components/metrics/BUILD.gn
@@ -174,6 +174,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) {