mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
14 lines
336 B
Text
14 lines
336 B
Text
--- components/metrics/BUILD.gn.orig 2021-07-15 19:13:37 UTC
|
|
+++ components/metrics/BUILD.gn
|
|
@@ -176,6 +176,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) {
|