16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
$OpenBSD: patch-components_metrics_BUILD_gn,v 1.5 2017/12/04 13:55:41 robert Exp $
|
|
Index: components/metrics/BUILD.gn
|
|
--- components/metrics/BUILD.gn.orig
|
|
+++ components/metrics/BUILD.gn
|
|
@@ -112,6 +112,10 @@ static_library("metrics") {
|
|
"//third_party/zlib/google:compression_utils",
|
|
]
|
|
|
|
+ if (is_openbsd) {
|
|
+ sources -= [ "system_memory_stats_recorder_linux.cc" ]
|
|
+ }
|
|
+
|
|
if (is_chromeos) {
|
|
deps += [ ":serialization" ]
|
|
}
|