Chromium Code Reviews| Index: device/battery/battery.gyp |
| diff --git a/device/battery/battery.gyp b/device/battery/battery.gyp |
| index b5c55b03ae42a4efacc26ecb72b80b6375cb0bfa..d55c7f9c1bee0ea481a54151e4bbceb867e44d7d 100644 |
| --- a/device/battery/battery.gyp |
| +++ b/device/battery/battery.gyp |
| @@ -89,6 +89,11 @@ |
| 'battery_status_manager_linux.cc', |
| ], |
| }], |
| + ['OS == "android"', { |
| + 'dependencies': [ |
| + 'device_battery_java', |
| + ], |
| + }], |
| ['OS == "linux" and use_dbus==1', { |
| 'sources!': [ |
| 'battery_status_manager_default.cc', |