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 /tools | |
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 'tools')
-rw-r--r-- | tools/gritsettings/resource_ids | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index 325e6a76..b9bb6bf 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -206,7 +206,7 @@ "chrome/browser/resources/memory_internals_resources.grd": { "includes": [27500], }, - "device/device_bluetooth_strings.grd": { + "device/bluetooth/bluetooth_strings.grd": { "messages": [28000], }, "ui/keyboard/keyboard_resources.grd": { |