diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-03 00:22:30 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-03 00:22:30 +0000 |
commit | e3a9ccfc70c99db0dd85be51e4c096d63f8a29bd (patch) | |
tree | eab2629e42f6f80d2b557691d19945c0ec696cce /build/all.gyp | |
parent | 7131880e814ea51968b4eb589d40c9478b10cb8d (diff) | |
download | chromium_src-e3a9ccfc70c99db0dd85be51e4c096d63f8a29bd.zip chromium_src-e3a9ccfc70c99db0dd85be51e4c096d63f8a29bd.tar.gz chromium_src-e3a9ccfc70c99db0dd85be51e4c096d63f8a29bd.tar.bz2 |
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: svn://svn.chromium.org/chrome/trunk/src@203652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index c3e29e2..2c2bbcf 100644 --- a/build/all.gyp +++ b/build/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:*', |