aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn')
-rw-r--r--devel/electron29/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn b/devel/electron29/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn
new file mode 100644
index 000000000000..42b2e8a498af
--- /dev/null
+++ b/devel/electron29/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn
@@ -0,0 +1,16 @@
+--- services/resource_coordinator/public/cpp/memory_instrumentation/BUILD.gn.orig 2023-05-25 00:42:01 UTC
++++ services/resource_coordinator/public/cpp/memory_instrumentation/BUILD.gn
+@@ -29,8 +29,12 @@ component("memory_instrumentation") {
+ sources += [ "os_metrics_win.cc" ]
+ }
+
+- if (is_android || is_linux || is_chromeos) {
++ if ((is_android || is_linux || is_chromeos) && !is_bsd) {
+ sources += [ "os_metrics_linux.cc" ]
++ }
++
++ if (is_bsd) {
++ sources += [ "os_metrics_bsd.cc" ]
+ }
+
+ if (is_fuchsia) {