diff options
author | reillyg <reillyg@chromium.org> | 2014-09-06 11:37:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-06 18:41:05 +0000 |
commit | 4e279527936c87f440663b15dd29a71771ac36a9 (patch) | |
tree | 7f4faf548cd6557a121e1198f62d688f945b864c /device | |
parent | 5a945c714ad657e09d159a2e2ed5d86eb87e38cb (diff) | |
download | chromium_src-4e279527936c87f440663b15dd29a71771ac36a9.zip chromium_src-4e279527936c87f440663b15dd29a71771ac36a9.tar.gz chromium_src-4e279527936c87f440663b15dd29a71771ac36a9.tar.bz2 |
Move tools/usb_gadget.gyp to tools/usb_gadget/usb_gadget.gyp.
This placement more closely matches the GN layout.
BUG=None
R=rockot@chromium.org,tfarina@chromium.org
Review URL: https://codereview.chromium.org/526593003
Cr-Commit-Position: refs/heads/master@{#293622}
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 ee78088..5cb565a 100644 --- a/device/device_tests.gyp +++ b/device/device_tests.gyp @@ -16,7 +16,7 @@ '../mojo/mojo_base.gyp:mojo_system_impl', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', - '../tools/usb_gadget.gyp:usb_gadget', + '../tools/usb_gadget/usb_gadget.gyp:usb_gadget', 'bluetooth/bluetooth.gyp:device_bluetooth', 'bluetooth/bluetooth.gyp:device_bluetooth_mocks', 'nfc/nfc.gyp:device_nfc', |