summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_resources.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-03 00:22:30 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-03 00:22:30 +0000
commite3a9ccfc70c99db0dd85be51e4c096d63f8a29bd (patch)
treeeab2629e42f6f80d2b557691d19945c0ec696cce /chrome/chrome_resources.gyp
parent7131880e814ea51968b4eb589d40c9478b10cb8d (diff)
downloadchromium_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 'chrome/chrome_resources.gyp')
-rw-r--r--chrome/chrome_resources.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 6eafcac..f4eeff1 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -348,7 +348,7 @@
# TODO(zork): Protect this with if use_aura==1
'<(DEPTH)/ash/ash_strings.gyp:ash_strings',
'<(DEPTH)/content/content_resources.gyp:content_resources',
- '<(DEPTH)/device/device_bluetooth_strings.gyp:device_bluetooth_strings',
+ '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_strings',
'<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
'<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
],