13 lines
378 B
Text
13 lines
378 B
Text
|
Index: components/power_metrics/BUILD.gn
|
||
|
--- components/power_metrics/BUILD.gn.orig
|
||
|
+++ components/power_metrics/BUILD.gn
|
||
|
@@ -42,7 +42,7 @@ static_library("power_metrics") {
|
||
|
ldflags = [ "/DELAYLOAD:setupapi.dll" ]
|
||
|
}
|
||
|
|
||
|
- if (is_linux) {
|
||
|
+ if (is_linux && !is_bsd) {
|
||
|
sources += [
|
||
|
"energy_metrics_provider_linux.cc",
|
||
|
"energy_metrics_provider_linux.h",
|