| Index: device/battery/battery.gyp
|
| diff --git a/device/battery/battery.gyp b/device/battery/battery.gyp
|
| index 6028f3341bdfb8b00ff9b197f1707c30d370d5e6..5f936e29afef39f81a7e728b5c3d0acccdce16be 100644
|
| --- a/device/battery/battery.gyp
|
| +++ b/device/battery/battery.gyp
|
| @@ -20,6 +20,21 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //device/battery:mojo_bindings_blink
|
| + 'target_name': 'device_battery_mojo_bindings_for_blink',
|
| + 'type': 'static_library',
|
| + 'variables': {
|
| + 'for_blink': 'true',
|
| + },
|
| + 'includes': [
|
| + '../../mojo/mojom_bindings_generator.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'battery_monitor.mojom',
|
| + 'battery_status.mojom',
|
| + ],
|
| + },
|
| + {
|
| # This is needed only for a build within Android tree. TODO(ppi): remove
|
| # when Android tree build is deprecated.
|
| 'target_name': 'device_battery_mojo_bindings_for_webview',
|
|
|