2022-04-21 20:58:48 +02:00
|
|
|
diff --git device/bluetooth/BUILD.gn device/bluetooth/BUILD.gn
|
2024-08-26 14:44:25 +02:00
|
|
|
index 82d4f2bf563f6..87652664f9e56 100644
|
2022-04-21 20:58:48 +02:00
|
|
|
--- device/bluetooth/BUILD.gn
|
|
|
|
+++ device/bluetooth/BUILD.gn
|
2024-08-26 14:44:25 +02:00
|
|
|
@@ -57,10 +57,12 @@ source_set("deprecated_experimental_mojo") {
|
2022-04-21 20:58:48 +02:00
|
|
|
]
|
|
|
|
|
2023-01-12 17:49:21 +01:00
|
|
|
if (is_chromeos || is_linux) {
|
2022-04-21 20:58:48 +02:00
|
|
|
- sources += [
|
|
|
|
- "bluez/metrics_recorder.cc",
|
|
|
|
- "bluez/metrics_recorder.h",
|
|
|
|
- ]
|
2023-01-12 17:49:21 +01:00
|
|
|
+ if (is_component_build) {
|
|
|
|
+ sources += [
|
|
|
|
+ "bluez/metrics_recorder.cc",
|
|
|
|
+ "bluez/metrics_recorder.h",
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
}
|
|
|
|
|
2022-04-21 20:58:48 +02:00
|
|
|
deps = [
|