| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index 4943f960f47b13cd1c0b827e8c6df831e29f1119..df4f2648abdea4f2849aa59333013243085cff4f 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -13,10 +13,10 @@
|
| 'dependencies': [
|
| '../base/base.gyp:test_support_base',
|
| '../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| - '../mojo/mojo_edk.gyp:mojo_system_impl',
|
| - '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| + '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
|
| + '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../tools/usb_gadget/usb_gadget.gyp:usb_gadget',
|
| 'battery/battery.gyp:device_battery',
|
| 'battery/battery.gyp:device_battery_mojo_bindings',
|
|
|