summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_metrics_BUILD.gn
blob: adf2e64f115b8e65b43c4debc93a4366e25ec388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/metrics/BUILD.gn.orig	2020-07-07 21:58:15 UTC
+++ components/metrics/BUILD.gn
@@ -177,6 +177,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) {