| Index: device/devices_app/devices_app.gyp
|
| diff --git a/device/devices_app/devices_app.gyp b/device/devices_app/devices_app.gyp
|
| index c983893031cf783ba44f6c2169e3485a64379410..4d97aa99494a9319c7e69723866f651aa850c7d5 100644
|
| --- a/device/devices_app/devices_app.gyp
|
| +++ b/device/devices_app/devices_app.gyp
|
| @@ -25,8 +25,9 @@
|
| 'usb/type_converters.h',
|
| ],
|
| 'dependencies': [
|
| - '<(DEPTH)/device/usb/usb.gyp:device_usb',
|
| 'device_usb_mojo_bindings_lib',
|
| + '<(DEPTH)/device/core/core.gyp:device_core',
|
| + '<(DEPTH)/device/usb/usb.gyp:device_usb',
|
| '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
|
| '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
|
| '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
|
|