From f2ea0ef38fb079e0a7b6821ff3df836117dfb39b Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Mon, 3 Jun 2013 00:22:30 +0000 Subject: [PATCH] device: Restructure the layout of gyp files. This follow the same structure used by ui/keyboard/. Now the directory hierachy looks like this: device/bluetooth/bluetooth.gyp device/bluetooth/bluetooth_strings.gyp device/bluetooth/bluetooth_strings.grd device/bluetooth/strings device/usb/usb.gyp R=bryeung@chromium.org,miket@chromium.org Review URL: https://chromiumcodereview.appspot.com/16231013 git-svn-id: http://src.chromium.org/svn/trunk/src/build@203652 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all.gyp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/all.gyp b/all.gyp index c3e29e2ca..2c2bbcf5d 100644 --- a/all.gyp +++ b/all.gyp @@ -35,7 +35,9 @@ 'dependencies': [ '../cc/cc_tests.gyp:*', '../components/components.gyp:*', + '../device/bluetooth/bluetooth.gyp:*', '../device/device.gyp:*', + '../device/usb/usb.gyp:*', '../gpu/gpu.gyp:*', '../gpu/tools/tools.gyp:*', '../ipc/ipc.gyp:*',