| Index: device/nfc/nfc.gyp
|
| diff --git a/device/nfc/nfc.gyp b/device/nfc/nfc.gyp
|
| index 2b12f37f9418b40a928824343e74fae77eaa0eab..2bc95b8bb3729fd10025ab61cfb69e3a2ff6804c 100644
|
| --- a/device/nfc/nfc.gyp
|
| +++ b/device/nfc/nfc.gyp
|
| @@ -61,6 +61,20 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'device_nfc_mojo_bindings_for_blink',
|
| + 'type': 'static_library',
|
| + 'variables': {
|
| + 'mojom_variant': 'wtf',
|
| + 'for_blink': 'true',
|
| + },
|
| + 'includes': [
|
| + '../../mojo/mojom_bindings_generator.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'nfc.mojom',
|
| + ],
|
| + },
|
| + {
|
| # GN version: //device/nfc_mojo
|
| 'target_name': 'device_nfc_mojo',
|
| 'type': '<(component)',
|
|
|