| Index: third_party/WebKit/Source/modules/modules.gyp
|
| diff --git a/third_party/WebKit/Source/modules/modules.gyp b/third_party/WebKit/Source/modules/modules.gyp
|
| index b4d600e07db59404f2bc8cfcb52a0180ce88c878..73758ccd33aa5e5be3a9d5cb38fb4003569fcfcd 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gyp
|
| +++ b/third_party/WebKit/Source/modules/modules.gyp
|
| @@ -40,6 +40,7 @@
|
| 'target_name': 'modules',
|
| 'dependencies': [
|
| '<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings_for_blink',
|
| + '<(DEPTH)/device/nfc/nfc.gyp:device_nfc_mojo_bindings_for_blink',
|
| '<(DEPTH)/device/usb/usb.gyp:device_usb_mojo_bindings_for_blink',
|
| '<(DEPTH)/device/vibration/vibration.gyp:device_vibration_mojo_bindings_for_blink',
|
| '<(DEPTH)/device/vr/vr.gyp:device_vr_mojo_bindings_for_blink',
|
|
|