summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_resources.gyp
diff options
context:
space:
mode:
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' ]
},