| Index: device/nfc/nfc.gyp
|
| diff --git a/device/nfc/nfc.gyp b/device/nfc/nfc.gyp
|
| index edb65678995146c3b107c49b349e9d74bd032712..d76762119dd5085c00e3f38ca388b76fc7636206 100644
|
| --- a/device/nfc/nfc.gyp
|
| +++ b/device/nfc/nfc.gyp
|
| @@ -59,12 +59,16 @@
|
| 'sources': [
|
| 'nfc.mojom',
|
| ],
|
| + 'variables': {
|
| + 'use_new_wrapper_types': 'false',
|
| + },
|
| },
|
| {
|
| 'target_name': 'device_nfc_mojo_bindings_for_blink',
|
| 'type': 'static_library',
|
| 'variables': {
|
| 'for_blink': 'true',
|
| + 'use_new_wrapper_types': 'false',
|
| },
|
| 'includes': [
|
| '../../mojo/mojom_bindings_generator.gypi',
|
|
|