| Index: device/battery/battery.gyp
|
| diff --git a/device/battery/battery.gyp b/device/battery/battery.gyp
|
| index 5f936e29afef39f81a7e728b5c3d0acccdce16be..d8d61b899c67d5487ebfc77782e22ad3afc02649 100644
|
| --- a/device/battery/battery.gyp
|
| +++ b/device/battery/battery.gyp
|
| @@ -18,6 +18,9 @@
|
| 'battery_monitor.mojom',
|
| 'battery_status.mojom',
|
| ],
|
| + 'variables': {
|
| + 'use_new_wrapper_types': 'false',
|
| + },
|
| },
|
| {
|
| # GN version: //device/battery:mojo_bindings_blink
|
| @@ -25,6 +28,7 @@
|
| 'type': 'static_library',
|
| 'variables': {
|
| 'for_blink': 'true',
|
| + 'use_new_wrapper_types': 'false',
|
| },
|
| 'includes': [
|
| '../../mojo/mojom_bindings_generator.gypi',
|
|
|