summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_resources.gyp
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-19 11:44:19 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-19 11:44:19 +0000
commit70019150e9f7f53074cacb335de0d238bbc37380 (patch)
tree444eddb81717f95b38585bfedde240d9643ba6a2 /chrome/chrome_resources.gyp
parent08b035b9918342155f54549486d6108807c3bfad (diff)
downloadchromium_src-70019150e9f7f53074cacb335de0d238bbc37380.zip
chromium_src-70019150e9f7f53074cacb335de0d238bbc37380.tar.gz
chromium_src-70019150e9f7f53074cacb335de0d238bbc37380.tar.bz2
DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools.
Review URL: https://codereview.chromium.org/11630004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r--chrome/chrome_resources.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 1f8fd41..7b7d29c 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -47,7 +47,7 @@
'conditions': [
['OS != "ios"', {
'dependencies': [
- '../content/browser/debugger/devtools_resources.gyp:devtools_resources',
+ '../content/browser/devtools/devtools_resources.gyp:devtools_resources',
],
'actions': [
{
@@ -75,7 +75,7 @@
'action_name': 'devtools_discovery_page_resources',
'variables': {
'grit_grd_file':
- 'browser/debugger/frontend/devtools_discovery_page_resources.grd',
+ 'browser/devtools/frontend/devtools_discovery_page_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ]
},