Chromium Code Reviews| Index: device/battery/BUILD.gn |
| diff --git a/device/battery/BUILD.gn b/device/battery/BUILD.gn |
| index 778ee81b2e6bc9e4653637e5af452b5a6f08ce11..716ee155ae8b2d782372169efbdac4aa46a53d30 100644 |
| --- a/device/battery/BUILD.gn |
| +++ b/device/battery/BUILD.gn |
| @@ -34,7 +34,7 @@ component("battery") { |
| "//third_party/mojo/src/mojo/edk/system", |
| ] |
| - if (is_chromeos) { |
| + if (is_chromeos_ui) { |
| configs += [ "//build/config/linux:dbus" ] |
| deps += [ |
| "//chromeos:chromeos", |