summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_metrics_BUILD.gn
blob: 18c99de6125c7f36ff3e2b5f5c7c504fe107ebf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/metrics/BUILD.gn.orig	2020-09-08 19:14:03 UTC
+++ components/metrics/BUILD.gn
@@ -178,6 +178,11 @@ jumbo_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) {