Chromium Code Reviews| Index: device/battery/BUILD.gn |
| diff --git a/device/battery/BUILD.gn b/device/battery/BUILD.gn |
| index 498643c7b785c7423f5585629b70b5200c11297d..4921e9d6a3013a31bd0a17409ac2803300044bad 100644 |
| --- a/device/battery/BUILD.gn |
| +++ b/device/battery/BUILD.gn |
| @@ -64,7 +64,7 @@ component("battery") { |
| ] |
| } |
| - if (is_linux) { |
| + if (is_desktop_linux) { |
|
timvolodine
2014/10/29 18:49:49
what happens if it's a linux laptop? it should wor
|
| if (use_dbus) { |
| configs += [ |
| "//build/config/linux:dbus", |