diff options
author | jamesr <jamesr@chromium.org> | 2014-10-07 13:31:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-07 20:31:58 +0000 |
commit | 777e37d8d95e282d7e3bef85a6cdac46ccef570d (patch) | |
tree | e54db3d19510dcfddf3bcb95c16bbcedc5d23c06 /device | |
parent | e48457c33ad890f8b55f0eeeb36b21050950977d (diff) | |
download | chromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.zip chromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.tar.gz chromium_src-777e37d8d95e282d7e3bef85a6cdac46ccef570d.tar.bz2 |
Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp
R=viettrungluu@chromium.org
TBR=darin@chromium.org for updates to various gyp files to point to moved targets
Review URL: https://codereview.chromium.org/596053004
Cr-Commit-Position: refs/heads/master@{#298560}
Diffstat (limited to 'device')
-rw-r--r-- | device/device_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/device_tests.gyp b/device/device_tests.gyp index 5cb565a..4f77fbe 100644 --- a/device/device_tests.gyp +++ b/device/device_tests.gyp @@ -12,8 +12,8 @@ 'type': '<(gtest_target_type)', 'dependencies': [ '../base/base.gyp:test_support_base', + '../mojo/edk/mojo_edk.gyp:mojo_system_impl', '../mojo/mojo_base.gyp:mojo_environment_chromium', - '../mojo/mojo_base.gyp:mojo_system_impl', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../tools/usb_gadget/usb_gadget.gyp:usb_gadget', |